fix(生产物料): 修改出库记录查询方法和日期格式
将出库记录查询方法从get改为post以支持复杂查询参数 移除日期选择器的value-format属性,使用默认格式
This commit is contained in:
@@ -7,7 +7,7 @@ import request from '@/utils/request'
|
||||
export function listMmRecordOutbound(query) {
|
||||
return request({
|
||||
url: 'mes/productionMaterial/MmRecordOutbound/list',
|
||||
method: 'get',
|
||||
method: 'post',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user