From cfe30a75f8ed1866550aa97df58d39dd048f77a2 Mon Sep 17 00:00:00 2001 From: 44673626 <44673626@qq.com> Date: Mon, 28 Feb 2022 18:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=AC=A1=E6=80=A7=E9=94=80=E5=94=AE?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E5=92=8C=E7=BA=A2=E6=97=97=E6=9C=AA=E7=BB=93?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/hq_menu.js | 10 + vue/src/router/modules/hq_out_order.js | 15 + .../billManage/WmsOutputSumExport/index.vue | 866 +++++++++++++ .../ux/vw/dataInput/OnetimeSale/detail.vue | 763 +++++++++++ .../ux/vw/dataInput/OnetimeSale/index.vue | 430 +++++++ .../vw/dataInput/hq_unsettle_report/index.vue | 1112 +++++++++++++++++ 6 files changed, 3196 insertions(+) create mode 100644 vue/src/views/ux/billManage/WmsOutputSumExport/index.vue create mode 100644 vue/src/views/ux/vw/dataInput/OnetimeSale/detail.vue create mode 100644 vue/src/views/ux/vw/dataInput/OnetimeSale/index.vue create mode 100644 vue/src/views/ux/vw/dataInput/hq_unsettle_report/index.vue diff --git a/vue/src/router/modules/hq_menu.js b/vue/src/router/modules/hq_menu.js index 0a22e73f..ca67ca68 100644 --- a/vue/src/router/modules/hq_menu.js +++ b/vue/src/router/modules/hq_menu.js @@ -43,6 +43,16 @@ const hqMenudataRouter = { icon: '文件' } }, + { + path: 'hq-unsettle-export', + component: () => import('@/views/ux/vw/dataInput/hq_unsettle_report'), + name: 'HQUnSettle', + meta: { + title: '红旗工厂未结明细', + roles: ['SettleAccount.Reports'], + icon: '文件' + } + }, { path: '/hqcar', name: 'import-y-data',//命名路由-二级 diff --git a/vue/src/router/modules/hq_out_order.js b/vue/src/router/modules/hq_out_order.js index 35e59258..c6d03cd1 100644 --- a/vue/src/router/modules/hq_out_order.js +++ b/vue/src/router/modules/hq_out_order.js @@ -97,6 +97,21 @@ const hqOutOrderDataRouter = { icon: '红旗' } }, + + { + path: 'onetime-sale-outorder', + component: () => import('@/views/ux/vw/dataInput/OnetimeSale'), + name: 'WmsHQKBOutput',//命名路由 + meta: { + title: '一次性寄售销售结算', + roles: ['SettleAccount.WMSHQ'],//控制页面角色(可以设置多个角色) + icon: '客户' + } + }, + + + + // { // path: 'hq-y-checkout', // component: () => import('@/views/ux/vw/dataInput/hq_y_checkout'), diff --git a/vue/src/views/ux/billManage/WmsOutputSumExport/index.vue b/vue/src/views/ux/billManage/WmsOutputSumExport/index.vue new file mode 100644 index 00000000..24d9bdc2 --- /dev/null +++ b/vue/src/views/ux/billManage/WmsOutputSumExport/index.vue @@ -0,0 +1,866 @@ + + + + + + + diff --git a/vue/src/views/ux/vw/dataInput/OnetimeSale/detail.vue b/vue/src/views/ux/vw/dataInput/OnetimeSale/detail.vue new file mode 100644 index 00000000..b8b59fd5 --- /dev/null +++ b/vue/src/views/ux/vw/dataInput/OnetimeSale/detail.vue @@ -0,0 +1,763 @@ + + + + + + + + diff --git a/vue/src/views/ux/vw/dataInput/OnetimeSale/index.vue b/vue/src/views/ux/vw/dataInput/OnetimeSale/index.vue new file mode 100644 index 00000000..8ae55017 --- /dev/null +++ b/vue/src/views/ux/vw/dataInput/OnetimeSale/index.vue @@ -0,0 +1,430 @@ + + + + + + + + diff --git a/vue/src/views/ux/vw/dataInput/hq_unsettle_report/index.vue b/vue/src/views/ux/vw/dataInput/hq_unsettle_report/index.vue new file mode 100644 index 00000000..44905709 --- /dev/null +++ b/vue/src/views/ux/vw/dataInput/hq_unsettle_report/index.vue @@ -0,0 +1,1112 @@ + + + + + + \ No newline at end of file