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,7 @@ export function initMachineProject() {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: 'PDM_项目名称_查询数据'
name: '采购管理_仓库采购_入库记录_机床图号_查询'
}
})
}
@@ -24,7 +24,7 @@ export function searchGroup(num) {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: 'PDM_组件名称_查询数据',
name: '采购管理_仓库采购_入库记录_组件名称_查询',
param: '机床流水号=' + num
}
})

View File

@@ -11,7 +11,8 @@ export function initMachineProject() {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: 'PDM_项目名称_查询数据'
// name: 'PDM_项目名称_查询数据'
name: '采购管理_仓库采购_出库记录_机床图号_查询'
}
})
}
@@ -24,7 +25,8 @@ export function searchGroup(num) {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: 'PDM_组件名称_查询数据',
// name: 'PDM_组件名称_查询数据',
name: '采购管理_仓库采购_出库记录_组件名称_查询',
param: '机床流水号=' + num
}
})