diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 6437898..1003fbd 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -168,12 +168,6 @@ export const asyncRoutes = [ name: 'resources', component: () => import('@/views/pm/resources'), meta: { title: '生产资源配置', icon: 'example', perms: ['pm_resources'] } - }, - { - path: 'testitem', - name: 'testitem', - component: () => import('@/views/pm/plan'), - meta: { title: '生产作业管理', icon: 'example', perms: ['pm_testitem'] } } ] } @@ -183,7 +177,7 @@ export const asyncRoutes = [ component: Layout, redirect: '/wpm/worktask', name: 'pm', - meta: { title: '车间生产', icon: 'example', perms: ['equipment_set'] }, + meta: { title: '生产执行', icon: 'example', perms: ['equipment_set'] }, children: [ { path: 'worktask', @@ -251,13 +245,7 @@ export const asyncRoutes = [ component: () => import('@/views/sam/contract'), meta: { title: '合同信息', icon: 'example', perms: ['index_manage'] } } - , - { - path: 'review', - name: 'review', - component: () => import('@/views/sam/review'), - meta: { title: '合同评审', icon: 'example', perms: ['index_manage'] } - } + , { path: 'order', diff --git a/hb_client/src/views/mtm/step.vue b/hb_client/src/views/mtm/step.vue index 87c3b50..b8569f3 100644 --- a/hb_client/src/views/mtm/step.vue +++ b/hb_client/src/views/mtm/step.vue @@ -446,7 +446,7 @@ page_size: 20, }, type_: { - 1:'普通', + 1:'常规', 2:'分割', 3:'结合', @@ -462,7 +462,7 @@ }, typeoption: [{ value: '1', - label: '普通' + label: '常规' }, { value: '2', diff --git a/hb_client/src/views/sam/contract.vue b/hb_client/src/views/sam/contract.vue index 6735fc4..e903deb 100644 --- a/hb_client/src/views/sam/contract.vue +++ b/hb_client/src/views/sam/contract.vue @@ -26,7 +26,7 @@
新增客户新增合同
diff --git a/hb_client/src/views/wpm/worktask.vue b/hb_client/src/views/wpm/worktask.vue index 3ca0e2a..be1df27 100644 --- a/hb_client/src/views/wpm/worktask.vue +++ b/hb_client/src/views/wpm/worktask.vue @@ -20,7 +20,7 @@ > - +