From b473e38b47694340f6a5a021ff55af38fdd6fa34 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Mon, 8 May 2023 10:09:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=20=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E9=87=91=E9=A2=9D=20=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 8bdef1c..168431e 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 d1b4f27..3702053 100644
--- a/src/views/inout/InvoiceRegistration.vue
+++ b/src/views/inout/InvoiceRegistration.vue
@@ -176,6 +176,8 @@
{{ fromTypeMap[scope.row.fromType] }}
+
+
{{
@@ -261,13 +263,13 @@
width="100"
>
@@ -295,6 +297,11 @@
prop="certCode"
show-overflow-tooltip
>
+