From 493ff5ed6eb066f516e3175193b7b7286345cca2 Mon Sep 17 00:00:00 2001 From: 44673626 <44673626@qq.com> Date: Fri, 31 Dec 2021 11:23:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=B6=E5=87=BA=E5=BA=93=E5=8D=95?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/components/ImportExcel-base/index.vue | 2 + vue/src/router/modules/vw_out_order.js | 20 ++--- .../ux/billManage/kanbanOutOrder/detail.vue | 2 +- .../views/ux/billManage/sparePart/index.vue | 20 ++--- vue/static/tableFieldForSearch.json | 86 +++++++++++++++++++ 5 files changed, 109 insertions(+), 21 deletions(-) diff --git a/vue/src/components/ImportExcel-base/index.vue b/vue/src/components/ImportExcel-base/index.vue index 02bb517b..8ab2eef7 100644 --- a/vue/src/components/ImportExcel-base/index.vue +++ b/vue/src/components/ImportExcel-base/index.vue @@ -304,6 +304,7 @@ export default { hqHPlatform: "红旗H平台", hqMPlatform: "红旗M平台", vwoutorder: "准时化出库单", + sparepartoutorder:"大众备件出库单", kanbanoutorder: "大众看板出库单", bomdatabase: "产品结构BOM", prebatch: "预批量", @@ -334,6 +335,7 @@ export default { hqMPlatform: "/api/settleaccount/HQMPlatform/ExcelImport", //红旗M平台导入 vwoutorder: "/api/settleaccount/wmsjitoutput/ExcelImport", //准时化出库单导入 kanbanoutorder: "/api/settleaccount/wmskanbanoutput/ExcelImport", //大众看板出库单导入 + sparepartoutorder: "/api/settleaccount/wmsSharePartoutput/ExcelImport", //大众备件出库单导入 bomdatabase: "/api/settleaccount/bom/ExcelImport", prebatch: "/api/settleaccount/Prebatch/ExcelImport", secondaryPriceRatio: diff --git a/vue/src/router/modules/vw_out_order.js b/vue/src/router/modules/vw_out_order.js index cba355fb..cedb4e3a 100644 --- a/vue/src/router/modules/vw_out_order.js +++ b/vue/src/router/modules/vw_out_order.js @@ -36,16 +36,16 @@ const vwOutOrderDataRouter = { icon: '结算' } }, - // { - // path: 'invoice', - // component: () => import('@/views/ux/basedata/Invoice/index'), - // name: 'Invoices',//命名路由 - // meta: { - // title: '大众发票汇总导入', - // roles: ['SettleAccount.Invoices'], - // icon: '对比' - // } - // }, + { + path: 'sparepart-out-order', + component: () => import('@/views/ux/billManage/sparepartOutOrder/index'), + name: 'Invoices',//命名路由 + meta: { + title: '大众备件出库单', + roles: ['SettleAccount.Invoices'], + icon: '对比' + } + }, ] } diff --git a/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue b/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue index 65fbdc2d..21557214 100644 --- a/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue +++ b/vue/src/views/ux/billManage/kanbanOutOrder/detail.vue @@ -128,7 +128,7 @@ export default { }, data() { return { - crmType: "vwOutOrder", + crmType: "kanbanOutOrder", rules: { //前端定义的规则,后端也有验证 erpMaterialCode: [ diff --git a/vue/src/views/ux/billManage/sparePart/index.vue b/vue/src/views/ux/billManage/sparePart/index.vue index 3f9ae004..0342d499 100644 --- a/vue/src/views/ux/billManage/sparePart/index.vue +++ b/vue/src/views/ux/billManage/sparePart/index.vue @@ -106,7 +106,7 @@ - - + -->