Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into intex

intex_online20250327
lijuncheng 3 weeks ago
parent
commit
a91654eaa7
  1. 35
      src/pages/repleinsh/job/repleinshTimeDetail.vue

35
src/pages/repleinsh/job/repleinshTimeDetail.vue

@ -28,9 +28,9 @@
<view class="uni-flex uni-row space-between" style="align-items: center">
<!-- uni-inline-item 暂时拿掉-->
<view style="word-break: break-all;">
<pack :isShowPackingNumberProps="true" :packingCode="item.fromPackingNumber"></pack>
<batch :batch="item.fromBatch"></batch>
<location title="来源库位" :locationCode="item.fromLocationCode"></location>
<pack :isShowPackingNumberProps="true" :packingCode="item.toPackingNumber"></pack>
<batch :batch="item.toBatch"></batch>
<location title="来源库位" :locationCode="item.toLocationCode"></location>
<!-- <recommend :isShowPackingNumberProps="true" :isShowPack="true" :detail="item" :isShowLocation="false" :isShowFromLocation="true" :isShowToLocation="false"></recommend> -->
</view>
@ -318,7 +318,7 @@
// unexecutedQty
// qty
let requestQty = this.jobContent.unexecutedQty
debugger
if(this.jobContent.qty>=requestQty){
//
this.showErrorMessage("当前便次补料任务已完成")
@ -584,17 +584,28 @@
scaned:true,
uom:this.jobContent.uom,
handleQty:result.package.qty,//
toPackingNumber:'',//
toPackingNumber:result.label.packingNumber,//
toContainerNumber:'',//
toBatch:'',//
toLocationCode:this.jobContent.toLocationCode,//
toInventoryStatus:this.jobContent.inventoryStatus,//
toBatch:result.package.batch,//
toLocationCode:result.balance.locationCode,//
toInventoryStatus:result.balance.inventoryStatus,//
supplierCode:result.package.supplierCode,//
fromPackingNumber:result.label.packingNumber,//
fromPackingNumber:'',//
fromContainerNumber:'',//
fromBatch:result.package.batch,//
fromParentPackingNumber:result.package.parentNumber,//
fromLocationCode:result.balance.locationCode,//
fromBatch:'',//
fromParentPackingNumber:'',//
fromLocationCode:this.jobContent.toLocationCode,//
// toPackingNumber:'',//
// toContainerNumber:'',//
// toBatch:'',//
// toLocationCode:this.jobContent.toLocationCode,//
// toInventoryStatus:this.jobContent.inventoryStatus,//
// supplierCode:result.package.supplierCode,//
// fromPackingNumber:result.label.packingNumber,//
// fromContainerNumber:'',//
// fromBatch:result.package.batch,//
// fromParentPackingNumber:result.package.parentNumber,//
// fromLocationCode:result.balance.locationCode,//
})

Loading…
Cancel
Save