From 601327a9cd2d800011b837549a865ce5da67eba7 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 24 一月 2024 13:33:46 +0800
Subject: [PATCH] #
---
pages/order/orderPakin2.vue | 25 +++++++++++++------------
1 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/pages/order/orderPakin2.vue b/pages/order/orderPakin2.vue
index ecc8941..41f4ec6 100644
--- a/pages/order/orderPakin2.vue
+++ b/pages/order/orderPakin2.vue
@@ -549,18 +549,18 @@
},
// 鎻愪氦鏍¢獙
combCheck(palletizingNo2,boxType,createTime) {
- if (palletizingNo2 === '') {
- this.messageText = "璇锋坊鍔犵爜鍨涗綅"
- this.messageToggle('error')
- this.checkFlag = true;
- return
- }
- if (boxType === '') {
- this.messageText = "璇锋坊鍔犳湪绠辩被鍨�"
- this.messageToggle('error')
- this.checkFlag = true;
- return
- }
+ // if (palletizingNo2 === '') {
+ // this.messageText = "璇锋坊鍔犵爜鍨涗綅"
+ // this.messageToggle('error')
+ // this.checkFlag = true;
+ // return
+ // }
+ // if (boxType === '') {
+ // this.messageText = "璇锋坊鍔犳湪绠辩被鍨�"
+ // this.messageToggle('error')
+ // this.checkFlag = true;
+ // return
+ // }
if (this.dataList.length === 0) {
this.messageText = "璇锋坊鍔犻��搴撳晢鍝�"
this.messageToggle('error')
@@ -589,6 +589,7 @@
resst() {
this.dataList = []
this.barcode = ''
+ this.orderNo = ''
this.barcodeFocuss()
},
}
--
Gitblit v1.9.1