feat(wms): 添加实际库区查询并优化仓库选择组件

refactor: 移除无用代码并优化标签打印样式
This commit is contained in:
砂糖
2026-01-15 10:22:29 +08:00
parent 2703a1dd93
commit 580f127d51
5 changed files with 72 additions and 198 deletions

View File

@@ -177,7 +177,6 @@ export default {
pageNum: 1,
dataType: 1,
createBy: 'suanzhakuguan',
// updateBy: 'suanzhakuguan',
warehouseId: '1988150099140866050'
}),
// 镀锌原料库
@@ -187,7 +186,6 @@ export default {
pageNum: 1,
dataType: 1,
createBy: 'suanzhakuguan',
// updateBy: 'suanzhakuguan',
warehouseId: '1988150263284953089'
}),
// 脱脂原料库
@@ -217,32 +215,6 @@ export default {
)
this.loading = false
})
// listPendingAction({
// // actionStatus: 2,
// actionType: 11,
// pageSize: 999,
// pageNum: 1,
// startTime: this.queryParams.startTime,
// endTime: this.queryParams.endTime,
// }).then(res => {
// const actions = res.rows
// const coilIds = actions.map(item => item.coilId).join(',')
// console.log(coilIds)
// if (!coilIds) {
// this.$message({
// message: '暂无数据',
// type: 'warning',
// })
// this.loading = false
// return
// }
// listCoilWithIds({
// coilIds: coilIds,
// }).then(res => {
// this.list = res.rows
// this.loading = false
// })
// })
},
// 导出
exportData() {