From 46af878cdfd8abf821627c315ead0bacb8bf8fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=A3=9E?= Date: Thu, 10 Apr 2025 18:46:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockIn/NChargeStockIn/index.vue | 5 +++-- src/views/stocked/careerAssistanceInquiry/index.vue | 1 + src/views/system/pdaDownload/index.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/stockIn/NChargeStockIn/index.vue b/src/views/stockIn/NChargeStockIn/index.vue index 81b2f1b..c3bab38 100644 --- a/src/views/stockIn/NChargeStockIn/index.vue +++ b/src/views/stockIn/NChargeStockIn/index.vue @@ -325,8 +325,9 @@ onMounted(() => { hide: false } ] - handleQuery() ERPFactoryQuery() + handleQuery() + getUnitInfo() updateTableHeight(); window.addEventListener('resize', handleResize); @@ -418,7 +419,7 @@ function getpows() { } addNChargeNOrder(state.queryParam) .then((res: any) => { - if (res.code == 0) { + if (res.code == 200) { state.undistributed_list = res.resultObj ElMessageBox.alert("新建成功", { confirmButtonText: 'OK' diff --git a/src/views/stocked/careerAssistanceInquiry/index.vue b/src/views/stocked/careerAssistanceInquiry/index.vue index 0000516..584f9e6 100644 --- a/src/views/stocked/careerAssistanceInquiry/index.vue +++ b/src/views/stocked/careerAssistanceInquiry/index.vue @@ -257,6 +257,7 @@ const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableH FROMDATE: '', TODATE: '', CAREER_ASSISTANCE :'', + DESC_CN:'' }, pageNum: 1, pageSize: 10 diff --git a/src/views/system/pdaDownload/index.vue b/src/views/system/pdaDownload/index.vue index 388f045..c1a4762 100644 --- a/src/views/system/pdaDownload/index.vue +++ b/src/views/system/pdaDownload/index.vue @@ -65,7 +65,7 @@ function creatCode() { hints.set(EncodeHintType.MARGIN, 1); try { // 'http://192.168.1.73:8086/PDA.apk' - const url = "http://172.22.10.217:8086/"; + const url = "http://172.22.10.225/"; const result = writer.encode(url + 'PDA.apk', BarcodeFormat.QR_CODE, 200, 200, hints); const canvas = document.createElement('canvas');