diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue index 9c236331e..1ab62ac88 100644 --- a/jero-web/src/views/phoneView/preHomoMangement.vue +++ b/jero-web/src/views/phoneView/preHomoMangement.vue @@ -71,10 +71,11 @@ - +
客户收到付款就的航空技术的发货的收费但是.pdf
@@ -83,7 +84,7 @@ 客户收到付款就的航空技术的发货的收费但是.pdf
- + {{$t('upload1')}} @@ -300,13 +301,14 @@ submitPreservation() { let content = [] let fileListId = [] + let form = JSON.parse(JSON.stringify(this.form)) if (this.queryForm.valueType == 'file') { this.fileList.forEach(res => { fileListId.push(res.id) }) - this.form.disposeResult = fileListId.join(',') + form.deliveryResult = fileListId.join(',') } - content[0] = Object.assign(this.queryForm, this.form) + content[0] = Object.assign(this.queryForm, form) postAction(this.url.saveBatch, { 'dataList': content }).then((res) => { }) },