|
|
@@ -68,7 +68,7 @@
|
|
|
</a-form-item>
|
|
|
|
|
|
<a-form-item label="票种选择" :labelCol="labelCol" :wrapperCol="wrapperCol" >
|
|
|
- <j-dict-select-tag type="list" v-decorator="[ 'invoiceType', validatorRules.invoiceType]" :trigger-change="true" dictCode="invoice_type" placeholder="请选择票种" />
|
|
|
+ <j-dict-select-tag style="margin-bottom: 30px" type="list" v-decorator="[ 'invoiceType', validatorRules.invoiceType]" :trigger-change="true" dictCode="invoice_type" placeholder="请选择票种" />
|
|
|
</a-form-item>
|
|
|
|
|
|
</a-form>
|
|
|
@@ -116,7 +116,8 @@
|
|
|
invoiceType:{
|
|
|
rules: [
|
|
|
{ required: true, message: '请选择票种!'},
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ 'initialValue':1
|
|
|
},
|
|
|
},
|
|
|
url: {
|