From 6483b20edc601a9b746694ba872823d45383a243 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 11 Dec 2024 18:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=A2=9E=E5=8A=A0=E5=B9=B2?= =?UTF-8?q?=E7=BA=BF=E9=85=8D=E7=BD=AE=EF=BC=8C=E9=A6=96=E9=A1=B5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=85=AC=E5=91=8A=EF=BC=8C=E7=BB=93=E7=AE=97=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=89=B9=E9=87=8F=E7=BB=93=E7=AE=97=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/bulletinboard/index.js | 9 + .../reportforms/DeliveryStatisticsReport.js | 22 +- src/router/views/index.js | 1 + .../warehouse/basicdataWarehouse.vue | 46 ++- src/views/finance/CustomerSettlement.vue | 40 ++- src/views/wel/bulletinboard/bulletinboard.vue | 296 ++++++++++++++++++ src/views/wel/index.vue | 46 ++- 7 files changed, 440 insertions(+), 20 deletions(-) create mode 100644 src/api/bulletinboard/index.js create mode 100644 src/views/wel/bulletinboard/bulletinboard.vue diff --git a/src/api/bulletinboard/index.js b/src/api/bulletinboard/index.js new file mode 100644 index 00000000..cb93b44f --- /dev/null +++ b/src/api/bulletinboard/index.js @@ -0,0 +1,9 @@ +import request from '@/axios'; + +export const $_homeList = params => { + return request({ + url: '/api/logpm-basic/notice/homeList', + method: 'get', + params, + }); +}; diff --git a/src/option/reportforms/DeliveryStatisticsReport.js b/src/option/reportforms/DeliveryStatisticsReport.js index 7a830e9f..44feeda8 100644 --- a/src/option/reportforms/DeliveryStatisticsReport.js +++ b/src/option/reportforms/DeliveryStatisticsReport.js @@ -155,17 +155,6 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: 'reviewOnTimeRate', - label: '复核及时率', - type: 6, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, { prop: 'exceptionNum', @@ -225,6 +214,17 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'reviewOnTimeRate', + label: '复核及时率', + type: 6, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'createUserName', label: '操作', diff --git a/src/router/views/index.js b/src/router/views/index.js index d2c50dd2..87571050 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -12,6 +12,7 @@ export default [ name: '首页', meta: { i18n: 'dashboard', + keepAlive: true, }, component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index.vue'), }, diff --git a/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue b/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue index 8e800c2d..604f0af6 100644 --- a/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue +++ b/src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue @@ -513,6 +513,45 @@ + + + + + + + + + + + + + + +