From d5eb813ecacca11cc1525f996f56d4e9d8c3d587 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Mon, 1 Apr 2024 10:10:57 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index e0c8c2f6..e992171d 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -534,7 +534,7 @@ /** 导出按钮操作 */ handleExport() { - // this.downloadJson('material/secondaryWarehouse/exportList',JSON.stringify(this.queryParams), `二级库_${new Date().getTime()}.xlsx`) + this.downloadJson('base/tm_task/export',JSON.stringify(this.queryParams), `领料出库_${new Date().getTime()}.xlsx`) }, } }; From 369162753f7c3a938a02d77ace210ffbd21b6948 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 1 Apr 2024 10:52:35 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/store/warehousing/putInStore.vue | 48 +++++++++++-------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 3169ccca..8e7860d6 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -157,7 +157,7 @@ @@ -257,7 +257,7 @@ clearable :min="0" :controls="false" - style="width: 220px" + style="width: 13vw;" @keyup.enter.native="handleQuery" /> @@ -283,23 +283,23 @@ - + - + @@ -307,8 +307,13 @@ - + + + + + + - + 点击填充 @@ -385,24 +390,24 @@ - + - + @@ -556,6 +561,7 @@ export default { // 表单参数:编号表单 / 数量表单 numberForm: {}, codeForm: { + checkMan: undefined, putInType: undefined, remarks: undefined, typeId: undefined, @@ -652,6 +658,7 @@ export default { // 编码表单重置 resetCodeForm() { this.codeForm = { + checkMan: undefined, putInType: undefined, remarks: undefined, typeId: undefined, @@ -691,10 +698,10 @@ export default { const outFacCode = '' // 生产厂家 const maVender = this.supplierList.find(item => item.supplierId == this.codeForm.codeFactory)?.supplier || '' - // 检修日期: codeForm.thisCheckFixTime, 时间格式为 yyyy-MM-dd + // 检验日期: codeForm.thisCheckFixTime, 时间格式为 yyyy-MM-dd let thisCheckFixTime = new Date(this.codeForm.thisCheckFixTime).toLocaleDateString('zh-CN', {year: 'numeric', month: '2-digit', day: '2-digit'}).replace(/\//g, '-') if (thisCheckFixTime == 'Invalid Date') thisCheckFixTime = '' - // 下次检修日期: codeForm.nextCheckFixTime + // 下次检验日期: codeForm.nextCheckFixTime let nextCheckFixTime = new Date(this.codeForm.nextCheckFixTime).toLocaleDateString('zh-CN', {year: 'numeric', month: '2-digit', day: '2-digit'}).replace(/\//g, '-') if (nextCheckFixTime == 'Invalid Date') nextCheckFixTime = '' // 单价: codeForm.buyPrice @@ -775,7 +782,8 @@ export default { typeId: this.codeForm.typeId, num: this.codeForm.num, remarks: this.codeForm.remarks || '', - machIneDtoList: this.codeTableList + machIneDtoList: this.codeTableList, + checkMan: this.codeForm.checkMan || '', } console.log('🚀 ~ submitForm: ~ SavePutInfoDto', SavePutInfoDto) From 9038f8db8bb6ac18994e6c789f6cd3d6da36422d Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Mon, 1 Apr 2024 10:55:49 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E9=A2=86=E6=96=99=E6=9B=B4=E6=94=B94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index e992171d..f88b2961 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -101,12 +101,12 @@ - - + + Date: Mon, 1 Apr 2024 16:53:35 +0800 Subject: [PATCH 4/6] =?UTF-8?q?springbootV2=E4=B8=AD=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-gateway/src/main/resources/bootstrap.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sgzb-gateway/src/main/resources/bootstrap.yml b/sgzb-gateway/src/main/resources/bootstrap.yml index bbd166db..f58aa706 100644 --- a/sgzb-gateway/src/main/resources/bootstrap.yml +++ b/sgzb-gateway/src/main/resources/bootstrap.yml @@ -2,6 +2,12 @@ server: port: 8080 +# Spring Boot Actuator V2中风险漏洞处理,禁止远程端口访问 +management: + endpoint: + env: + enabled: false + # Spring spring: application: From a56b7d44ea1f172b1b5ac8bc5969ecf4236a6651 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 1 Apr 2024 17:51:01 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/store/warehousing/putInStore.vue | 253 +++++++++++++----- 1 file changed, 179 insertions(+), 74 deletions(-) diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 8e7860d6..d0762a31 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -197,7 +197,7 @@ - + - + - + - + - + - + - + - + - + - + @@ -365,21 +365,22 @@ >导出 --> - + -