Преглед на файлове

1.复制开票信息时不复制 发票号、实开金额、实际开票日期

GouGengquan преди 2 месеца
родител
ревизия
987e1403e6
променени са 3 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 3 0
      src/views/assets/myOrderList.vue
  2. 3 0
      src/views/item/list.vue
  3. 3 0
      src/views/personal/myOrder.vue

+ 3 - 0
src/views/assets/myOrderList.vue

@@ -1383,6 +1383,9 @@ export default {
             this.invoice.reason = null;
             this.invoice.created = null;
             this.invoice.modified = null;
+            this.invoice.ticketNo = null;
+            this.invoice.realAmount = null;
+            this.invoice.realMakeDate = null;
             this.newInvoiceDialog = true;
         },
         // 资产我的订单导出

+ 3 - 0
src/views/item/list.vue

@@ -792,6 +792,9 @@ export default {
       this.invoice.reason = null
       this.invoice.created = null
       this.invoice.modified = null
+      this.invoice.ticketNo = null;
+      this.invoice.realAmount = null;
+      this.invoice.realMakeDate = null;
       this.newInvoiceDialog = true
     },
     stateStyle(state) {

+ 3 - 0
src/views/personal/myOrder.vue

@@ -1163,6 +1163,9 @@ export default {
         this.invoice.reason = null;
         this.invoice.created = null;
         this.invoice.modified = null;
+        this.invoice.ticketNo = null;
+        this.invoice.realAmount = null;
+        this.invoice.realMakeDate = null;
         this.newInvoiceDialog = true;
     },
     // 个贷我的订单导出