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