snow hace 1 año
padre
commit
a1506c2b7e

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/0.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/app.js


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

@@ -3,10 +3,10 @@ module.exports = {
   title: '采销平台',
   baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
   api: {
-    baseApi: 'http://stocknew.test241.wanyuhengtong.com/'
+    baseApi: 'http://stock.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=',
   // 分仓
@@ -21,9 +21,9 @@ 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/',
+  GDUrl: 'http://bug.caixiao365.com/',
   // token加密key
   secretKey: 'key123',
   loginTitle: '',

+ 0 - 2
src/store/modules/user.js

@@ -599,8 +599,6 @@ async function getRoleMenuList(level = "") {
     //获取所有的超管账号
     let isSuperOk = state.isSupertube && ids.includes(String(state.userInfo.id)) || !state.isSupertube
 
-    console.log(isSuperOk)
-
     if(!isSuperOk){
       const _i = list.findIndex(item => {
         return item.menu_route === "sellOut"

+ 1 - 1
src/views/sellOut/filing/detail.vue

@@ -44,7 +44,7 @@
       </el-tab-pane>
 
       <el-tab-pane label="流程图" name="3">
-        <flow-chart process_id="28" type="BBD" :orderCode="id" />
+        <flow-chart process_id="22" type="BBD" :orderCode="id" />
       </el-tab-pane>
     </el-tabs>
   </div>

+ 16 - 15
src/views/sellOut/project/detail.vue

@@ -17,10 +17,10 @@
           <add-form
             v-if="newTime !== ''"
             :newTime="newTime"
-            :id="queryId"
+            @refresh="refresh"
             :type="queryType"
             :sitem="sitem"
-            @refresh="refresh"
+            :id="queryId"
           />
         </el-tab-pane>
         <el-tab-pane label="项目详情" name="1" v-if="queryType !== 'add'">
@@ -89,8 +89,8 @@
           />
         </el-tab-pane>
 
-        <el-tab-pane label="流程图" name="5"  v-if="queryType !== 'add'" >
-          <flow-chart process_id="14" type="PRO" :orderCode="queryId"/>
+        <el-tab-pane label="流程图" name="5" v-if="queryType !== 'add'">
+          <flow-chart process_id="14" type="PRO" :orderCode="queryId" />
         </el-tab-pane>
       </el-tabs>
     </div>
@@ -115,16 +115,17 @@ export default {
     addForm,
     grossForm,
     backGoodShow,
-    setPlan,
+    setPlan
   },
   computed: {
     ...mapGetters(["tablebtnSize", "searchSize", "size", "isSupertube"]),
     powers() {
       const { btnList } = this.$store.getters;
-      const tran = btnList.find((item) => item.menu_route == "projectDetail") || {};
+      const tran =
+        btnList.find(item => item.menu_route == "projectDetail") || {};
       const { action } = tran ?? {};
       return action ?? [];
-    },
+    }
   },
 
   data() {
@@ -138,7 +139,7 @@ export default {
       queryType: "",
       queryId: "",
       status: "",
-      sitem: null,
+      sitem: null
     };
   },
   mounted() {
@@ -166,8 +167,8 @@ export default {
       if (!this.loading) {
         let model = {
           activity_code: this.queryId,
-          status: e.state + '' === "1" ? "1" : "8",
-          remark: e.remark,
+          status: e.state + "" === "1" ? "1" : "8",
+          remark: e.remark
         };
         await this.setstatus("提交产品部门审核", model);
       }
@@ -176,14 +177,14 @@ export default {
       await this.$confirm(`确定要${detail}?`, {
         confirmButtonText: "确定",
         cancelButtonText: "取消",
-        type: "warning",
+        type: "warning"
       })
         .then(async () => {
           let res = await asyncRequest.actstatus(model);
           if (res && res.code === 0) {
             this.$notify.success({
               title: "提交成功!",
-              message: "",
+              message: ""
             });
             await this.initForm();
           } else if (res && res.code >= 100 && res.code <= 104) {
@@ -217,7 +218,7 @@ export default {
     async initData() {
       this.loading = true;
       const { code, message, data } = await asyncRequest.detail({
-        projectNo: this.queryId,
+        projectNo: this.queryId
       });
       this.loading = false;
       console.log(data);
@@ -234,8 +235,8 @@ export default {
     },
     getNewTime() {
       this.newTime = new Date().valueOf();
-    },
-  },
+    }
+  }
 };
 </script>
 <style lang="scss" scoped>

+ 1 - 1
src/views/supplierSellOut/supplierFiling/detail.vue

@@ -39,7 +39,7 @@
       </el-tab-pane>
 
       <el-tab-pane label="流程图" name="3" v-if="type === 'view'">
-        <flow-chart process_id="28" type="BBD" :orderCode="id" />
+        <flow-chart process_id="22" type="BBD" :orderCode="id" />
       </el-tab-pane>
     </el-tabs>
   </div>

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio