|
|
@ -199,9 +199,8 @@ |
|
|
|
getManagementPrecisions([item.itemCode], item.fromLocationCode, ret => { |
|
|
|
if (ret.success) { |
|
|
|
this.managementList = ret.list; |
|
|
|
this.managementType = this.managementList.some(cur => cur.ManagementPrecision == 'BY_BATCH') ? |
|
|
|
'BY_BATCH' : '' |
|
|
|
if (this.managementType == 'BY_BATCH') { |
|
|
|
this.managementType = this.managementList&&this.managementList[0]&&this.managementList[0].ManagementPrecision |
|
|
|
if (this.managementType == 'BY_BATCH' || this.managementType == 'BY_QUANTITY') { |
|
|
|
uni.navigateTo({ |
|
|
|
url: './deliverDetailBatch?id=' + item.masterId + '&status=' + item.status+'&title='+this.title |
|
|
|
}); |
|
|
|