feat(qc): 新增检查项模板管理功能及穿梭框组件

refactor(warehouse): 优化库位网格布局和响应式设计

fix(wms): 移除异常详情页的路由变化条件判断

style(qc): 统一检查任务对话框宽度为700px

feat(qc): 新增检查项模板API及相关页面组件
This commit is contained in:
砂糖
2025-12-06 10:01:49 +08:00
parent 2e3ffffeae
commit 0236637c38
10 changed files with 704 additions and 126 deletions

View File

@@ -198,10 +198,10 @@ export default {
watch: {
'$route.query.coilId': {
handler(newVal, oldVal) {
if (newVal !== oldVal) {
// if (newVal !== oldVal) {
this.queryParams.coilId = newVal
this.handleQuery()
}
// }
},
immediate: true
}