优化销售单据分批出库的界面
This commit is contained in:
@@ -267,7 +267,7 @@
|
|||||||
{ title: '有效期', key: 'expirationDate',width: '6%', type: FormTypes.normal },
|
{ title: '有效期', key: 'expirationDate',width: '6%', type: FormTypes.normal },
|
||||||
{ title: '多属性', key: 'sku', width: '4%', type: FormTypes.normal },
|
{ title: '多属性', key: 'sku', width: '4%', type: FormTypes.normal },
|
||||||
{ title: '原数量', key: 'preNumber', 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,
|
{ title: '数量', key: 'operNumber', width: '4%', type: FormTypes.inputNumber, statistics: true,
|
||||||
validateRules: [{ required: true, message: '${title}不能为空' }]
|
validateRules: [{ required: true, message: '${title}不能为空' }]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user