Browse Source

直接隔离转合格

intex_online20241111
zhang_li 3 months ago
parent
commit
badc865538
  1. 8
      src/pages/inventoryMove/coms/comMoveRecord.vue
  2. 2
      src/pages/inventoryMove/record/holdToOkRecord.vue

8
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -392,6 +392,10 @@
newDetail.handleQty = Number(result.label.qty)
itemp.subList.push(newDetail);
this.detailSource.push(itemp)
this.clearFromLocation()
this.$refs.okToHoldRecordPackRef.handleQty = 0
this.$refs.okToHoldRecordPackRef.showOne = false
} else {
var detail = ''
console.log(9988,managementTypeParams)
@ -428,6 +432,9 @@
newDetail.managementTypeParams = managementTypeParams;
newDetail.fromLocationCode = result.fromLocationCode
item.subList.push(newDetail);
this.clearFromLocation()
this.$refs.okToHoldRecordPackRef.handleQty = 0
this.$refs.okToHoldRecordPackRef.showOne = false
} else {
// console.log(999,detail.handleQty)
// detail.handleQty =calc.add(detail.handleQty, result.label.qty)
@ -442,7 +449,6 @@
}
}
}
calcHandleQty(this.detailSource);
},
getInputMsgResult(result,fromWitch){

2
src/pages/inventoryMove/record/holdToOkRecord.vue

@ -1,6 +1,6 @@
<template>
<view class="page-wraper">
<comMoveRecord :myTitle="title" businessTypeCode='HoldToOk' > </comMoveRecord>
<comMoveRecord :myTitle="title" businessTypeCode='HoldToOk' :showOnePop='true'> </comMoveRecord>
</view>
</template>

Loading…
Cancel
Save