|
@@ -425,8 +425,8 @@ export default {
|
|
|
{ title: '序列号', key: 'snList', width: '12%', type: FormTypes.popupJsh, kind: 'sn', multi: true },
|
|
|
{ title: '有效期', key: 'expirationDate', width: '7%', type: FormTypes.input, readonly: true },
|
|
|
{ title: '多属性', key: 'sku', width: '9%', type: FormTypes.normal },
|
|
|
- { title: '原数量', key: 'preNumber', width: '4%', type: FormTypes.normal },
|
|
|
- { title: '已出库', key: 'finishNumber', width: '4%', type: FormTypes.normal },
|
|
|
+ // { title: '原数量', key: 'preNumber', width: '4%', type: FormTypes.normal },
|
|
|
+ // { title: '已出库', key: 'finishNumber', width: '4%', type: FormTypes.normal },
|
|
|
{
|
|
|
title: '出库数量',
|
|
|
key: 'operNumber',
|