diff --git a/src/pages/repleinsh/job/repleinshJob.vue b/src/pages/repleinsh/job/repleinshJob.vue index 12f37809..c3f2c766 100644 --- a/src/pages/repleinsh/job/repleinshJob.vue +++ b/src/pages/repleinsh/job/repleinshJob.vue @@ -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=' +