工单批次,工单批次详情,上传发票,发票查看
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
<span class="invoice_btn_title">开票总金额</span>
|
||||
<span class="invoice_btn_money">¥{{totalCount}}</span>
|
||||
</div>
|
||||
<div class="btn">去开票</div>
|
||||
<div class="btn" @click="goUploadPage">去开票</div>
|
||||
</div>
|
||||
<div v-show="show" class="bgShow">
|
||||
<img src="@/assets/empty.png">
|
||||
@ -106,6 +106,7 @@ export default {
|
||||
batchCode: '',
|
||||
finished: false,
|
||||
checkList: [],
|
||||
supplierId: '',
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@ -118,9 +119,13 @@ export default {
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
// this.getNotifyList()
|
||||
this.supplierId = this.$route.query?.supplierId;
|
||||
},
|
||||
methods:{
|
||||
goUploadPage() {
|
||||
localStorage.setItem('list', JSON.stringify(this.checkList));
|
||||
this.goPage('uploadInvoice', { supplierId : this.supplierId })
|
||||
},
|
||||
async onSearch() {
|
||||
this.pageNum=1
|
||||
await this.getNotifyList()
|
||||
|
||||
Reference in New Issue
Block a user