Browse Source

优化审核

wangzhuo 1 year ago
parent
commit
e96bb6aa32

+ 5 - 1
src/views/finance/invoicePaymentAccess/detailsPage.vue

@@ -408,6 +408,8 @@ import { revocation } from '@/api/finance/payment'
 import Cookies from 'js-cookie'
 import Cookies from 'js-cookie'
 import { getApproved } from '../../../api/finance/applyForInvoice/chargeInvoice'
 import { getApproved } from '../../../api/finance/applyForInvoice/chargeInvoice'
 
 
+import Global from "@/layout/components/global.js";
+
 export default {
 export default {
   name: 'Fees',
   name: 'Fees',
   components: {
   components: {
@@ -596,7 +598,9 @@ export default {
     returnData() {
     returnData() {
       this.addOrUpdateVisib = false
       this.addOrUpdateVisib = false
       this.open = false
       this.open = false
-      this.homepaGe()
+      // this.homepaGe()
+      this.backToList()
+
     },
     },
     homepaGe() {
     homepaGe() {
       let view = {
       let view = {

+ 13 - 0
src/views/morePage/stock/index.vue

@@ -521,6 +521,19 @@ export default {
     this.getList();
     this.getList();
     this.getRow();
     this.getRow();
   },
   },
+  activated() {
+    this.setRowList = this.tableDate;
+    this.getRowList = this.tableDate;
+    listCorps().then((response) => {
+      this.factIdOptions = response.rows;
+    });
+    getUserName().then(res=>{
+      console.log(res)
+      this.userNameOptions = res.rows
+    })
+    this.getList();
+    this.getRow();
+  },
   methods: {
   methods: {
     //列设置全选
     //列设置全选
     allChecked() {
     allChecked() {