@@ -328,6 +328,7 @@ export const formSchema: FormSchema[] = [
labelWidth: 200,
field: 'currency',
component: 'JDictSelectTag',
+ dynamicDisabled:true,
componentProps:{
dictCode:"currency"
},
@@ -395,6 +396,7 @@ export const formSchema: FormSchema[] = [
field: 'exchangeRate',
component: 'Input',
AutoComplete:'off'
@@ -288,6 +288,7 @@
model:data[0].headModel,
maker:data[0].maker,
currency:data[0].currency,
+ exchangeRate:data[0].exchangeRate,
})
getShipList(data[0].headId)
}