From 349c21aa8225b78b28940326ed28cea9c0db4a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com> Date: Wed, 21 Dec 2022 16:54:34 +0800 Subject: [PATCH] 12/21 --- .../detail/modules/operationArea.vue | 1 + src/views/main/Customer/addForm.vue | 195 +++++++++++------- src/views/main/Customer/editForm.vue | 142 ++++++++++--- 3 files changed, 228 insertions(+), 110 deletions(-) diff --git a/src/views/main/BookingLedger/detail/modules/operationArea.vue b/src/views/main/BookingLedger/detail/modules/operationArea.vue index ba88b41..2cb6c35 100644 --- a/src/views/main/BookingLedger/detail/modules/operationArea.vue +++ b/src/views/main/BookingLedger/detail/modules/operationArea.vue @@ -704,6 +704,7 @@ export default { uploadFile(file) { const formData = new FormData() formData.append('file', file.file) + formData.append('bookingId', this.id) const type = file.file.type console.log(type) BookingOrderOcrUpFile(formData).then(res => { diff --git a/src/views/main/Customer/addForm.vue b/src/views/main/Customer/addForm.vue index dc04bdd..4c80940 100644 --- a/src/views/main/Customer/addForm.vue +++ b/src/views/main/Customer/addForm.vue @@ -104,65 +104,46 @@ - - + + - + + + {{ item.name }} + + - + - + + + {{ item.name }} + + - + - + + + {{ item.name }} + + - + - + + + {{ item.name }} + + @@ -272,6 +253,7 @@ - diff --git a/src/views/main/Customer/editForm.vue b/src/views/main/Customer/editForm.vue index 1fbfd1a..c37358f 100644 --- a/src/views/main/Customer/editForm.vue +++ b/src/views/main/Customer/editForm.vue @@ -102,6 +102,49 @@ + + + + + + {{ item.name }} + + + + + + + + + {{ item.name }} + + + + + + + + + {{ item.name }} + + + + + + + + + {{ item.name }} + + + + +

联系人信息