|
@@ -132,6 +132,7 @@
|
|
|
customRender: ({ record }) => {
|
|
|
let typeObj ={
|
|
|
'0':t('routes.product.outType.0'),
|
|
|
+ '4':t('routes.product.outType.4'),
|
|
|
'1':t('routes.product.outType.1'),
|
|
|
'2':t('routes.product.outType.2'),
|
|
|
'3':t('routes.product.outType.3'),
|
|
@@ -238,6 +239,10 @@
|
|
|
value: 0,
|
|
|
key: '0',
|
|
|
},{
|
|
|
+ label: t('routes.product.outType.4'),
|
|
|
+ value: 4,
|
|
|
+ key: '4',
|
|
|
+ },{
|
|
|
label: t('routes.product.outType.1'),
|
|
|
value: 1,
|
|
|
key: '1',
|