批量下线入库修改

master
guoshuang 1 year ago
parent 7b4db76ca2
commit 623ef5c974

@ -174,7 +174,7 @@ export default class BatchOfflineStorage extends BasePage {
itemdetail: any = ''; itemdetail: any = '';
showmodal = false; showmodal = false;
content: any = ''; content: any = '';
number1: number; number1 = 0;
border = true; border = true;
delindex = -1; delindex = -1;
cimWl = {} as OptionType; cimWl = {} as OptionType;
@ -331,7 +331,9 @@ export default class BatchOfflineStorage extends BasePage {
console.log(model.productCodeList); console.log(model.productCodeList);
} }
async rukubutn() { async rukubutn() {
this.form5 = {}; this.form5 = {
number: 50,
};
if (this.orderNo == '' || this.orderNo.length == 0) { if (this.orderNo == '' || this.orderNo.length == 0) {
(this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
title: '请输入工单号', title: '请输入工单号',

Loading…
Cancel
Save