feat: 增加调拨单审批功能及界面优化

fix(调拨单): 修正审批状态校验逻辑
feat(调拨单): 添加审批API接口
refactor(调拨单明细): 重构表格组件支持不同状态操作
style(调拨单): 优化界面显示和操作按钮
perf(发货单): 自动设置发货时间为当前时间
chore: 删除无用调拨记录页面
This commit is contained in:
砂糖
2026-04-10 11:10:30 +08:00
parent c323ef7a52
commit 9b52621df1
9 changed files with 324 additions and 1758 deletions

View File

@@ -509,6 +509,8 @@ export default {
if (this.selectedPlan.planName) {
this.form.waybillName = `发货单_${this.selectedPlan.planName}`;
}
// deliveryTime设置为当前时间格式为yyyy-MM-dd HH:mm:ss北京时间
this.form.deliveryTime = this.parseTime(new Date(), '{y}-{m}-{d} {h}:{i}:{s}');
}
this.open = true;
this.title = "添加发货单";