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: '请输入工单号',