feat(wms): 统一时间参数命名并增加厂家卷号显示

- 将接收报告中的时间参数从byCreateTimeStart/End改为startTime/endTime
- 移除厂家原料卷号输入框的显示条件限制
- 在钢卷详情和列表中添加厂家卷号显示列
This commit is contained in:
砂糖
2026-01-11 09:48:37 +08:00
parent d2ad03b987
commit e560b7a81e
4 changed files with 5 additions and 3 deletions

View File

@@ -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(',')