|
@@ -310,8 +310,8 @@
|
|
|
:preview-src-list="[paymentReceipt]">
|
|
|
</el-image>
|
|
|
</el-dialog>
|
|
|
- <el-dialog width="50%" title="开票信息" :visible.sync="invoicingshow" :close="invoicingClose">
|
|
|
- <el-form class="customer">
|
|
|
+ <el-dialog width="30%" title="开票信息" :visible.sync="invoicingshow" :close="invoicingClose">
|
|
|
+ <el-form :label-position="labelposition" label-width="200px" style='text-align:center;' class="customer">
|
|
|
<el-form-item label="税控盘:">
|
|
|
<el-select v-model="invoiceFlag" placeholder="请选择税控盘"
|
|
|
filterable clearable style="margin: 0 10px">
|
|
@@ -378,6 +378,7 @@
|
|
|
isShowPrintType4: true,
|
|
|
customerInfo: false,
|
|
|
form: {},
|
|
|
+ labelposition:'right',
|
|
|
invoicingList:[{label:'航天信息',value:1},{label:'百旺',value:2}],
|
|
|
formLabelWidth: '300px',
|
|
|
invoicing: '',
|