snow 2 years ago
parent
commit
131d24d608

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


+ 1 - 6
src/views/goodStore/goodsCost/detail.vue

@@ -243,9 +243,6 @@ export default {
   },
   computed: {
     ...mapGetters(["tablebtnSize", "searchSize", "size", "private_field", "originLevel"]),
-    // displayCostField(){
-    //   return (["1", '3']).includes(this.originLevel) || this.private_field.includes('1')
-    // },
     powers() {
       const { btnList } = this.$store.getters;
       const tran = btnList.find((item) => item.menu_route == "goodsCostDetail") || {};
@@ -360,9 +357,7 @@ export default {
             this.$message.warning(res.message);
           }
         })
-        .catch(() => {
-          console.log("取消");
-        });
+        .catch(() => {console.log("取消");});
     },
     handleClick(row) {
       console.log(row);

+ 4 - 0
src/views/interest/dataShare/addEdit.vue

@@ -331,6 +331,9 @@ export default {
       if (res && res.code === 0) {
         const list = res.data
         const arr = list.filter((item) => item.child && item.child.length > 0)
+        arr.forEach((_ , pindex) => {
+          arr[pindex].child = arr[pindex].child.filter((item) => item && item.is_display !== '0')
+        })
         this.actionList = arr
       } else if (res && res.code >= 100 && res.code <= 104) {
         await this.logout()
@@ -341,6 +344,7 @@ export default {
     async getAllActive() {
       const res = await asyncRequest.accountall({
         ...this.dataForm,
+        size: 100000,
         level: '2'
       })
       if (res && res.code === 0 && res.data) {

+ 6 - 7
src/views/sellOut/sellAfterApply/detail.vue

@@ -177,7 +177,6 @@
               />
             </el-collapse-item>
 
-            <!-- -->
             <el-collapse-item title="业务审核" name="3"  v-if="isHasPermission({status:'1', process:'1'})">
               <exam-form
                 :statusList="statusList"
@@ -213,7 +212,7 @@
             </el-collapse-item>
           </el-collapse>
         </el-tab-pane>
-        
+
         <el-tab-pane label="审批记录" name="2">
           <process-time-line
             v-if="newTime !== ''"
@@ -343,8 +342,8 @@ export default {
     isHasPermission({ status, process }){
       return (
        this.sitem
-        && status === String(this.sitem.status) 
-        && this.ppowers.includes(process) 
+        && status === String(this.sitem.status)
+        && this.ppowers.includes(process)
         && !this.isSupertube
       )
 s    },
@@ -353,7 +352,7 @@ s    },
         ...data,
         returnCode: this.code
       });
-      
+
       if (res && res.code === 0) {
         this.$notify.success({
           title: "修改成功!",
@@ -404,7 +403,7 @@ s    },
       }
 
       let res = await asyncRequest.status(params);
-      
+
       if (res && res.code === 0) {
         this.$notify.success({
           title: "修改成功!",
@@ -439,7 +438,7 @@ s    },
           message: "",
         });
         await this.initData();
-        
+
       } else if (res && res.code >= 100 && res.code <= 104) {
         await this.logout();
       } else {

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