| | |
| | | String orgId = GenerateCodeFactory.getGeneratorId(GenerateCodeFactory.CODE_PREFIX_orgId); |
| | | JSONObject business = JSONObject.parseObject("{\"datas\":{}}"); |
| | | business.put(CommonConstant.HTTP_BUSINESS_TYPE_CD, BusinessTypeConstant.BUSINESS_TYPE_SAVE_ORG); |
| | | business.put(CommonConstant.HTTP_SEQ, DEFAULT_SEQ); |
| | | business.put(CommonConstant.HTTP_SEQ, DEFAULT_SEQ+3); |
| | | business.put(CommonConstant.HTTP_INVOKE_MODEL, CommonConstant.HTTP_INVOKE_MODEL_S); |
| | | JSONObject businessOrg = new JSONObject(); |
| | | businessOrg.put("orgName",paramInJson.getJSONObject("businessStore").getString("name")); |
| | |
| | | <div class="col-sm-4"> |
| | | <div class="form-group"> |
| | | <label class="col-form-label">组织级别:</label> |
| | | <label class="">{{viewOrgInfo.orgLevel}}</label> |
| | | <label class="">{{viewOrgInfo.orgLevelName}}</label> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-4"> |
| | | <div class="form-group"> |
| | | <label class="col-form-label">上级组织:</label> |
| | | <label class="">{{viewOrgInfo.parentOrgId}}</label> |
| | | <label class="">{{viewOrgInfo.parentOrgName}}</label> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | orgId:'', |
| | | orgName:'', |
| | | orgLevel:'', |
| | | orgLevelName:'', |
| | | parentOrgId:'', |
| | | parentOrgName:'', |
| | | description:'', |
| | | branchOrgId:'', |
| | | } |