feat: 添加开始时间列并优化发货单打印功能

- 在coil面板的do.vue中添加开始时间列
- 新增widthEdit.vue组件用于宽度编辑
- 修改MaterialTag.vue中的标签显示为厂家名称
- 合并发货单打印功能,添加吨数统计显示
This commit is contained in:
砂糖
2026-03-17 17:07:49 +08:00
parent b6387a53d8
commit 3c9f82add4
4 changed files with 35 additions and 65 deletions

View File

@@ -422,6 +422,7 @@
</el-table-column>
<el-table-column label="创建人" prop="createBy"></el-table-column>
<el-table-column label="操作人" prop="operatorName"></el-table-column>
<el-table-column label="开始时间" prop="createTime"></el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<el-button v-if="scope.row.actionStatus === 2" :loading="buttonLoading" icon="el-icon-delete"