|
@ -350,7 +350,7 @@ |
|
|
//是否承接 |
|
|
//是否承接 |
|
|
//已经承接 |
|
|
//已经承接 |
|
|
if (this.datacontent.isClaims) { |
|
|
if (this.datacontent.isClaims) { |
|
|
this.datacontent.jobStatus =2 |
|
|
this.datacontent.jobStatus = 2 |
|
|
//承接并且承接人是自己显示,不是自己隐藏 |
|
|
//承接并且承接人是自己显示,不是自己隐藏 |
|
|
if (this.datacontent.claimsUserId == localStorage.getItem('userId')) { |
|
|
if (this.datacontent.claimsUserId == localStorage.getItem('userId')) { |
|
|
this.showBtn = true |
|
|
this.showBtn = true |
|
@ -430,7 +430,7 @@ |
|
|
item.handledFromLot = balancesItem.lot |
|
|
item.handledFromLot = balancesItem.lot |
|
|
item.handledFromWarehouseCode = balancesItem.warehouseCode |
|
|
item.handledFromWarehouseCode = balancesItem.warehouseCode |
|
|
item.handledFromQty = balancesItem.qty |
|
|
item.handledFromQty = balancesItem.qty |
|
|
item.handledFromLocationCode =balancesItem.locationCode |
|
|
item.handledFromLocationCode = balancesItem.locationCode |
|
|
item.handleToPackingCodeLocationCode = balancesItem.locationCode |
|
|
item.handleToPackingCodeLocationCode = balancesItem.locationCode |
|
|
} else { |
|
|
} else { |
|
|
showConfirmMsg("箱码[" + fromData.code + "]的批次[" + balancesItem.lot + "]与推荐目标批次[" + item |
|
|
showConfirmMsg("箱码[" + fromData.code + "]的批次[" + balancesItem.lot + "]与推荐目标批次[" + item |
|
@ -456,7 +456,7 @@ |
|
|
item.handledFromLot = balancesItem.lot |
|
|
item.handledFromLot = balancesItem.lot |
|
|
item.handledFromWarehouseCode = balancesItem.warehouseCode |
|
|
item.handledFromWarehouseCode = balancesItem.warehouseCode |
|
|
item.handledFromQty = balancesItem.qty |
|
|
item.handledFromQty = balancesItem.qty |
|
|
item.handledFromLocationCode =balancesItem.locationCode |
|
|
item.handledFromLocationCode = balancesItem.locationCode |
|
|
item.handleToPackingCodeLocationCode = balancesItem.locationCode |
|
|
item.handleToPackingCodeLocationCode = balancesItem.locationCode |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
@ -591,9 +591,7 @@ |
|
|
finshSparePartIssueJob(that.id, params.id, params) |
|
|
finshSparePartIssueJob(that.id, params.id, params) |
|
|
.then(res => { |
|
|
.then(res => { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|
if (res) { |
|
|
|
|
|
that.showCommitSuccessMessage(); |
|
|
that.showCommitSuccessMessage(); |
|
|
} |
|
|
|
|
|
}) |
|
|
}) |
|
|
.catch(err => { |
|
|
.catch(err => { |
|
|
that.showMessage(err.message); |
|
|
that.showMessage(err.message); |
|
|