|
@@ -453,23 +453,23 @@ export default {
|
|
|
{ title: '单价', key: 'unitPrice', width: '5%', type: FormTypes.inputNumber },
|
|
|
{ title: '金额', key: 'allPrice', width: '5%', type: FormTypes.inputNumber, statistics: true },
|
|
|
|
|
|
- {
|
|
|
- title: '实际入库数量',
|
|
|
- key: 'actualQuantityInStorage',
|
|
|
- width: '9%',
|
|
|
- type: FormTypes.inputNumber,
|
|
|
- validateRules: [{ required: true, message: '实际入库数量不能为空' }],
|
|
|
- },
|
|
|
- { title: '入库差异', key: 'warehousingVariance', width: '9%', type: FormTypes.input },
|
|
|
- { title: '入库差异原因', key: 'reasonOfDifference', width: '9%', type: FormTypes.input },
|
|
|
- {
|
|
|
- title: '入库人',
|
|
|
- key: 'warehousingUser',
|
|
|
- width: '9%',
|
|
|
- type: FormTypes.input,
|
|
|
- validateRules: [{ required: true, message: '入库人不能为空' }],
|
|
|
- },
|
|
|
- { title: '入库时间', key: 'warehousingTime', width: '9%', type: FormTypes.date },
|
|
|
+ // {
|
|
|
+ // title: '实际入库数量',
|
|
|
+ // key: 'actualQuantityInStorage',
|
|
|
+ // width: '9%',
|
|
|
+ // type: FormTypes.inputNumber,
|
|
|
+ // validateRules: [{ required: true, message: '实际入库数量不能为空' }],
|
|
|
+ // },
|
|
|
+ // { title: '入库差异', key: 'warehousingVariance', width: '9%', type: FormTypes.input },
|
|
|
+ // { title: '入库差异原因', key: 'reasonOfDifference', width: '9%', type: FormTypes.input },
|
|
|
+ // {
|
|
|
+ // title: '入库人',
|
|
|
+ // key: 'warehousingUser',
|
|
|
+ // width: '9%',
|
|
|
+ // type: FormTypes.input,
|
|
|
+ // validateRules: [{ required: true, message: '入库人不能为空' }],
|
|
|
+ // },
|
|
|
+ // { title: '入库时间', key: 'warehousingTime', width: '9%', type: FormTypes.date },
|
|
|
|
|
|
{ title: '税率', key: 'taxRate', width: '4%', type: FormTypes.inputNumber, placeholder: '%' },
|
|
|
{
|