4b339df0 by tianhaohao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents a9e2d713 efc87d57
...@@ -126,7 +126,7 @@ export const asyncRoutes = [ ...@@ -126,7 +126,7 @@ export const asyncRoutes = [
126 component: () => import('@/views/ywbl/ybx/ybx.vue'), 126 component: () => import('@/views/ywbl/ybx/ybx.vue'),
127 name: 'ybx', 127 name: 'ybx',
128 meta: { title: '已办箱' } 128 meta: { title: '已办箱' }
129 }, { 129 }, {
130 path: 'ycsl', 130 path: 'ycsl',
131 id: '24', 131 id: '24',
132 parentId: '2', 132 parentId: '2',
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-21 09:55:21 4 * @LastEditTime: 2024-01-22 14:59:51
5 */ 5 */
6 //流程环节操作按钮 6 //流程环节操作按钮
7 export function getForm (tabName) { 7 export function getForm (tabName) {
8 let form; 8 let form;
9 if (tabName == 0) return
9 switch (tabName) { 10 switch (tabName) {
10 case "zdjbxx": 11 case "zdjbxx":
11 form = require("@/views/registerBook/zdjbxx.vue"); 12 form = require("@/views/registerBook/zdjbxx.vue");
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-12 09:41:27 4 * @LastEditTime: 2024-01-22 14:56:43
5 */ 5 */
6 /** 6 /**
7 * @description: 流程环节操作按钮 7 * @description: 流程环节操作按钮
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
10 */ 10 */
11 export function getForm (tabName) { 11 export function getForm (tabName) {
12 let form; 12 let form;
13 if (tabName == 0) return
13 switch (tabName) { 14 switch (tabName) {
14 case "tdsyqslxx": 15 case "tdsyqslxx":
15 form = require("@/views/ywbl/slsqxx/tdsyq/slxx.vue"); 16 form = require("@/views/ywbl/slsqxx/tdsyq/slxx.vue");
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-22 11:02:34 4 * @LastEditTime: 2024-01-22 14:57:22
5 --> 5 -->
6 <template> 6 <template>
7 <div class="container"> 7 <div class="container">
......