@ -43,7 +43,7 @@ export const columns: BasicColumn[] = [
} ,
{
title : '变动来源' ,
dataIndex : 'changeSource ',
dataIndex : 'changeSource Id ',
sorter : true ,
width : 200 ,
} ,
@ -183,28 +183,13 @@ export const formSchema: FormSchema[] = [
field : 'cntrno' ,
label : '集装箱号' ,
component : 'InputTextArea' ,
// required: true,
required : true ,
colProps : { span : 24 } ,
componentProps : {
placeholder : '请输入,多个箱号请以“,”逗号间隔' ,
rows : 3 ,
} ,
} ,
{
field : 'ctnall' ,
label : '箱型' ,
component : 'ApiSelect' ,
colProps : { span : 6 } ,
// required: true,
componentProps : ( ) = > {
return {
api : GetCtnSelectList ,
labelField : 'ctnName' ,
valueField : 'ediCode' ,
resultField : 'data' ,
}
} ,
} ,
{
field : 'isOnlineId' ,
label : '是否上线' ,
@ -226,9 +211,7 @@ export const formSchema: FormSchema[] = [
filterOption : ( input : string , option : any ) = > {
return option . label . toLowerCase ( ) . indexOf ( input . toLowerCase ( ) ) >= 0
} ,
onChange : ( v , obj ) = > {
formModel . defaultDebitName = obj ? . label || ''
} ,
onChange : ( v , obj ) = > { } ,
}
} ,
} ,
@ -253,9 +236,7 @@ export const formSchema: FormSchema[] = [
filterOption : ( input : string , option : any ) = > {
return option . label . toLowerCase ( ) . indexOf ( input . toLowerCase ( ) ) >= 0
} ,
onChange : ( v , obj ) = > {
formModel . defaultDebitName = obj ? . label || ''
} ,
onChange : ( v , obj ) = > { } ,
}
} ,
} ,
@ -300,9 +281,7 @@ export const formSchema: FormSchema[] = [
filterOption : ( input : string , option : any ) = > {
return option . label . toLowerCase ( ) . indexOf ( input . toLowerCase ( ) ) >= 0
} ,
onChange : ( v , obj ) = > {
formModel . defaultDebitName = obj ? . label || ''
} ,
onChange : ( v , obj ) = > { } ,
}
} ,
} ,
@ -335,7 +314,6 @@ export const formSchema: FormSchema[] = [
return option . label . toLowerCase ( ) . indexOf ( input . toLowerCase ( ) ) >= 0
} ,
onChange : ( v , obj ) = > {
formModel . defaultDebitName = obj ? . label || ''
formModel . ctnBizState = obj . label
} ,
}
@ -375,9 +353,7 @@ export const formSchema: FormSchema[] = [
filterOption : ( input : string , option : any ) = > {
return option . label . toLowerCase ( ) . indexOf ( input . toLowerCase ( ) ) >= 0
} ,
onChange : ( v , obj ) = > {
formModel . defaultDebitName = obj ? . label || ''
} ,
onChange : ( v , obj ) = > { } ,
}
} ,
} ,
@ -387,6 +363,7 @@ export const formSchema: FormSchema[] = [
component : 'Input' ,
colProps : { span : 6 } ,
} ,
{
field : 'isHeavy' ,
label : '空重箱' ,
@ -435,8 +412,8 @@ export const formSchema: FormSchema[] = [
componentProps : ( { } ) = > {
return {
option : optionsStore.getOptionsByCode ( 'GetYardClientList' ) ,
labelField : ' p ortName',
valueField : ' p ortName',
labelField : ' sh ortName',
valueField : ' sh ortName',
resultField : 'data' ,
filterOption : ( input : string , option : any ) = > {
return option . label . toLowerCase ( ) . indexOf ( input . toLowerCase ( ) ) >= 0
@ -450,6 +427,27 @@ export const formSchema: FormSchema[] = [
component : 'Input' ,
colProps : { span : 6 } ,
} ,
{
field : 'ctnall' ,
label : '箱型' ,
component : 'ApiSelect' ,
colProps : { span : 6 } ,
required : true ,
componentProps : ( ) = > {
return {
api : GetCtnSelectList ,
labelField : 'ctnName' ,
valueField : 'ediCode' ,
resultField : 'data' ,
// id: 'ClassCtnall',
// getPopupContainer: () => document.getElementById('ClassCtnall'),
// style: {
// position: 'relative',
// color: 'red',
// },
}
} ,
} ,
{
field : 'mblno' ,
label : '当前业务编号' ,