Ver código fonte

修改项目分享地址

xiaodai2022 2 anos atrás
pai
commit
c807b78b97

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
dist/static/js/app.js

@@ -7208,7 +7208,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _nod
 /*! no static exports found */
 /***/ (function(module, exports) {
 
-eval("// 生产环境\nmodule.exports = {\n  title: '采销平台',\n  baseUrl: 'http://wx.wxhr.sit.futurelab.tv',\n  api: {\n    baseApi: 'http://stocknew.test241.wanyuhengtong.com/'\n  },\n  webUrl: 'http://project.web.caixiao365.com/#/good-share?id=',\n  fileURL: \"https://api2.edu.futurelab.tv\",\n  shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',\n  appId: 'wx5ac3a2c2d72b6f26',\n  ding: {\n    //企业id\n    CorpId: \"dingc78fa4301e1a424a35c2f4657eb6378f\",\n    //应用凭证\n    AgentId: \"1324690581\"\n  },\n  loginTitle: \"\",\n  loginBeian: \"京ICP备2022033072号-1\",\n  loginBeianUrl: \"https://beian.miit.gov.cn/\"\n};\n\n//# sourceURL=webpack:///./src/config/env.company.js?");
+eval("// 生产环境\nmodule.exports = {\n  title: '采销平台',\n  baseUrl: 'http://wx.wxhr.sit.futurelab.tv',\n  api: {\n    baseApi: 'http://stocknew.test241.wanyuhengtong.com/'\n  },\n  webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',\n  fileURL: \"https://api2.edu.futurelab.tv\",\n  shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',\n  appId: 'wx5ac3a2c2d72b6f26',\n  ding: {\n    //企业id\n    CorpId: \"dingc78fa4301e1a424a35c2f4657eb6378f\",\n    //应用凭证\n    AgentId: \"1324690581\"\n  },\n  loginTitle: \"\",\n  loginBeian: \"京ICP备2022033072号-1\",\n  loginBeianUrl: \"https://beian.miit.gov.cn/\"\n};\n\n//# sourceURL=webpack:///./src/config/env.company.js?");
 
 /***/ }),
 

+ 1 - 1
src/config/env.company.js

@@ -5,7 +5,7 @@ module.exports = {
   api: {
     baseApi: 'http://stocknew.test241.wanyuhengtong.com/',
   },
-  webUrl:'http://project.web.caixiao365.com/#/good-share?id=',
+  webUrl:'http://project.web.caixiao365.com/#/test-good-share?id=',
   fileURL: `https://api2.edu.futurelab.tv`,
   shareWebUrl:'http://post.web.caixiao365.com/?prod=1&outCode=',
   appId: 'wx5ac3a2c2d72b6f26',

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

@@ -5,7 +5,7 @@ module.exports = {
   api: {
     baseApi: 'http://stocknew.test241.wanyuhengtong.com/',
   },
-  webUrl:'http://project.web.caixiao365.com/#/good-share?id=',
+  webUrl:'http://project.web.caixiao365.com/#/test-good-share?id=',
   fileURL: `https://api2.edu.futurelab.tv`,
   shareWebUrl:'http://post.web.caixiao365.com/?prod=1&outCode=',
   appId: 'wx5ac3a2c2d72b6f26',

+ 3 - 3
src/views/purchaseIn/workbench/components/baseForm.vue

@@ -46,7 +46,7 @@
           <search-brand
             :value="ruleForm.brandid"
             :size="'mini'"
-            :disabled="false"
+            :disabled="type === 'view'"
             :isDetail="true"
             :names="brand_name"
             :placeholder="'品牌'"
@@ -125,7 +125,7 @@
             :size="'mini'"
             :isDetail="true"
             :names="unit_name"
-            :disabled="false"
+            :disabled="type === 'view'"
             :placeholder="'单位'"
             @searchChange="unitsearchChange"
           />
@@ -141,7 +141,7 @@
                 :placeholder="'分类'"
                 :size="'mini'"
                 :names="cat_id_name"
-                :disabled="false"
+                :disabled="type === 'view'"
                 :isDetail="true"
                 @searchChange="cat_id_change"
               />

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff