优化销售单据分批出库的界面

This commit is contained in:
季圣华
2022-05-19 22:59:17 +08:00
parent fe50e259a8
commit bea99d5822

View File

@@ -267,7 +267,7 @@
{ title: '有效期', key: 'expirationDate',width: '6%', type: FormTypes.normal },
{ title: '多属性', key: 'sku', width: '4%', type: FormTypes.normal },
{ title: '原数量', key: 'preNumber', width: '4%', type: FormTypes.normal },
{ title: '已库', key: 'finishNumber', width: '4%', type: FormTypes.normal },
{ title: '已库', key: 'finishNumber', width: '4%', type: FormTypes.normal },
{ title: '数量', key: 'operNumber', width: '4%', type: FormTypes.inputNumber, statistics: true,
validateRules: [{ required: true, message: '${title}不能为空' }]
},