|  | @@ -515,7 +515,7 @@
 | 
	
		
			
				|  |  |                        filterable
 | 
	
		
			
				|  |  |                        remote
 | 
	
		
			
				|  |  |                        :disabled="modify || scope.row.fSrcTypeId != 0"
 | 
	
		
			
				|  |  | -                      placeholder="客户名称"
 | 
	
		
			
				|  |  | +                      placeholder="请选择业务类型"
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                        <el-option
 | 
	
		
			
				|  |  |                          v-for="dict in businessTypeOptions"
 | 
	
	
		
			
				|  | @@ -539,7 +539,7 @@
 | 
	
		
			
				|  |  |                        filterable
 | 
	
		
			
				|  |  |                        remote
 | 
	
		
			
				|  |  |                        :disabled="modify || scope.row.fSrcTypeId != 0"
 | 
	
		
			
				|  |  | -                      placeholder="客户名称"
 | 
	
		
			
				|  |  | +                      placeholder="请选择客户名称"
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                        <el-option
 | 
	
		
			
				|  |  |                          v-for="item in nameOptions"
 | 
	
	
		
			
				|  | @@ -563,7 +563,7 @@
 | 
	
		
			
				|  |  |                        filterable
 | 
	
		
			
				|  |  |                        remote
 | 
	
		
			
				|  |  |                        :disabled="modify || scope.row.fSrcTypeId !== 0"
 | 
	
		
			
				|  |  | -                      placeholder="费用名称"
 | 
	
		
			
				|  |  | +                      placeholder="请选择费用名称"
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                        <el-option
 | 
	
		
			
				|  |  |                          v-for="(dict, index) in fDNameOptions"
 | 
	
	
		
			
				|  | @@ -832,7 +832,7 @@
 | 
	
		
			
				|  |  |                        filterable
 | 
	
		
			
				|  |  |                        remote
 | 
	
		
			
				|  |  |                        :disabled="modify || scope.row.fSrcTypeId != 0"
 | 
	
		
			
				|  |  | -                      placeholder="客户名称"
 | 
	
		
			
				|  |  | +                      placeholder="请选择业务类型"
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                        <el-option
 | 
	
		
			
				|  |  |                          v-for="dict in businessTypeOptions"
 | 
	
	
		
			
				|  | @@ -856,7 +856,7 @@
 | 
	
		
			
				|  |  |                        filterable
 | 
	
		
			
				|  |  |                        remote
 | 
	
		
			
				|  |  |                        :disabled="modify || scope.row.fSrcTypeId != 0"
 | 
	
		
			
				|  |  | -                      placeholder="客户名称"
 | 
	
		
			
				|  |  | +                      placeholder="请选择客户名称"
 | 
	
		
			
				|  |  |                      >
 | 
	
		
			
				|  |  |                        <el-option
 | 
	
		
			
				|  |  |                          v-for="item in nameOptions"
 | 
	
	
		
			
				|  | @@ -880,7 +880,7 @@
 | 
	
		
			
				|  |  |                  filterable
 | 
	
		
			
				|  |  |                  :disabled="modify || scope.row.fSrcTypeId !== 0"
 | 
	
		
			
				|  |  |                  remote
 | 
	
		
			
				|  |  | -                placeholder="费用名称"
 | 
	
		
			
				|  |  | +                placeholder="请选择费用名称"
 | 
	
		
			
				|  |  |                >
 | 
	
		
			
				|  |  |                  <el-option
 | 
	
		
			
				|  |  |                    v-for="(dict, index) in fCNameOptions"
 | 
	
	
		
			
				|  | @@ -905,7 +905,7 @@
 | 
	
		
			
				|  |  |                  remote
 | 
	
		
			
				|  |  |                  @change="changeFeeUnit(scope.row)"
 | 
	
		
			
				|  |  |                  :disabled="modify || scope.row.fSrcTypeId !== 0"
 | 
	
		
			
				|  |  | -                placeholder="计价单位"
 | 
	
		
			
				|  |  | +                placeholder="请选择计价单位"
 | 
	
		
			
				|  |  |                >
 | 
	
		
			
				|  |  |                  <el-option
 | 
	
		
			
				|  |  |                    v-for="(dict, index) in jFeetunitOptions"
 | 
	
	
		
			
				|  | @@ -1199,7 +1199,7 @@
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  | -import { listCorps, addmodify, getCntr, postApproval, listFees,getGoodName,getFName,getfee} from '@/api/kaihe/domesticTrade/orderInformation'
 | 
	
		
			
				|  |  | +import { listCorps, addmodify, getCntr, postApproval, listFees,getGoodName,getFName,getfee,getName} from '@/api/kaihe/domesticTrade/orderInformation'
 | 
	
		
			
				|  |  |  import Global from '@/layout/components/global'
 | 
	
		
			
				|  |  |  import { getToken } from '@/utils/auth'
 | 
	
		
			
				|  |  |  import Cookies from 'js-cookie'
 | 
	
	
		
			
				|  | @@ -1366,7 +1366,7 @@ export default {
 | 
	
		
			
				|  |  |            actId:460,
 | 
	
		
			
				|  |  |            id:this.form.fId
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        getfee(data).then(response=>{
 | 
	
		
			
				|  |  | +        getName(data).then(response=>{
 | 
	
		
			
				|  |  |            if(response.data.length != 0){
 | 
	
		
			
				|  |  |              this.before = response.data[0].userName
 | 
	
		
			
				|  |  |            }
 |