소스 검색

优化审核

wangzhuo 1 년 전
부모
커밋
e96bb6aa32
2개의 변경된 파일18개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/finance/invoicePaymentAccess/detailsPage.vue
  2. 13 0
      src/views/morePage/stock/index.vue

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

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

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

@@ -521,6 +521,19 @@ export default {
     this.getList();
     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: {
     //列设置全选
     allChecked() {