feat(wms): 添加收货确认功能并优化表单布局

1. 在入库页面添加收货确认弹窗及功能
2. 调整多个页面的表单布局比例
3. 初始化表单字段避免undefined错误
4. 优化日期格式化处理
This commit is contained in:
砂糖
2025-11-29 17:56:38 +08:00
parent 6c37c934bc
commit 49e5024f89
4 changed files with 106 additions and 76 deletions

View File

@@ -178,7 +178,10 @@ export default {
planType: 0,
},
// 表单参数
form: {},
form: {
planName: '',
planDate: '',
},
// 表单校验
rules: {
}