From d18ba4694e16b41208487a347025f7b0c5d4c8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=9B=AA?= <1617763071@qq.com> Date: Mon, 16 Mar 2026 10:27:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=BF=87=E7=A8=8B=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E9=83=A8=E5=88=86=E7=8A=B6=E6=80=81=E6=94=B9?= =?UTF-8?q?=E5=8A=A8,=E5=88=A0=E9=99=A4=E4=B8=8A=E7=BA=BF=E5=AD=97?= =?UTF-8?q?=E6=AE=B5,=E5=88=A0=E9=99=A4=E5=AE=A1=E6=A0=B8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rbFilePreserve/index.vue | 101 ++++++++++-------- vite.config.mjs | 4 +- 2 files changed, 57 insertions(+), 48 deletions(-) diff --git a/src/views/qualityManagement/inspectionArchiving/rbFilePreserve/index.vue b/src/views/qualityManagement/inspectionArchiving/rbFilePreserve/index.vue index 84bcf42..55a34bb 100644 --- a/src/views/qualityManagement/inspectionArchiving/rbFilePreserve/index.vue +++ b/src/views/qualityManagement/inspectionArchiving/rbFilePreserve/index.vue @@ -48,15 +48,7 @@ 线上 线下 - + { port: 2888, proxy: { '/api': { - target: 'http://192.168.0.115:80',//本地 + // target: 'http://192.168.0.115:80',//本地 // target: 'http://192.168.1.5:82', // target: "http://192.168.1.4:82", // target: 'http://49.232.74.228:82', @@ -70,7 +70,7 @@ export default ({ mode, command }) => { // target: 'http://49.232.74.228:82', // target: "http:192.168.0.220:80", // target: 'http:49.232.74.228:49', - // target: 'http://49.232.74.228:80', //测试环境的地址 + target: 'http://49.232.74.228:80', //测试环境的地址 changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), }, From c5fae402b671f2638eaf7afafe202a59af928bda Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 16 Mar 2026 10:41:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=A4=8D=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 4 +- src/views/wel/components/notice.vue | 61 +++++++++++++++++------------ 2 files changed, 39 insertions(+), 26 deletions(-) diff --git a/public/config.js b/public/config.js index 2bd93b1..1941b40 100644 --- a/public/config.js +++ b/public/config.js @@ -22,4 +22,6 @@ window.WARE_MATERIAL_PRINT = "http://192.168.169.172:9000/jmreport/view/11814863 // 领料单明细打印 // 库存汇总标签打印 -window.WARE_MATERIAL_STOCK_TAG = "http://192.168.169.172:9000/jmreport/view/1181492297180168192" \ No newline at end of file +window.WARE_MATERIAL_STOCK_TAG = "http://192.168.169.172:9000/jmreport/view/1181492297180168192" + +window.PROCESS_INSPECTION_RECORD ="http://192.168.169.172:9000/jmreport/view/1188648621968805888" //检验记录地址 \ No newline at end of file diff --git a/src/views/wel/components/notice.vue b/src/views/wel/components/notice.vue index 82c6f85..f8a5e8d 100644 --- a/src/views/wel/components/notice.vue +++ b/src/views/wel/components/notice.vue @@ -1,29 +1,29 @@