|  | @@ -26,7 +26,7 @@
 | 
	
		
			
				|  |  |          >返回台账
 | 
	
		
			
				|  |  |          </el-button>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  | -      <div>
 | 
	
		
			
				|  |  | +      <div v-if="roleNameTwo!='平台,调度派单'">
 | 
	
		
			
				|  |  |          <div class="el-button--small-yh add-customer-btn">
 | 
	
		
			
				|  |  |            <el-button
 | 
	
		
			
				|  |  |                type="warning"
 | 
	
	
		
			
				|  | @@ -370,8 +370,8 @@
 | 
	
		
			
				|  |  |        <!--      </avue-crud>-->
 | 
	
		
			
				|  |  |        <!--    </basic-container>-->
 | 
	
		
			
				|  |  |  </span>
 | 
	
		
			
				|  |  | -    <containerTitle title="杂费明细"></containerTitle>
 | 
	
		
			
				|  |  | -    <basic-container>
 | 
	
		
			
				|  |  | +    <containerTitle title="杂费明细" v-if="roleNameTwo!='平台,调度派单'"></containerTitle>
 | 
	
		
			
				|  |  | +    <basic-container v-if="roleNameTwo!='平台,调度派单'">
 | 
	
		
			
				|  |  |        <el-tabs v-model="activeIndex" @tab-click="handleSelect">
 | 
	
		
			
				|  |  |          <el-tab-pane label="应收" name="1" v-if="!(roleNameTwo.indexOf('调度中心业务员') !== -1 || roleNameTwo.indexOf('调度中心经理') !== -1)"></el-tab-pane>
 | 
	
		
			
				|  |  |          <el-tab-pane label="应付" name="2"></el-tab-pane>
 | 
	
	
		
			
				|  | @@ -1540,6 +1540,12 @@ export default {
 | 
	
		
			
				|  |  |            this.findObject(this.entrustOptionTwoT.column, "landAmountD").hide = true
 | 
	
		
			
				|  |  |            this.findObject(this.entrustOptionTwoT.column, "landAmountD").showColumn = false
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        if(this.roleNameTwo=='平台,调度派单'){
 | 
	
		
			
				|  |  | +          this.findObject(this.entrustOptionTwoT.column, "landAmountC").hide = true
 | 
	
		
			
				|  |  | +          this.findObject(this.entrustOptionTwoT.column, "landAmountC").showColumn = false
 | 
	
		
			
				|  |  | +          this.findObject(this.entrustOptionTwoT.column, "landAmountD").hide = true
 | 
	
		
			
				|  |  | +          this.findObject(this.entrustOptionTwoT.column, "landAmountD").showColumn = false
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 |