|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
<el-table-column label="开票金额(退)" min-width="100px">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.dayinfo.inv_fee }}
|
|
|
+ {{ scope.row.dayinfo.return_inv_fee }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -82,7 +82,7 @@
|
|
|
|
|
|
<el-table-column label="开票金额(退)" min-width="100px">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.dayinfo.inv_fee }}
|
|
|
+ {{ scope.row.dayinfo.return_inv_fee }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|
|
@@ -170,7 +170,7 @@ import UnusualState from "@/components/unusual/index.vue";
|
|
|
import { getOpenid, getParameterByName, removeOpenid, setOpenid } from "../utils/auth";
|
|
|
import asyncRequest from "@/api/newResults";
|
|
|
|
|
|
-
|
|
|
+import userRequest from "@/api/index";
|
|
|
import UserSelect from "@/components/userSelect/index.vue"
|
|
|
// import { ElDatePicker } from "element-ui/types/date-picker";
|
|
|
|
|
@@ -227,7 +227,6 @@ export default {
|
|
|
this.companyDayDate = dayjs(new Date()).format("YYYY-MM-DD")
|
|
|
this.companyMonthDate = dayjs(new Date()).format("YYYY")
|
|
|
|
|
|
- this.requestData()
|
|
|
},
|
|
|
methods: {
|
|
|
async requestCompanyDay() {
|
|
@@ -338,6 +337,7 @@ export default {
|
|
|
this.isShow = (result.data.is_show || []).includes(4) || (result.data.is_show || []).includes('4')
|
|
|
this.companies = result.data.companyArr.map(item => ({ companyNo: item.companyNo, companyName: item.companyName }))
|
|
|
this.monthCompanyNo = this.companies[0].companyNo
|
|
|
+ this.requestData()
|
|
|
break
|
|
|
default:
|
|
|
this.state.error = true
|