瀏覽代碼

修改仓储利润总账

caojunjie 2 年之前
父節點
當前提交
bddb6bfcc6
共有 2 個文件被更改,包括 15 次插入6 次删除
  1. 13 4
      src/views/reportManagement/profitGeneralLedger/index.vue
  2. 2 2
      vue.config.js

+ 13 - 4
src/views/reportManagement/profitGeneralLedger/index.vue

@@ -868,12 +868,21 @@ export default {
   methods: {
     goDetail(row) {
       let date=[row.reviewDate,row.reviewDate]
-      this.$router.push({
-        path: "/analysis/ledgerDetail",
-        query: {
+      let dataList = {}
+      if (this.queryParams.switchSection == 1){
+        dataList = {
+          fCorpId: row.fCorpid,
+          fBstimeExamine:date
+        }
+      }else {
+        dataList = {
           fCorpId: row.fCorpid,
           fAuditList:date
-        },
+        }
+      }
+      this.$router.push({
+        path: "/analysis/ledgerDetail",
+        query: dataList
       });
     },
     //列设置全选

+ 2 - 2
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://58.56.152.118:9010/prod-api/`,
-        target: `http://192.168.1.120:9099/`,
+        // target: `http://192.168.1.120:9099/`,
         // target: `http://192.168.1.111:9010/`,
         // target: `http://192.168.1.116:9012/`,
         // target: `http://192.168.1.116:9010/`,
@@ -57,7 +57,7 @@ module.exports = {
         // target: `https://hwc.tubaosoft.com/prod-api/`,
         // target: `https://zjxd.dhscs.net/prod-api/`,
         // target: `http://ck.huodaonar.com/prod-api/`,
-        // target: `https://ck.hturing.com/prod-api/`,
+        target: `https://ck.hturing.com/prod-api/`,
         // target: `https://jingang.re-king.cn//prod-api/`,
         // target: `https://wms.hadexpress.com/prod-api/`,
         // target: `https://jingrun.tubaosoft.com/prod-api/`,