This commit is contained in:
Vergil
2020-02-14 15:18:43 +08:00
parent e8eeade817
commit 1895977eb2
25 changed files with 1304 additions and 738 deletions

View File

@@ -11,7 +11,8 @@ export function initProject() {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: 'PDM_项目名称_查询数据'
// name: 'PDM_项目名称_查询数据'
name: '制造中心_制造_零件分配_机床编号_查询'
}
})
}
@@ -38,7 +39,7 @@ export function searchgroup(num) {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: 'PDM_组件名称_查询数据',
name: '制造中心_制造_零件分配_组号_查询',
param: '机床流水号=' + num
}
})