更新订单下达、采购入库和仓储汇总页面

This commit is contained in:
Developer
2026-06-01 08:21:18 +08:00
parent 9f654e2588
commit 86b87d62f6
2 changed files with 189 additions and 45 deletions

View File

@@ -527,6 +527,7 @@
</el-card>
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisibleRKD" title="入库单" center width="700px">
<el-table :data="tableDataRKD" border stripe size="small" height="400px">
<el-table-column prop="入库单号" label="入库单号" align="center" show-overflow-tooltip/>
<el-table-column prop="采购合同号" label="采购合同" align="center" show-overflow-tooltip/>
<el-table-column prop="供应商名称" label="供应商" align="center" show-overflow-tooltip/>
<el-table-column prop="到货数" label="到货数" align="center" show-overflow-tooltip/>