This commit is contained in:
chenjianan
2019-03-08 11:28:39 +08:00
3 changed files with 321 additions and 67 deletions

View File

@@ -57,3 +57,15 @@ export function JurisdictionControl(num1, num2) {
}
})
}
// 所有工序
export function getTable2(stepNumber) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理工艺_零件工序_查询数据_已编制工序的全部零件及工序',
param: '项目流水号_check=0&项目流水号=0&机床流水号_check=0&机床流水号=0&组件流水号_check=0&组件流水号=0&零件图号_check=1=string&零件图号=' + stepNumber + '=string&是否查询全部数据=1=string&单件是否外协=1&考核状态=6=int'
}
})
}