snow 1 week ago
parent
commit
c65433fdeb

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.2306ec99.css


BIN
dist/static/css/app.2306ec99.css.gz


BIN
dist/static/css/app.929bd261.css.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.58599153.js


BIN
dist/static/js/app.58599153.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.64db4233.js


BIN
dist/static/js/app.64db4233.js.gz


+ 4 - 4
src/pages/invData.vue

@@ -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

Some files were not shown because too many files changed in this diff