liuhj 1 month ago
parent
commit
cda820e8a8

+ 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>