Quellcode durchsuchen

Merge branch 'dev/v1.0.40_wmh' of jianyu/web into feature/v1.0.40

wenmenghao vor 1 Jahr
Ursprung
Commit
ca5e44de28
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      apps/mobile/src/views/invoice/Invoicing.vue

+ 5 - 0
apps/mobile/src/views/invoice/Invoicing.vue

@@ -597,6 +597,11 @@ export default {
             code: this.invoiceId
           })
           let data = resdata.data.invoice
+          if (this.type === 'Replace') {
+            this.infoMap.price = data.invoice_money
+              ? data.invoice_money / 100
+              : 0
+          }
           this.infoMap.type = this.DigitstoChinese_type(data.invoice_variety)
           this.infoMap.content = data.invoice_content
           this.onlyIdentifying = data.only_Identifying