feat(wms): 添加收货确认功能并优化表单布局
1. 在入库页面添加收货确认弹窗及功能 2. 调整多个页面的表单布局比例 3. 初始化表单字段避免undefined错误 4. 优化日期格式化处理
This commit is contained in:
@@ -178,7 +178,10 @@ export default {
|
||||
planType: 0,
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
form: {
|
||||
planName: '',
|
||||
planDate: '',
|
||||
},
|
||||
// 表单校验
|
||||
rules: {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user