From 5812f02e9a6b61e4f1e6ebc0c06bcf762eef8434 Mon Sep 17 00:00:00 2001 From: wangxy Date: Tue, 9 Nov 2021 17:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=BF=90=E5=8D=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/component/shipmentCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/quality/component/shipmentCode.vue b/src/views/quality/component/shipmentCode.vue index 62fbe31..86e1a43 100644 --- a/src/views/quality/component/shipmentCode.vue +++ b/src/views/quality/component/shipmentCode.vue @@ -42,7 +42,7 @@ export default { // 扫码之后的处理 enterPress() { this.statusInfo = '' - if (this.pickCode.indexOf('PACK-') != -1) { // 拣料项 + if (this.pickCode.indexOf('P-') != -1) { // 拣料项 if (!this.shipOrderId) { this.msgInfo('请先扫描发运单!') return