查询工单记账图片和修改服务商记账信息 接口添加参数
This commit is contained in:
@ -535,6 +535,7 @@ export default {
|
||||
},
|
||||
async pictureList() {
|
||||
let res = await selectRecordPictureList({
|
||||
userOrderId:this.orderInfo.userOrderId,
|
||||
taskOrderCostRecordId: this.id,
|
||||
state: 0,
|
||||
postfix: this.postfix
|
||||
@ -678,6 +679,7 @@ export default {
|
||||
this.files.forEach((file) => {
|
||||
formData.append('file', file.file);
|
||||
});
|
||||
formData.append('userOrderId', this.orderInfo.userOrderId);
|
||||
formData.append('state', 0);
|
||||
formData.append('postfix', this.postfix);
|
||||
formData.append('supplierBridgeAmount', parseInt(this.form.supplierBridgeAmountAb || 0) + parseInt(this.form.supplierBridgeAmountBc || 0) + parseInt(this.form.supplierBridgeAmountCa || 0));
|
||||
@ -733,6 +735,7 @@ export default {
|
||||
formData.append('file', file.file);
|
||||
});
|
||||
// formData.append('accountStatus', accountStatus);
|
||||
formData.append('userOrderId', this.orderInfo.userOrderId);
|
||||
formData.append('state', 0);
|
||||
formData.append('postfix', this.postfix);
|
||||
formData.append('supplierBridgeAmount', parseInt(this.form.supplierBridgeAmountAb || 0) + parseInt(this.form.supplierBridgeAmountBc || 0) + parseInt(this.form.supplierBridgeAmountCa || 0));
|
||||
|
Reference in New Issue
Block a user