From a06622f9115e5b8e00b1404863f8cb2809730e57 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Fri, 19 Apr 2024 10:48:12 +0800 Subject: [PATCH] =?UTF-8?q?24-04-10=20=E5=87=BA=E5=BA=93=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 8 +- src/views/modules/pad/padCODelNotify.vue | 5 +- .../print/print_package_label-NOOREVIEW.js | 2 +- src/views/modules/production/bagLabels.vue | 274 ++++---- .../modules/production/outboundLabelScan.vue | 601 +++++++++++++++--- src/views/modules/production/scanForm.vue | 188 ++++-- src/views/modules/production/shippingScan.vue | 2 +- 7 files changed, 802 insertions(+), 278 deletions(-) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index a3ccb76..e679c6d 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -7,11 +7,11 @@ export default { languageDefault: '', userDisplay: '', //客户环境 - padSopUrl:'http://192.168.2.172/upload/', - tvSopUrl:'http://192.168.2.172/sopFile/', + // padSopUrl:'http://192.168.2.172/upload/', + // tvSopUrl:'http://192.168.2.172/sopFile/', //自己环境 - // padSopUrl:'http://192.168.1.83:81/upload/', - // tvSopUrl:'http://192.168.1.83:81/upload/', + padSopUrl:process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? 'http://192.168.1.83:81/upload/' :'http://192.168.2.172/upload/', + tvSopUrl:process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? 'http://192.168.1.83:81/sopFile/' :'http://192.168.2.172/sopFile/', }, mutations: { updateId (state, id) { diff --git a/src/views/modules/pad/padCODelNotify.vue b/src/views/modules/pad/padCODelNotify.vue index a33df37..7a4cf11 100644 --- a/src/views/modules/pad/padCODelNotify.vue +++ b/src/views/modules/pad/padCODelNotify.vue @@ -68,7 +68,8 @@