| 
					
				 | 
			
			
				@@ -27,6 +27,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <view class="item flex"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <view class="">师傅编号</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <view class="flex" style="flex: 1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <input v-model="workerNumber" type="text" placeholder="请输入师傅编号" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <view class="item flex"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <view class="">银行卡号</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <view class="flex" style="flex: 1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <input v-model="bankAccount" maxlength="18" type="text" placeholder="请输入银行卡号" /> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -335,6 +341,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 网点 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       websitName: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       websitId: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      // 师傅编号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      workerNumber: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 名称 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       name: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 银行卡号 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -576,6 +584,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     dataAssembly() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         name: this.name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        workerNumber: this.workerNumber, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bankAccount: this.bankAccount, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         idCard: this.idcard, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         idCardStartTime: this.idCardStateTime ? this.idCardStateTime + ' 00:00:00' : '', 
			 |