From f63cc6a3ec1b209f9d4f85a1917534fd357415a3 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 8 May 2023 10:15:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=20=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=20=E5=A2=9E=E5=8A=A0=E9=87=91=E9=A2=9D=20?= =?UTF-8?q?=E6=80=BB=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/DialogCheck.vue | 2 +- src/views/inout/InvoiceRegistration.vue | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/inout/DialogCheck.vue b/src/views/inout/DialogCheck.vue index 367fc3e4..66263aac 100644 --- a/src/views/inout/DialogCheck.vue +++ b/src/views/inout/DialogCheck.vue @@ -243,7 +243,7 @@ export default { }, methods: { submitUpload() { - updateOrderDetailBiz(this.inputQuery).then((res) =>{ + updateById(this.inputQuery).then((res) =>{ if(res.code==20000){ this.$message({ type: "success", diff --git a/src/views/inout/InvoiceRegistration.vue b/src/views/inout/InvoiceRegistration.vue index b468cb6f..006830da 100644 --- a/src/views/inout/InvoiceRegistration.vue +++ b/src/views/inout/InvoiceRegistration.vue @@ -176,6 +176,8 @@ {{ fromTypeMap[scope.row.fromType] }} + +