Преглед на файлове

添加分享出去页面配置

xiaodai2022 преди 2 години
родител
ревизия
7b26dabd88

+ 10 - 6
src/apis/url-config.js

@@ -1,12 +1,16 @@
-import { api, ding } from '@/config'
+import { api, ding, webUrl } from '@/config'
+console.log(webUrl);
+const { userApi, baseApi } = api
+const { CorpId, AgentId } = ding
 export default {
   //后端user接口url
-  userURL: api.userApi,
+  userURL: userApi,
   //后端接口url
-  baseURL: api.baseApi,
+  baseURL: baseApi,
   //企业id
-  corpId: ding.CorpId,
+  corpId: CorpId,
   //应用凭证
-  agentId: ding.AgentId,
-  // tableURL: api.tableApi,
+  agentId: AgentId,
+  // tableURL: tableApi,
+  webUrl: webUrl
 }

+ 1 - 0
src/config/env.development.js

@@ -12,6 +12,7 @@ module.exports = {
     // userApi: 'http://inv.sitw.wanyuhengtong.com/',
     // baseApi: 'http://stock.api.wanyuhengtong.com/',
   },
+  webUrl:'http://inv.test241.wanyuhengtong.com/#/test-good-share?id=',
   fileURL: `https://api2.edusit.zretchome.com`,
   appId: 'wx5ac3a2c2d72b6f26',
   ding: {

+ 1 - 0
src/config/env.production.js

@@ -10,6 +10,7 @@ module.exports = {
     userApi: 'http://inv.sitw.wanyuhengtong.com/',
     baseApi: 'http://stock.api.wanyuhengtong.com/',
   },
+  webUrl:'http://stock.api.wanyuhengtong.com/#/good-share?id=',
   fileURL: `https://api2.edu.futurelab.tv`,
   appId: 'wx5ac3a2c2d72b6f26',
   ding: {

+ 6 - 5
src/config/env.staging.js

@@ -8,11 +8,12 @@ module.exports = {
     tableApi: 'http://inv.sit.wanyuhengtong.com/',
   },
   fileURL: `https://api2.edusit.zretchome.com`,
+  webUrl: 'http://inv.test241.wanyuhengtong.com/#/test-good-share?id=',
   appId: 'wx5ac3a2c2d72b6f26',
-  ding:{
-     //企业id
-     CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
-     //应用凭证
-     AgentId:"1324690581"
+  ding: {
+    //企业id
+    CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
+    //应用凭证
+    AgentId: "1324690581"
   }
 }

+ 9 - 5
src/views/sellOut/project/detail.vue

@@ -70,7 +70,10 @@
           name="3"
           v-if="
             queryType !== 'add' &&
-            (status === '3' || status === '4' || status === '5'|| status === '6')
+            (status === '3' ||
+              status === '4' ||
+              status === '5' ||
+              status === '6')
           "
         >
           <set-plan
@@ -102,6 +105,7 @@ import addForm from "./components/addForm";
 import grossForm from "./components/grossForm";
 import backGoodShow from "./components/backGoodShow";
 import setPlan from "./components/setPlan";
+import urlConfig from "@/apis/url-config";
 export default {
   name: "projectDetail",
   mixins: [resToken],
@@ -200,9 +204,10 @@ export default {
     handleClick(row) {
       console.log(row);
     },
-    copyToClip(title) {
-      const { host } = window.location;
-      let url = `${host}/#/${title}?id=${this.queryId}`;
+    copyToClip() {
+      console.log(urlConfig);
+      let url = `${urlConfig.webUrl}${this.queryId}`;
+      console.log(url);
       let aux = document.createElement("input");
       aux.setAttribute("value", url);
       document.body.appendChild(aux);
@@ -212,7 +217,6 @@ export default {
       this.$message.warning("分享链接已成功复制至粘贴板!");
     },
     async refresh(e) {
-     
       this.routeReGoto("project", {});
     },
     async initData() {

+ 4 - 4
src/views/sellOut/sellAfterApply/detail.vue

@@ -218,10 +218,10 @@ export default {
         { value: "1", label: "待业务审核" },
         { value: "2", label: "待采购审核" },
         { value: "3", label: "待设置仓库" },
-        { value: "4", label: "待退回" },
-        { value: "5", label: "业务已驳回" },
-        { value: "6", label: "采购已驳回" },
-        { value: "7", label: "售后已完成" },
+        { value: "4", label: "待退回商品" },
+        { value: "5", label: "售后已完成" },
+        { value: "6", label: "业务已驳回" },
+        { value: "7", label: "采购已驳回" },
       ],
       orderCode: "",
       return_code: "",