|
@@ -173,7 +173,7 @@
|
|
|
<p class="b-desc" v-if="desc">{{ desc }}</p>
|
|
|
<div class="j-button-group">
|
|
|
<button
|
|
|
- v-if="!(!this.url && btntext === '查看发票')"
|
|
|
+ v-if="!(!this.url && btntext === '查看发票')"
|
|
|
:class="{ 'j-button-confirm': true }"
|
|
|
@click="confirm_ok"
|
|
|
:disabled="btntext === '开票中'"
|
|
@@ -513,7 +513,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- this.infoMap.code = this.order_code
|
|
|
ajaxInvoiceShowList({ ...this.urlparms }).then((res) => {
|
|
|
loading.clear()
|
|
|
this.invoiceList = res.invoiceData || []
|
|
@@ -546,6 +545,9 @@ export default {
|
|
|
this.invoiceId = this.chooseInvoice.id
|
|
|
this.changed = this.chooseInvoice.changed
|
|
|
this.create_time = this.chooseInvoice.create_time
|
|
|
+ this.infoMap.code = this.chooseInvoice.invoice_order_code
|
|
|
+ ? this.chooseInvoice.invoice_order_code
|
|
|
+ : this.chooseInvoice.order_code
|
|
|
this.infoMap.type = this.DigitstoChinese_type(
|
|
|
this.chooseInvoice.invoice_variety
|
|
|
)
|