|
|
@ -195,12 +195,22 @@ DeliverPlanDetail.allSchemas.tableFormColumns.map(item => { |
|
|
|
key: 'businessType', |
|
|
|
value: businessType.value , |
|
|
|
isMainValue: false |
|
|
|
},] |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'customerCode', |
|
|
|
value: 'customerCode' , |
|
|
|
isMainValue: true |
|
|
|
}] |
|
|
|
item.form.componentProps.searchCondition = [ |
|
|
|
{ |
|
|
|
key: 'businessType', |
|
|
|
value: businessType.value, |
|
|
|
isMainValue: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'customerCode', |
|
|
|
value: 'customerCode' , |
|
|
|
isMainValue: true |
|
|
|
}] |
|
|
|
} |
|
|
|
}) |
|
|
|