采购部采购样式

This commit is contained in:
bryan sun
2019-11-06 17:01:47 +08:00
parent 4b718ff6ed
commit bcecdb9b19
16 changed files with 1114 additions and 601 deletions

View File

@@ -166,3 +166,23 @@ export function sendBack(...params) {
}
})
}
export function getPickingList() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间装配管理_领料单_查询数据_提示'
}
})
}
export function setPickingList() {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间装配管理_领料单_查询数据_修改提示'
}
})
}