This commit is contained in:
liushuai
2020-02-24 10:09:41 +08:00
30 changed files with 1757 additions and 2603 deletions

View File

@@ -61,7 +61,7 @@ export function searchAll() {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '1_总查询',
name: '综合查询_总查询',
param: '机床流水号=' + arguments[0]
}
})

View File

@@ -80,7 +80,7 @@ export function searchAll(num1, num2) {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '16_项目总查询',
name: '项目计划查询_项目总查询',
param: '项目流水号_check=' + num1 + '&项目流水号=' + num2
}
})