Browse Source

YT-656库存移动,pda提示去掉包装号

intex_online20241111
zhang_li 3 weeks ago
parent
commit
8a6af2052a
  1. 5
      src/pages/inventoryMove/job/inventoryMoveDetail.vue

5
src/pages/inventoryMove/job/inventoryMoveDetail.vue

@ -491,9 +491,9 @@
// //
if (this.scanCount == this.subList.length) { if (this.scanCount == this.subList.length) {
if(this.managementType == 'BY_BATCH'){ if(this.managementType == 'BY_BATCH'){
this.checkCount();
}else{
this.checkCountBatch(); this.checkCountBatch();
}else{
this.checkCount();
} }
} else if (this.scanCount < this.subList.length) { } else if (this.scanCount < this.subList.length) {
// //
@ -577,7 +577,6 @@
}); });
var params = this.setParams() var params = this.setParams()
console.log("提交" + JSON.stringify(params)) console.log("提交" + JSON.stringify(params))
return;
inventoryMoveSubmit(params).then(res => { inventoryMoveSubmit(params).then(res => {
uni.hideLoading() uni.hideLoading()
if (res.data) { if (res.data) {

Loading…
Cancel
Save