gqx %!s(int64=2) %!d(string=hai) anos
pai
achega
b5f45885f5

+ 7 - 3
src/views/room/modules/checkIn/BillRoomInfo.vue

@@ -227,11 +227,15 @@
                 :key="customer.id"
               >
                 <template v-if="index > 0">
-                  <a-col :span="7"> {{ customer.customerName }} </a-col>
-                  <a-col :span="1"
+                  <a-col :span="6">
+                    ({{ getRoomName(customer.roomId) }}){{
+                      customer.customerName
+                    }}
+                  </a-col>
+                  <a-col :span="2"
                     >{{ customer.gender == 1 ? "男" : "女" }}
                   </a-col>
-                  <a-col :span="8"> {{ customer.certNo }}</a-col>
+                  <a-col :span="8"> {{ customer.certNo || "--" }}</a-col>
                   <a-col :span="6"> {{ customer.phone }}</a-col>
                   <a-col :span="2">
                     <a-icon

+ 4 - 0
src/views/room/modules/checkIn/Payment.vue

@@ -185,6 +185,10 @@
               {{ sumAmount.toFixed(2) }}元
             </a-form-model-item>
           </a-col>
+          <a-col :span="24" style="text-align: end;">
+            <a-checkbox default-checked>打印结账单</a-checkbox>
+            <a-checkbox default-checked>打印发票二维码</a-checkbox>
+          </a-col>
         </a-row>
       </a-form-model>
     </j-form-container>