仓库-出库单:Vue样式调整

This commit is contained in:
赵正易
2024-03-19 09:54:51 +08:00
parent 49280dfbc1
commit e30f5e6598
4 changed files with 116 additions and 51 deletions

View File

@@ -68,9 +68,10 @@ export function getCustomList() {
/**
* 根据条件获取出库单物料列表信息
*/
export function getMaterialList() {
export function getMaterialList(params) {
return request({
url: '/mes/wm/WmOutOrder/getmaterial_list',
method: 'get'
method: 'get',
params
})
}