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