feat(wms): 新增钢卷入库和发货功能

添加钢卷入库(warehousing.vue)和发货(ship.vue)页面,实现钢卷管理功能
移除actflow.vue中未使用的Option导入
在base.vue中为表格添加固定高度450px
This commit is contained in:
砂糖
2025-11-17 11:44:31 +08:00
parent dc83435c3e
commit 0ae2e66398
4 changed files with 591 additions and 2 deletions

View File

@@ -273,7 +273,6 @@ import {
cancelAction
} from '@/api/wms/pendingAction';
import CoilSelector from '@/components/CoilSelector';
import { Option } from 'element-ui';
export default {
name: 'CoilActflow',