| 
					
				 | 
			
			
				@@ -28,8 +28,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <u-gap height="10" bgColor="#F7F8FF"></u-gap> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <view class="item"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="label"><text>*</text>客户电话</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- :readonly="hasOid" --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <u--input 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          :readonly="hasOid" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           :maxlength="11" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           type="number" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           placeholder="请输入" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -146,7 +146,6 @@ import zjDialogPicker from "@/components/zj-dialog/zj-dialog-picker.vue"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    onLoad({type, oid = ''}) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      this.type = type; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      this.hasOid = oid.length > 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      uni.setNavigationBarTitle({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       title: type == 'M' ? '辅材收款' : '配件收款' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      }) 
			 |