From 623ef5c9748290229a7497b59ae8d4533b6e8623 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 31 Jul 2024 14:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8B=E7=BA=BF=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/wms/product/BatchOfflineStorage/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/wms/product/BatchOfflineStorage/index.vue b/src/pages/wms/product/BatchOfflineStorage/index.vue index 4c6abf0..9bf18cd 100644 --- a/src/pages/wms/product/BatchOfflineStorage/index.vue +++ b/src/pages/wms/product/BatchOfflineStorage/index.vue @@ -174,7 +174,7 @@ export default class BatchOfflineStorage extends BasePage { itemdetail: any = ''; showmodal = false; content: any = ''; - number1: number; + number1 = 0; border = true; delindex = -1; cimWl = {} as OptionType; @@ -331,7 +331,9 @@ export default class BatchOfflineStorage extends BasePage { console.log(model.productCodeList); } async rukubutn() { - this.form5 = {}; + this.form5 = { + number: 50, + }; if (this.orderNo == '' || this.orderNo.length == 0) { (this.$refs.uToast as any).show({ title: '请输入工单号',