From 84751e92e9d846fcde013332d8bd353951196a0b Mon Sep 17 00:00:00 2001 From: anthonywj Date: Thu, 23 Nov 2023 10:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8B=EF=BC=8C?= =?UTF-8?q?=E9=A3=9E=E4=B9=A6=E7=9B=B8=E5=85=B3bug=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8C=E6=B1=87=E6=80=BB=E7=BB=9F=E8=AE=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/api/inout/statData.js | 16 +++--- .../basic/busType/busTypeAdvancedSettings.vue | 51 ++++++++++++------- src/views/basic/busType/bussinessType.vue | 9 ++-- .../basic/busType/bussinessTypeModify.vue | 21 +++++++- src/views/inout/DialogCreateOrder.vue | 2 +- src/views/inout/DialogCreateOrderSelect.vue | 46 ++++++++++------- src/views/inout/stat/IoStatDaySearch.vue | 2 +- src/views/inout/stat/IoStatMonthSearch.vue | 2 +- src/views/inout/stat/IoStatQuarterSearch.vue | 2 +- src/views/inout/stat/IoStatYearSearch.vue | 2 +- 11 files changed, 100 insertions(+), 55 deletions(-) diff --git a/.env.production b/.env.production index 3f823e62..c53df206 100644 --- a/.env.production +++ b/.env.production @@ -9,7 +9,7 @@ ENV = 'production' #林纪裕cd # VUE_APP_BASE_API = 'http://www.linjiyu.lol:81/UDI_WMS_MC/' -# VUE_APP_BASE_API = 'http://www.linjiyu.lol:83/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://www.linjiyu.lol:83/UDI_WMS_MC/' 刘恩典 diff --git a/src/api/inout/statData.js b/src/api/inout/statData.js index 5506cfa0..45788d0a 100644 --- a/src/api/inout/statData.js +++ b/src/api/inout/statData.js @@ -40,12 +40,12 @@ export function filterYearList(params) { }); } - export function excelImport(params) { - return axios({ - url: "/udiwms/inv/excelExportOut", - method: "get", - responseType: 'blob', - params: params - }); - } +export function excelImport(params) { + return axios({ + url: "/udiwms/inv/excelExportOut", + method: "get", + responseType: 'blob', + params: params + }); +} diff --git a/src/views/basic/busType/busTypeAdvancedSettings.vue b/src/views/basic/busType/busTypeAdvancedSettings.vue index 26493892..c85e7bfb 100644 --- a/src/views/basic/busType/busTypeAdvancedSettings.vue +++ b/src/views/basic/busType/busTypeAdvancedSettings.vue @@ -156,23 +156,23 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -311,6 +311,23 @@ + + + 预验收是否带回 + + + + + + + + + + + 预验收是否带回 + + +
diff --git a/src/views/basic/busType/bussinessType.vue b/src/views/basic/busType/bussinessType.vue index b56635bc..f9fff659 100644 --- a/src/views/basic/busType/bussinessType.vue +++ b/src/views/basic/busType/bussinessType.vue @@ -263,11 +263,11 @@ export default { checkVailDate: 0, //校验近效期 checkExpire: true, //校验过期 checkCertExpire: false,//校验证书过期 - editType:2, + editType: 2, checkReview: null, secCheckReview: null, thrCheckReview: null, - + inPreInBack: 1, }, enableMap: { true: '是', @@ -551,9 +551,10 @@ export default { checkVailDate: 0, //校验近效期 checkExpire: 2, //校验过期 checkCertExpire: 0, //校验证书过期 - editType:2, + editType: 2, backPreinType: 1, - sortNum: 999 + sortNum: 999, + inPreInBack: 1, } this.addDialogVisible = true }, diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index 31b3f945..0a4379bd 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -302,7 +302,7 @@ - + @@ -314,6 +314,25 @@ + + + + + 预验收是否带回 + + + + + + + + + + + 预验收是否带回 + + + diff --git a/src/views/inout/DialogCreateOrder.vue b/src/views/inout/DialogCreateOrder.vue index fd35566d..f5e6f89a 100644 --- a/src/views/inout/DialogCreateOrder.vue +++ b/src/views/inout/DialogCreateOrder.vue @@ -665,7 +665,7 @@ export default { corpType: 0, genUnit: false, checkWebNew: null, - mainAction:null, + mainAction: null, }, fromOptions: [], isCodeAlive: true, diff --git a/src/views/inout/DialogCreateOrderSelect.vue b/src/views/inout/DialogCreateOrderSelect.vue index 9316c700..6c668a49 100644 --- a/src/views/inout/DialogCreateOrderSelect.vue +++ b/src/views/inout/DialogCreateOrderSelect.vue @@ -3,14 +3,13 @@ - + - - + + - - - + + + + + + + + + - + - + - + - + - + - + @@ -155,7 +163,8 @@