From 546b65a536aaa3abe7dc339b7dfe7736969d39b5 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Thu, 28 Mar 2024 10:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/receive.js | 20 +- sgzb-ui/src/utils/dict/Dict.js | 2 +- sgzb-ui/src/utils/globalUrl.js | 6 +- .../claimAndRefund/receive/receiveOut.vue | 474 +++++++++--------- .../secondStore/inStoreBook.vue | 6 +- .../secondStore/outStoreBook.vue | 6 +- .../secondStore/secondStore.vue | 8 +- .../newBuy/newDevices/newDevicesArrival.vue | 4 - sgzb-ui/vue.config.js | 9 +- 9 files changed, 273 insertions(+), 262 deletions(-) diff --git a/sgzb-ui/src/api/claimAndRefund/receive.js b/sgzb-ui/src/api/claimAndRefund/receive.js index e031c340..80a07407 100644 --- a/sgzb-ui/src/api/claimAndRefund/receive.js +++ b/sgzb-ui/src/api/claimAndRefund/receive.js @@ -227,8 +227,24 @@ export function getLeaseApplyAuditListAll(query) { } - - +//领料出库 列表 +export function getLeaseAuditList(query) { + return request({ + url: '/base/tm_task/getLeaseAuditList', + method: 'get', + params: query + }) +} + + +//领料出库 详情 +export function getLeaseAuditListDetail(query) { + return request({ + url: '/base/tm_task/getLeaseAuditListDetail', + method: 'get', + params: query + }) +} diff --git a/sgzb-ui/src/utils/dict/Dict.js b/sgzb-ui/src/utils/dict/Dict.js index 88ec49de..8fb6ca0f 100644 --- a/sgzb-ui/src/utils/dict/Dict.js +++ b/sgzb-ui/src/utils/dict/Dict.js @@ -77,7 +77,7 @@ function loadDict(dict, dictMeta) { dicts.forEach(d => { Vue.set(dict.label[type], d.value, d.label) }) - console.log(dict) + // console.log(dict) return dicts }) } diff --git a/sgzb-ui/src/utils/globalUrl.js b/sgzb-ui/src/utils/globalUrl.js index 2b906e1c..c5a6e866 100644 --- a/sgzb-ui/src/utils/globalUrl.js +++ b/sgzb-ui/src/utils/globalUrl.js @@ -1,8 +1,8 @@ -// const qrUrl = 'http://192.168.0.14:21624/qrCode/qrCodePage?qrCode='; //测试 -const qrUrl = 'http://112.29.103.165:21626/qrCode/qrCodePage?qrCode='; //重庆 +const qrUrl = 'http://192.168.0.14:21624/qrCode/qrCodePage?qrCode='; //测试 +// const qrUrl = 'http://112.29.103.165:21626/qrCode/qrCodePage?qrCode='; //重庆 // const qrUrl = 'http://112.29.103.165:21624/qrCode/qrCodePage?qrCode='; //宁夏 - +// const qrUrl = 'https://z.csgmall.com.cn/gl/qrCode/qrCodePage?qrCode='; //南网 diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index 4f14cf60..0d4c7fe4 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -1,10 +1,10 @@