|
@@ -232,14 +232,14 @@ export const stockInColumns: JVxeColumn[] = [
|
|
|
dictCode: 'yes_or_no',
|
|
|
stringToNumber:true,
|
|
|
},
|
|
|
- {
|
|
|
- title: '批号(batch code)',
|
|
|
- key: 'batchCode',
|
|
|
- type: JVxeTypes.normal,
|
|
|
- width:"200px",
|
|
|
- placeholder: '请输入${title}',
|
|
|
- defaultValue:'',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '批号(batch code)',
|
|
|
+ // key: 'batchCode',
|
|
|
+ // type: JVxeTypes.normal,
|
|
|
+ // width:"200px",
|
|
|
+ // placeholder: '请输入${title}',
|
|
|
+ // defaultValue:'',
|
|
|
+ // },
|
|
|
{
|
|
|
title: '备注(notes)',
|
|
|
key: 'notes',
|