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

@@ -69,7 +69,7 @@
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
<el-table v-loading="loading" :data="materialCoilList" @selection-change="handleSelectionChange">
<el-table v-loading="loading" :data="materialCoilList" @selection-change="handleSelectionChange" height="450px">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="入场钢卷号" align="center" prop="enterCoilNo" />
<el-table-column label="当前钢卷号" align="center" prop="currentCoilNo" />