feat(wms): 添加待收卷和已收卷标签页功能
在多个卷材管理页面中添加el-tabs组件,将待收卷和已收卷数据分开显示 移除base.vue中的删除按钮并调整标签渲染组件格式 清理zha.vue中注释掉的冗余代码
This commit is contained in:
@@ -214,47 +214,6 @@ export default {
|
||||
...params
|
||||
})
|
||||
})
|
||||
// [
|
||||
// // 酸连轧成品库
|
||||
// listCoilWithIds({
|
||||
// ...this.queryParams,
|
||||
// pageSize: 9999,
|
||||
// pageNum: 1,
|
||||
// // dataType: 1,
|
||||
// createBy: 'suanzhakuguan',
|
||||
// warehouseId: '1988150099140866050'
|
||||
// }),
|
||||
// // 镀锌原料库
|
||||
// listCoilWithIds({
|
||||
// ...this.queryParams,
|
||||
// pageSize: 9999,
|
||||
// pageNum: 1,
|
||||
// // dataType: 1,
|
||||
// selectType: 'raw_material',
|
||||
// createBy: 'suanzhakuguan',
|
||||
// warehouseId: '1988150263284953089'
|
||||
// }),
|
||||
// // 脱脂原料库
|
||||
// listCoilWithIds({
|
||||
// ...this.queryParams,
|
||||
// pageSize: 9999,
|
||||
// pageNum: 1,
|
||||
// // dataType: 1,
|
||||
// selectType: 'raw_material',
|
||||
// createBy: 'suanzhakuguan',
|
||||
// warehouseId: '1988150545175736322'
|
||||
// }),
|
||||
// // 酸连轧纵剪分条原料库1988150150521090049
|
||||
// listCoilWithIds({
|
||||
// ...this.queryParams,
|
||||
// pageSize: 9999,
|
||||
// pageNum: 1,
|
||||
// // dataType: 1,
|
||||
// selectType: 'raw_material',
|
||||
// createBy: 'suanzhakuguan',
|
||||
// warehouseId: '1988150150521090049'
|
||||
// }),
|
||||
// ]
|
||||
).then((resList) => {
|
||||
console.log(resList)
|
||||
const list = resList.flatMap(res => res.rows)
|
||||
|
||||
Reference in New Issue
Block a user