| | |
| | | } |
| | | }, |
| | | _initMethod: function () { |
| | | vc.getDict('pay_fee_config',"fee_type_cd",function(_data){ |
| | | vc.getDict('inspection_plan',"sign_type",function(_data){ |
| | | vc.component.editInspectionPlanInfo.signTypes = _data; |
| | | }); |
| | | vc.getDict('pay_fee_config',"fee_type_cd",function(_data){ |
| | | vc.getDict('inspection_plan',"inspection_plan_period",function(_data){ |
| | | vc.component.editInspectionPlanInfo.inspectionPlanPeriods = _data; |
| | | }); |
| | | vc.getDict('pay_fee_config',"fee_type_cd",function(_data){ |
| | | vc.getDict('inspection_plan',"state",function(_data){ |
| | | vc.component.editInspectionPlanInfo.states = _data; |
| | | }); |
| | | |