From 12905d8afde352b83a146b137a971c4b109fb77a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 15 Jul 2024 10:36:04 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/scrapManage/forecastWaste/auditingReturn/index.vue | 5 ----- sgzb-ui/vue.config.js | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue index b2e95f20..d3b14c79 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue @@ -857,10 +857,8 @@ export default { // 1、查询所有设备是否编辑退料完成 2、查询编辑的设备是否有报废的数据 const { taskId } = this.sendParams const { data: res } = await getScrapReturnOverQueryApi({ taskId }) - console.log(res, '查询结果=======') if (res == 0) { - console.log('存在未退料数据') this.$message.error( '当前存在未退料机具,请处理之后再点击完成退料!', ) @@ -871,17 +869,14 @@ export default { this.dialogConfigReturn.outerTitle = '选择审批部门' this.dialogConfigReturn.outerWidth = '50%' this.dialogConfigReturn.outerVisible = true - console.log('存在报废数据') } if (res == 2) { - console.log('不存在报废数据') let endBackParams = { createBy: sessionStorage.getItem('userId'), taskId: this.sendTbParams.taskId, } const res = await getScrapReturnCompleteApi(endBackParams) - console.log(res, '退料结果') } }, diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js index 40502dd6..a2451437 100644 --- a/sgzb-ui/vue.config.js +++ b/sgzb-ui/vue.config.js @@ -43,7 +43,7 @@ module.exports = { // target: `https://test-cc.zhgkxt.com`,//线上环境-南网 // target: `https://z.csgmall.com.cn`, - target: `http://192.168.2.122:28080`, //超 + target: `http://192.168.2.167:28080`, //超 // target: `http://10.40.92.81:28080`, //韩/ // target: `http://10.40.92.74:8080`,//旭/ // target: `http://192.168.2.248:28080`, //帅 From cd71e1cb7a7080a014f33d14fa8930a82d439dd5 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 15 Jul 2024 11:15:36 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/claimAndreturn/picking/apply/component/home.vue | 1 + .../claimAndreturn/picking/auditing/component/home1.vue | 1 + sgzb-ui/src/views/claimAndreturn/picking/query/index.vue | 5 +++-- .../src/views/claimAndreturn/return/apply/component/home.vue | 1 + sgzb-ui/src/views/claimAndreturn/return/auditing/index.vue | 3 ++- sgzb-ui/src/views/claimAndreturn/return/query/index.vue | 1 + 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue index d108407a..70bcf3fb 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue @@ -206,6 +206,7 @@ align="center" prop="createTimes" show-overflow-tooltip + sortable /> -