|
@@ -107,6 +107,7 @@
|
|
|
<span v-else></span>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
+ <vxe-column width="100px" title="所属年份" field="year" align="center" visible></vxe-column>
|
|
|
<vxe-column width="100px" title="发票代码" field="invoiceCode" align="center" visible></vxe-column>
|
|
|
<vxe-column width="100px" title="发票号码" field="invoiceNumber" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -342,7 +343,7 @@ export default {
|
|
|
addBusinessInfo (id, businessCode) {
|
|
|
this.$refs.reimbursementBusinessForm.init('addBusinessInfo', {id: '', businessCodeId: id, businessCode: businessCode, parent: {id: '', name: ''}})
|
|
|
},
|
|
|
- // 查看业务报销详情
|
|
|
+ // 查看业务报销详情/reimbursementSys/reimbursementBusinessList
|
|
|
viewBusinessInfo (id) {
|
|
|
this.$router.push({path: `/reimbursementSys/wuHanReimbursementBusinessList`, query: {id: id, title: '业务报销详情'}})
|
|
|
},
|