认领处理单成本中心赋值取消
This commit is contained in:
		
							parent
							
								
									9b93abc680
								
							
						
					
					
						commit
						7fa5811bd1
					
				|  | @ -1,14 +1,9 @@ | |||
| package shjh.jhzj7.fi.fi.plugin.form; | ||||
| 
 | ||||
| import kd.bos.context.RequestContext; | ||||
| import kd.bos.dataentity.entity.DynamicObject; | ||||
| import kd.bos.dataentity.entity.DynamicObjectCollection; | ||||
| import kd.bos.dataentity.entity.LocaleString; | ||||
| import kd.bos.dataentity.utils.StringUtils; | ||||
| import kd.bos.entity.MainEntityType; | ||||
| import kd.bos.entity.ValueMapItem; | ||||
| import kd.bos.entity.datamodel.events.PropertyChangedArgs; | ||||
| import kd.bos.entity.property.ComboProp; | ||||
| import kd.bos.form.field.ComboEdit; | ||||
| import kd.bos.form.field.ComboItem; | ||||
| import kd.bos.form.plugin.AbstractFormPlugin; | ||||
|  | @ -19,7 +14,6 @@ import shjh.jhzj7.fi.fi.plugin.form.info.ClaimFieldsInfo; | |||
| 
 | ||||
| import java.util.ArrayList; | ||||
| import java.util.EventObject; | ||||
| import java.util.Iterator; | ||||
| import java.util.List; | ||||
| 
 | ||||
| /** | ||||
|  | @ -105,12 +99,12 @@ public class ClaimBillFormPlugin extends AbstractFormPlugin implements Plugin { | |||
|             case "103": | ||||
|                 //当【收款类型】=预付款退回时,显示该按钮 | ||||
|                 showPaymentButton(); | ||||
|                 setCostCenter(); | ||||
| //                setCostCenter(); | ||||
|                 break; | ||||
|             case "109": | ||||
|                 //当【收款类型】=员工还款时,显示该按钮 | ||||
|                 showLoanButton(); | ||||
|                 setCostCenter(); | ||||
| //                setCostCenter(); | ||||
|                 //设置付款人类型-职员 | ||||
|                 setPaymentType(); | ||||
|                 break; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue