md
This commit is contained in:
parent
1cf9209da9
commit
ce8689895d
@ -117,6 +117,18 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="费用币种" prop="currency">
|
||||
<el-select v-model="form.currency" placeholder="" >
|
||||
<el-option
|
||||
v-for="dict in dict.type.sys_currency_type"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
</el-col>
|
||||
<el-col :span="18" :xs="18">
|
||||
@ -261,7 +273,7 @@ export default {
|
||||
TransProductMultiplePicker,QuoteExpressionPanel,
|
||||
QuoteSendAreaPanel,QuoteDispAreaPanel
|
||||
},
|
||||
dicts: ['emis_price_type','emis_fee_type'],
|
||||
dicts: ['emis_price_type','emis_fee_type','sys_currency_type'],
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
||||
@ -122,6 +122,18 @@
|
||||
</el-select> -->
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="费用币种" prop="currency">
|
||||
<el-select v-model="form.currency" placeholder="" >
|
||||
<el-option
|
||||
v-for="dict in dict.type.sys_currency_type"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
</el-col>
|
||||
<el-col :span="18" :xs="18">
|
||||
@ -268,7 +280,7 @@ export default {
|
||||
QuoteSendAreaPanel,QuoteDispAreaPanel,
|
||||
EmisMonthpayAccountPicker
|
||||
},
|
||||
dicts: ['emis_price_type','emis_fee_type'],
|
||||
dicts: ['emis_price_type','emis_fee_type','sys_currency_type'],
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
||||
@ -124,6 +124,18 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="费用币种" prop="currency">
|
||||
<el-select v-model="form.currency" placeholder="" >
|
||||
<el-option
|
||||
v-for="dict in dict.type.sys_currency_type"
|
||||
:key="dict.value"
|
||||
:label="dict.label"
|
||||
:value="dict.value"
|
||||
></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
</el-col>
|
||||
<el-col :span="18" :xs="18">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user