gjy 3 years ago
parent
commit
6641a1c25a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/houseSelfCollect/paymentManagement.vue

+ 3 - 2
src/views/houseSelfCollect/paymentManagement.vue

@@ -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: '',