From 953f8d03f17a4762cbadc6a8a3bd180735b14d65 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 4 Sep 2024 17:59:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/distribution/createTask.js | 172 ++++++ src/page/index/top/top-search.vue | 4 + src/router/views/index.js | 156 +----- .../checkInventoryTask/createTaskTemp.vue | 511 ++++++++++++++++++ 4 files changed, 704 insertions(+), 139 deletions(-) create mode 100644 src/option/distribution/createTask.js create mode 100644 src/views/distribution/checkInventoryTask/createTaskTemp.vue diff --git a/src/option/distribution/createTask.js b/src/option/distribution/createTask.js new file mode 100644 index 00000000..c61619d7 --- /dev/null +++ b/src/option/distribution/createTask.js @@ -0,0 +1,172 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'questNum', + label: '盘点任务编号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'warehouseName', + label: '仓库名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'marketName', + label: '商城名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'marketName', + label: '收货单位', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'brandName', + label: '品牌名称', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'startTime', + label: '任务开始时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'endTime', + label: '任务结束时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'stockNum', + label: '数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'syncDataStatusNameS', + label: '同步状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'syncUserName', + label: '同步人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'syncTime', + label: '同步时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'questTypeNameS', + label: '类型', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'questStatusNameS', + label: '状态', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: '', + label: '操作', + type: 6, + values: '', + width: '120', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; diff --git a/src/page/index/top/top-search.vue b/src/page/index/top/top-search.vue index 739d9c52..09796fd3 100644 --- a/src/page/index/top/top-search.vue +++ b/src/page/index/top/top-search.vue @@ -119,5 +119,9 @@ export default { } .el-autocomplete{ width: 300px !important; + margin-right:7% !important; + .el-input__wrapper{ + border: 1px solid #d3d3d3 !important; + } } diff --git a/src/router/views/index.js b/src/router/views/index.js index 22d19d4a..3f11035b 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1377,22 +1377,6 @@ export default [ ], }, - // { - // path: '/aftersales/aftersalesWorkOrder', - // component: Layout, - // redirect: '/aftersales/aftersalesWorkOrder', - // children: [ - // { - // meta: { - // i18n: 'dict', - // keepAlive: false, - // }, - // path: '/aftersales/aftersalesWorkOrder', - // name: '工单', - // component: () => import('@/views/aftersales/aftersalesWorkOrder.vue'), - // }, - // ], - // }, { path: '/aftersales/aftersalesWorkOrderAdd', component: Layout, @@ -1717,22 +1701,6 @@ export default [ }, ], }, - // { - // path: '/cost/Deliverycostmanagement/WarehouseTemplateHome', - // component: Layout, - // redirect: '/cost/Deliverycostmanagement/WarehouseTemplateHome', - // children: [ - // { - // meta: { - // i18n: 'dict', - // keepAlive: true, - // }, - // path: '/cost/Deliverycostmanagement/WarehouseTemplateHome', - // name: '仓库计价模板', - // component: () => import('@/views/cost/Deliverycostmanagement/WarehouseTemplateHome.vue'), - // }, - // ], - // }, { path: '/distribution/signfor/asurcharge', @@ -1750,112 +1718,22 @@ export default [ }, ], }, - // 工单新增重构页面 - - // { - // path: '/aftersales/aftersalesWorkOrderAddTemp', - // component: Layout, - // redirect: '/aftersales/aftersalesWorkOrderAddTemp', - // children: [ - // { - // meta: { - // i18n: 'dict', - // keepAlive: true, - // }, - // path: '/aftersales/aftersalesWorkOrderAddTemp', - // name: '工单新增重构页面', - // component: () => import('@/views/aftersales/aftersalesWorkOrderAddTemp.vue'), - // }, - // ], - // }, - // { - // // 这是父路由,财务主页面 - // path: '/financialsector/FinanceHome', - // component: Layout, - // redirect: '/financialsector/FinanceHome', - // children: [ - // { - // // 这是父页面的默认视图 - // meta: { - // i18n: 'dict', - // keepAlive: false, - // }, - // path: '/financialsector/FinanceHome', - // name: '财务', - // component: () => import('@/views/financialsector/FinanceHome.vue'), - // }, - // { - // // 子页面 - // meta: { - // i18n: 'dict', - // keepAlive: false, - // }, - // path: '/financialsector/Financialse/FinancialWarehousing', - // name: '新增模板', - // component: () => import('@/views/financialsector/Financialse/FinancialWarehousing.vue'), - // }, - // ], - // }, - - // { - // path: '/aftersales/aftersalesWorkOrderSS', - // component: Layout, - // redirect: '/aftersales/aftersalesWorkOrderSS', - // children: [ - // { - // path: '/aftersales/aftersalesWorkOrderSS', - // name: '工单A', - // component: () => import('@/views/aftersales/aftersalesWorkOrderSS.vue'), - // }, - // ], - // }, - - // { - // path: '/distribution/turndelivery/devtmp', - // component: Layout, - // redirect: '/distribution/turndelivery/devtmp', - // children: [ - // { - // path: '/distribution/turndelivery/devtmp', - // name: '商配计划重构', - // component: () => import('@/views/distribution/turndelivery/devtmp.vue'), - // }, - // ], - // }, - - // { - // path: '/distribution/inventory/distributionPrints', - // component: Layout, - // redirect: '/distribution/inventory', - // children: [ - // { - // path: '/distribution/inventory/distributionPrints', - // name: '创建提货单', - // meta: { - // i18n: 'dict', - // }, - // props: route => ({ - // name: route.query.name, - // id: route.query.id - // }), - // component: () => import('@/views/distribution/inventory/distributionPrints.vue'), - // children:[ - // { - // path: '/distribution/inventory/distributionPrints', - // name: '创建提货单', - // meta: { - // i18n: 'dict', - // }, - // props: route => ({ - // name: route.query.name, - // id: route.query.id - // }), - // component: () => import('@/views/distribution/inventory/distributionStockArticle.vue'), - // }, - // ] - // }, - - // ], - // } + // 盘点重构 + { + path: '/distribution/checkInventoryTask/createTaskTemp', + component: Layout, + redirect: '/distribution/checkInventoryTask/createTaskTemp', + children: [ + { + meta: { + i18n: 'dict', + keepAlive: true, + }, + path: '/distribution/checkInventoryTask/createTaskTemp', + name: '盘点重构', + component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'), + }, + ], + }, ]; diff --git a/src/views/distribution/checkInventoryTask/createTaskTemp.vue b/src/views/distribution/checkInventoryTask/createTaskTemp.vue new file mode 100644 index 00000000..7ad658a4 --- /dev/null +++ b/src/views/distribution/checkInventoryTask/createTaskTemp.vue @@ -0,0 +1,511 @@ + + + + +