liuhj 1 개월 전
부모
커밋
cda820e8a8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/MCR/MarketCustomerResourcesHome.vue
  2. 1 1
      src/components/OP/EntryDetails.vue

+ 1 - 1
src/components/MCR/MarketCustomerResourcesHome.vue

@@ -522,7 +522,7 @@ export default {
         },
         pageload() {
             var that = this;
-            if (this.userId == 21 || this.userId == 95) {
+            if (this.userId == 21 || this.userId == 95|| this.userId == 380) {
                 this.isSelect = false;
             }
             that.pageloadData.operationUserId = that.userId

+ 1 - 1
src/components/OP/EntryDetails.vue

@@ -20,7 +20,7 @@
                         </el-option>
                     </el-select>
                 </div>
-                <div v-if="isSave" class="Entry-head-li">
+     3            <div v-if="isSave" class="Entry-head-li">
                     <!-- <el-button type="primary">计算费用</el-button> -->
                     <el-button @click="NationalTravelFeeImportReceivables" type="primary">导出到收款账单</el-button>
                     <el-button @click="cleanout" type="primary">全部清空</el-button>