fix: 修改包码

This commit is contained in:
zhangds 2024-04-09 14:51:38 +08:00
parent 1f03a681ec
commit 8750dc3fd4
1 changed files with 4 additions and 3 deletions

View File

@ -231,7 +231,8 @@
cont: 0,
timeGet: null,
isOKLength: 0,
isErrLength: 0
isErrLength: 0,
isTimeOut: 5000
};
},
@ -413,7 +414,7 @@
denomination: item.voucher.denomination,
reduce_amount: item.voucher.reduce_amount,
status: self.statusSort(el.order_voucher) === 4 ? 3 : self.statusSort(el.order_voucher), // 如果是已使用,展示待使用
num: self.statusSort(el.order_voucher) === 4 ? 1 : 0,
num: self.statusSort(el.order_voucher) === 4 || self.statusSort(el.order_voucher) === 2 || self.statusSort(el.order_voucher) === 5 ? 1 : 0,
send_num: 1
}
}
@ -446,7 +447,7 @@
}
self.groupProductVoucherDetail();
self.cont++;
}, 5000);
}, self.isTimeOut);
return;
}