This commit is contained in:
liushuai
2020-01-04 11:47:31 +08:00
parent ee92063163
commit 4f7803d196
3 changed files with 28 additions and 10 deletions

View File

@@ -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: '',