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 }} + + + + +

联系人信息