diff --git a/.env.development b/.env.development index 2c183308..bc989d6e 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,12 @@ -VITE_BASE_URL=http://172.21.32.13:81/api/admin-api -VITE_BASE_URL_IMAGE=http://172.21.32.13:81/admin-api +VITE_BASE_URL=http://172.22.32.8:81/api/admin-api +VITE_BASE_URL_IMAGE=http://172.22.32.8:81/admin-api # 租户配置 -VITE_TENANT='[{"text":"长春1379","value":1}]' +VITE_TENANT='[{"text":"成都1397","value":2},{"text":"长春2379","value":3}]' # 是否是测试环境 VITE_isDevelopment=false + # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://172.21.32.13:90' +VITE_JMREPORT_BASE_URL='http://172.22.32.8:90' diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index eaa2c31d..2cea9f5b 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -181,6 +181,7 @@ } }) }, + getList(type, fromLocation = '', productionLine = '') { let that = this; uni.showLoading({ @@ -325,7 +326,7 @@ getIssueJobList(params).then(res => { uni.hideLoading(); if (res.data.total == 0) { - that.showMessage('未查找到' + '【' + code + '】的收货任务'); + that.showMessage('未查找到发料任务'); } else if (res.data.total == 1) { that.openJobDetail(res.data.list[0]); } else { diff --git a/src/pages/repleinsh/job/repleinshJob.vue b/src/pages/repleinsh/job/repleinshJob.vue index 7cda3b72..abd4e37e 100644 --- a/src/pages/repleinsh/job/repleinshJob.vue +++ b/src/pages/repleinsh/job/repleinshJob.vue @@ -1,9 +1,16 @@