snow 1 year ago
parent
commit
620973f6e1

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


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

@@ -5,11 +5,11 @@ module.exports = {
   wechatUrl: "http://rep.test241.wanyuhengtong.com", // 微信授权地址
   backUrl: "http://webstock3.test241.wanyuhengtong.com", // 微信授权后重定向地址
   api: {
-    baseApi: 'http://stocknew.test241.wanyuhengtong.com/',
-    userApi: "http://user.test241.wanyuhengtong.com/"
+    baseApi: 'http://stock.api.caixiao365.com/',
+    userApi: "http://user.api.caixiao365.com/"
     // baseApi: 'http://stockwm.test241.wanyuhengtong.com/'
   },
-  webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',
+  webUrl: 'http://project.web.caixiao365.com/#/good-share?id=',
   fileURL: `https://api2.edu.futurelab.tv`,
   shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',
   // 分仓
@@ -24,10 +24,10 @@ module.exports = {
   // 结算平台url
   // settlementPlatformUrl: 'http://127.0.0.1:8848',
   // 结算平台url
-  settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
+  settlementPlatformUrl: 'http://fin.caixiao365.com/',
   // 工单管理系统url
-  GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
-  dashboardUrl:"http://web.report.caixiao365.com/",
+  GDUrl: 'http://bug.caixiao365.com/',
+  dashboardUrl: 'http://web.report.caixiao365.com/',
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 1 - 2
src/views/goodStore/goodsCost/index.vue

@@ -391,8 +391,7 @@
           v-if="
             (powers.some((i) => i == '010') &&
             !(scope.row.status + '' === '7' || scope.row.status + '' === '8') &&
-            !isSupertube &&
-            String(scope.row.createrid) !== '0') && scope.row.create_source !== '1'
+            !isSupertube) && scope.row.create_source !== '1'
           "
           effect="dark"
           content="复制商品"

+ 1 - 2
src/views/goodStore/supplierGoodsCost/index.vue

@@ -342,8 +342,7 @@
         <el-tooltip
           v-if="
             powers.some((i) => i == '010') &&
-            !(scope.row.status + '' === '7' || scope.row.status + '' === '8') &&
-            String(scope.row.createrid) !== '0'
+            !(scope.row.status + '' === '7' || scope.row.status + '' === '8')
           "
           effect="dark"
           content="复制商品"

Some files were not shown because too many files changed in this diff