From 67ec602c8625f3342f209ca616ded42b93acce01 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Fri, 24 Mar 2023 19:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=87=E6=80=BB=E7=9B=B8=E5=85=B3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 +- src/views/inout/IoCreateOrder.vue | 2 +- src/views/inout/stat/IoStatDaySearch.vue | 40 ++++++++++++++++-------- 3 files changed, 29 insertions(+), 15 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 82bbdeea..af337949 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -190,7 +190,7 @@ module.exports = { 'yield-star-spacing': [2, 'both'], 'yoda': [2, 'never'], 'prefer-const': 2, - 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, + 'no-': process.env.NODE_ENV === 'production' ? 2 : 0, 'object-curly-spacing': [2, 'always', { objectsInObjects: false }], diff --git a/src/views/inout/IoCreateOrder.vue b/src/views/inout/IoCreateOrder.vue index 85623327..ff194daf 100644 --- a/src/views/inout/IoCreateOrder.vue +++ b/src/views/inout/IoCreateOrder.vue @@ -265,7 +265,6 @@ export default { mainAction: null, action: null, statusType: "newOrder", - busType: 2, page: 1, limit: 10, startTime: null, @@ -274,6 +273,7 @@ export default { invCode: this.$store.getters.locInvCode, }, + viewType: 3, corpLoading: false, fromOptions: [], checkStatus: { diff --git a/src/views/inout/stat/IoStatDaySearch.vue b/src/views/inout/stat/IoStatDaySearch.vue index e7838837..871f5fa4 100644 --- a/src/views/inout/stat/IoStatDaySearch.vue +++ b/src/views/inout/stat/IoStatDaySearch.vue @@ -33,6 +33,10 @@ >查询 + 汇总 + @@ -42,8 +46,8 @@ @current-change="handleSelectionChange"> - + @@ -111,18 +115,28 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +