更新
This commit is contained in:
@@ -41,6 +41,17 @@ export function initDepartmentName() {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function yanzheng(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '库存管理_供货商验证_查询数据',
|
||||
param: '供货商=' + num
|
||||
}
|
||||
})
|
||||
}
|
||||
export function initMaterialCategory(check, DepartmentValue) {
|
||||
return request({
|
||||
url: '',
|
||||
|
||||
Reference in New Issue
Block a user