feat(钢卷管理): 添加钢卷退货功能及相关界面

- 在coil.js中新增returnCoil接口用于处理钢卷退货
- 添加exit.vue作为退货钢卷管理页面
- 在base.vue中添加退货按钮及相关处理逻辑
- 新增仓库图标资源
- 调整报表页面日期选择器的时间格式
This commit is contained in:
砂糖
2026-02-28 13:59:52 +08:00
parent f6f1808a9b
commit 093d3ef2cb
5 changed files with 81 additions and 3 deletions

View File

@@ -4,11 +4,11 @@
<el-form label-width="80px" inline>
<el-form-item label="开始日期" prop="date">
<el-date-picker style="width: 200px;" v-model="queryParams.byCreateTimeStart" type="date"
value-format="yyyy-MM-dd" placeholder="选择日期"></el-date-picker>
value-format="yyyy-MM-dd HH:mm:ss" placeholder="选择日期"></el-date-picker>
</el-form-item>
<el-form-item label="结束日期" prop="date">
<el-date-picker style="width: 200px;" v-model="queryParams.byCreateTimeEnd" type="date"
value-format="yyyy-MM-dd" placeholder="选择日期"></el-date-picker>
value-format="yyyy-MM-dd HH:mm:ss" placeholder="选择日期"></el-date-picker>
</el-form-item>
<el-form-item label="班组" prop="team">
<el-select v-model="queryParams.team" placeholder="请选择班组" style="width: 200px;">