From 6af25a9825b539a362522cac7993546c1f7e1cca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com>
Date: Wed, 19 Jul 2023 15:32:23 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91?=
=?UTF-8?q?=E7=A5=A8=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/InvoiceRegByOrder.vue | 9 +++++++++
src/views/inout/IoCheckAuditOrder.vue | 16 ++++++++--------
2 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/src/views/inout/InvoiceRegByOrder.vue b/src/views/inout/InvoiceRegByOrder.vue
index fcf1d82d..96d03bcb 100644
--- a/src/views/inout/InvoiceRegByOrder.vue
+++ b/src/views/inout/InvoiceRegByOrder.vue
@@ -104,6 +104,14 @@
+
+
+
+
+
+
+
+
@@ -565,6 +573,7 @@ export default {
endTime: null,
invCode: null,
unionRemark: null,
+ confirmStatus: null,
},
determineVisible: false,
determineData: null,
diff --git a/src/views/inout/IoCheckAuditOrder.vue b/src/views/inout/IoCheckAuditOrder.vue
index a6cfdfef..811dac02 100644
--- a/src/views/inout/IoCheckAuditOrder.vue
+++ b/src/views/inout/IoCheckAuditOrder.vue
@@ -164,7 +164,7 @@
-
+
- 删除
-
+
+
+
+
+
+
+
From 21a81abb3c2d59c785094c9208f6a309087be31b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com>
Date: Wed, 19 Jul 2023 15:49:19 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91?=
=?UTF-8?q?=E7=A5=A8=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/DialogInvoice.vue | 4 ++--
src/views/inout/InvoiceRegByOrder.vue | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/inout/DialogInvoice.vue b/src/views/inout/DialogInvoice.vue
index 7b979b6e..ffe8779b 100644
--- a/src/views/inout/DialogInvoice.vue
+++ b/src/views/inout/DialogInvoice.vue
@@ -50,7 +50,7 @@
-
+
@@ -62,7 +62,7 @@
-
+
diff --git a/src/views/inout/InvoiceRegByOrder.vue b/src/views/inout/InvoiceRegByOrder.vue
index 96d03bcb..ea22fbcb 100644
--- a/src/views/inout/InvoiceRegByOrder.vue
+++ b/src/views/inout/InvoiceRegByOrder.vue
@@ -244,7 +244,7 @@
+
Date: Wed, 19 Jul 2023 16:13:10 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E4=B8=89=E6=9C=9F=E5=87=BA=E7=8E=B0?=
=?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=BA=8F=E5=88=97=E5=8F=B7=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/DialogCreateOrder.vue | 1 +
src/views/inout/DialogEditCode.vue | 82 ++++++++++++++++-----------
2 files changed, 49 insertions(+), 34 deletions(-)
diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue
index fe6500cd..85b2cfbf 100644
--- a/src/views/inout/DialogCreateOrder.vue
+++ b/src/views/inout/DialogCreateOrder.vue
@@ -1209,6 +1209,7 @@ export default {
this.codeFormData.expireDate = response.data.expireDate;
this.codeFormData.batchNo = response.data.batchNo;
this.codeFormData.serialNo = response.data.serialNo;
+ this.codeFormData.corpOrderId = this.orderFormData.corpOrderId;
this.$message({
type: "error",
message: "提交失败!" + this.editTitle,
diff --git a/src/views/inout/DialogEditCode.vue b/src/views/inout/DialogEditCode.vue
index 95032fb1..789cd1a1 100644
--- a/src/views/inout/DialogEditCode.vue
+++ b/src/views/inout/DialogEditCode.vue
@@ -5,9 +5,9 @@
@@ -72,6 +72,7 @@