feat(钢卷修正): 添加钢卷类型筛选和强制入库功能

- 在搜索栏新增钢卷类型下拉选择框,支持按不同类型筛选钢卷
- 为未入库钢卷添加强制入库按钮及处理逻辑
- 根据选择的钢卷类型动态调整查询参数
This commit is contained in:
砂糖
2026-03-13 11:24:50 +08:00
parent 64d1d4683b
commit f4be9312c3
2 changed files with 52 additions and 7 deletions

View File

@@ -747,11 +747,11 @@ export default {
}
delPendingAction(row.actionId).then(response => {
this.$modal.msgSuccess("删除成功");
delCoilWarehouseOperationLogByCoilId({
coilId: row.coilId,
operationType: 1,
inOutType: 1
})
// delCoilWarehouseOperationLogByCoilId({
// coilId: row.coilId,
// operationType: 1,
// inOutType: 1
// })
this.getList();
}).finally(() => {
this.buttonLoading = false;