Browse Source

YT-1052采购收货任务设置允许大于推荐数量,扫描数量大于任务数量时,提交仍提不允许大于推荐数量,请修改后再提交

intex
zhang_li 5 days ago
parent
commit
8c0a993560
  1. 1
      src/pages/purchaseReceipt/job/receiptDetail.vue

1
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -690,7 +690,6 @@
//
let str = ''
let str1 = ''
this.jobContent.allowBiggerQty = "FALSE"
this.detailSource.forEach((item) => {
item.subList.forEach(cur=>{
if(cur.scaned){

Loading…
Cancel
Save