yangan
2024-11-04 1db172e1eb09be68008659c9f05bf18144df553a
subPages/addDailyPlan/addDailyPlan.vue
@@ -304,7 +304,7 @@
                     if(this.isNumOk){
                        let tempArr = [];
                        this.subDataList.forEach(item=>{
                        tempArr.push(item.productId + ':' + item.surplusQuant);
                        tempArr.push(item.id + ':' + item.surplusQuant);
                        this.isWeighing = item.isWeight;
                        this.orderType = item.orderType;
                        })
@@ -323,7 +323,7 @@
               this.subDataList.forEach(item=>{
                  this.checkList.forEach(val=>{
                     if(item.id === val){
                        tempArr.push(item.productId + ':' + item.nums);
                        tempArr.push(item.id + ':' + item.nums);
                     }
                  
                  })