feat(wms): 统一时间参数命名并增加厂家卷号显示
- 将接收报告中的时间参数从byCreateTimeStart/End改为startTime/endTime - 移除厂家原料卷号输入框的显示条件限制 - 在钢卷详情和列表中添加厂家卷号显示列
This commit is contained in:
@@ -164,8 +164,8 @@ export default {
|
||||
actionType: 401,
|
||||
pageSize: 999,
|
||||
pageNum: 1,
|
||||
byCreateTimeStart: this.queryParams.byCreateTimeStart,
|
||||
byCreateTimeEnd: this.queryParams.byCreateTimeEnd,
|
||||
startTime: this.queryParams.byCreateTimeStart,
|
||||
endTime: this.queryParams.byCreateTimeEnd,
|
||||
}).then(res => {
|
||||
const actions = res.rows
|
||||
const coilIds = actions.map(item => item.coilId).join(',')
|
||||
|
||||
Reference in New Issue
Block a user