Browse Source

直接隔离转合格

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

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

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

Loading…
Cancel
Save