xiugai
This commit is contained in:
parent
2b2f275402
commit
aeb36c2bea
|
@ -168,12 +168,6 @@ export const asyncRoutes = [
|
||||||
name: 'resources',
|
name: 'resources',
|
||||||
component: () => import('@/views/pm/resources'),
|
component: () => import('@/views/pm/resources'),
|
||||||
meta: { title: '生产资源配置', icon: 'example', perms: ['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,
|
component: Layout,
|
||||||
redirect: '/wpm/worktask',
|
redirect: '/wpm/worktask',
|
||||||
name: 'pm',
|
name: 'pm',
|
||||||
meta: { title: '车间生产', icon: 'example', perms: ['equipment_set'] },
|
meta: { title: '生产执行', icon: 'example', perms: ['equipment_set'] },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'worktask',
|
path: 'worktask',
|
||||||
|
@ -251,13 +245,7 @@ export const asyncRoutes = [
|
||||||
component: () => import('@/views/sam/contract'),
|
component: () => import('@/views/sam/contract'),
|
||||||
meta: { title: '合同信息', icon: 'example', perms: ['index_manage'] }
|
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',
|
path: 'order',
|
||||||
|
|
|
@ -446,7 +446,7 @@
|
||||||
page_size: 20,
|
page_size: 20,
|
||||||
},
|
},
|
||||||
type_: {
|
type_: {
|
||||||
1:'普通',
|
1:'常规',
|
||||||
2:'分割',
|
2:'分割',
|
||||||
3:'结合',
|
3:'结合',
|
||||||
|
|
||||||
|
@ -462,7 +462,7 @@
|
||||||
},
|
},
|
||||||
typeoption: [{
|
typeoption: [{
|
||||||
value: '1',
|
value: '1',
|
||||||
label: '普通'
|
label: '常规'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '2',
|
value: '2',
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top: 2px">
|
<div style="margin-top: 2px">
|
||||||
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
|
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
|
||||||
>新增客户</el-button
|
>新增合同</el-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</el-card>
|
</el-card>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
>
|
>
|
||||||
<el-table-column type="index" width="50" />
|
<el-table-column type="index" width="50" />
|
||||||
|
|
||||||
<el-table-column label="分解产品名称">
|
<el-table-column label="名称">
|
||||||
<template slot-scope="scope">{{
|
<template slot-scope="scope">{{
|
||||||
scope.row.subproduction_.name
|
scope.row.subproduction_.name
|
||||||
}}</template>
|
}}</template>
|
||||||
|
|
Loading…
Reference in New Issue