From 9cd78f0d25dc1248eb0b1b468579e8e820845d11 Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 11 Jan 2024 10:56:40 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E5=87=BA=E5=BA=93=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E5=BC=BA=E5=88=B6=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/wms/st/outbill/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/nladmin-ui/src/views/wms/st/outbill/index.vue b/lms/nladmin-ui/src/views/wms/st/outbill/index.vue index 02fcbd17a..5282bafa4 100644 --- a/lms/nladmin-ui/src/views/wms/st/outbill/index.vue +++ b/lms/nladmin-ui/src/views/wms/st/outbill/index.vue @@ -480,7 +480,7 @@ export default { } else { this.confirm_flag = true } - if (current.bill_type === '1006' || current.bill_type === '1003' || current.bill_type === '1004') { + if (current.bill_type === '1006' || current.bill_type === '1003') { this.business_confirm_flag = false } else { this.business_confirm_flag = true