|
|
@ -368,8 +368,8 @@ |
|
|
|
if (ret.success) { |
|
|
|
this.managementList = ret.list; |
|
|
|
this.managementType = this.managementList.some(cur => cur.ManagementPrecision == 'BY_BATCH') ? |
|
|
|
'BY_BATCH' : '' |
|
|
|
if (this.managementType == 'BY_BATCH') { |
|
|
|
'BY_BATCH' : this.managementList.some(cur => cur.ManagementPrecision == 'BY_QUANTITY') ? 'BY_QUANTITY':'' |
|
|
|
if (this.managementType == 'BY_BATCH' || this.managementType == 'BY_QUANTITY') { |
|
|
|
uni.navigateTo({ |
|
|
|
url: './repleinshDetailBatch?id=' + result.masterId + '&status=' + result.status + |
|
|
|
'&scanMessage=' + |
|
|
|