diff --git a/src/router/views/index.js b/src/router/views/index.js index a5851162..1051ba49 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1516,7 +1516,6 @@ export default [ ], }, - { path: '/financialsector/Financialse/FinancialDelivery', component: Layout, @@ -1532,7 +1531,7 @@ export default [ component: () => import('@/views/financialsector/Financialse/FinancialDelivery.vue'), }, ], - }, + }, { path: '/financialsector/FinanceHome', @@ -1551,48 +1550,34 @@ export default [ ], }, - - -// { -// // 这是父路由,财务主页面 -// 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: '/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', diff --git a/src/views/financialsector/FinanceHome.vue b/src/views/financialsector/FinanceHome.vue index ef7156f5..496b35b2 100644 --- a/src/views/financialsector/FinanceHome.vue +++ b/src/views/financialsector/FinanceHome.vue @@ -38,11 +38,15 @@ @@ -57,6 +61,8 @@ import { ref, defineAsyncComponent } from 'vue'; const FinancialWarehousing = defineAsyncComponent(() => import('@/views/financialsector/Financialse/FinancialWarehousing.vue') ); + +const FinancialBill = defineAsyncComponent(() => import('@/views/financialsector/Financialse/FinancialBill.vue')) // 配送模板 const FinancialDelivery = defineAsyncComponent(() => import('@/views/financialsector/Financialse/FinancialDelivery.vue') diff --git a/src/views/financialsector/Financialse/FinancialBill.vue b/src/views/financialsector/Financialse/FinancialBill.vue index 323dc49e..cc4af7db 100644 --- a/src/views/financialsector/Financialse/FinancialBill.vue +++ b/src/views/financialsector/Financialse/FinancialBill.vue @@ -7,12 +7,22 @@ 整车计费 - - - - - - +
+ + + + + + + +
+ - +
+ +
+ + +
+
@@ -29,4 +39,39 @@ :deep(.el-input-number .el-input__inner) { text-align: left; } + +.el_table_operation { + width: 70px; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + .el_table_operation_span_a, + .el_table_operation_span_b { + font-size: 20px; + font-weight: bold; + width: 40%; + border: 2px solid #f00; + color: #f00; + border-radius: 6px; + cursor: pointer; + text-align: center; + line-height: 20px; + box-sizing: border-box; + height: 100%; + } + .el_table_operation_span_b { + border: 2px solid #0d83b7; + color: #0d83b7; + } + + .el_table_operation_span_a:hover { + background-color: #f00; + color: #ccc; + } + .el_table_operation_span_b:hover { + background-color: #0d83b7; + color: #ccc; + } +} diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 46f82a80..80394da6 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -1,920 +1,222 @@ - + diff --git a/src/views/wel/index1.vue b/src/views/wel/index1.vue deleted file mode 100644 index 80394da6..00000000 --- a/src/views/wel/index1.vue +++ /dev/null @@ -1,248 +0,0 @@ - - - - - diff --git a/src/views/wel/index2.vue b/src/views/wel/index2.vue new file mode 100644 index 00000000..46f82a80 --- /dev/null +++ b/src/views/wel/index2.vue @@ -0,0 +1,926 @@ + + + + +