| | |
| | | </el-cascader>--> |
| | | </el-form-item> |
| | | <el-form-item label="排序码" prop="sortnum"> |
| | | <el-input v-model="form.sortnum" placeholder="请输入排序码(升序)" v-trim/> |
| | | <el-input v-model="form.sortnum" type="number" placeholder="请输入排序码(升序)" v-trim/> |
| | | </el-form-item> |
| | | <el-form-item label="备注" prop="remark"> |
| | | <el-input v-model="form.remark" type="textarea" placeholder="请输入备注" v-trim/> |
| | |
| | | if (target == null) { |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | | this.form.parentId = parentId |
| | | this.form[this.configData['field.id']] = null |
| | | // this.form.categoryList = [] |
| | | /*if (parentIdPath && parentIdPath != null) { |
| | |
| | | if (target == null) { |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | | this.form.parentId = parentId |
| | | this.form[this.configData['field.id']] = null |
| | | this.form.categoryList = [] |
| | | /* if (parentIdPath && parentIdPath != null) { |
| | |
| | | public class WebMemberController { |
| | | @Resource |
| | | private JwtTokenUtil jwtTokenUtil; |
| | | |
| | | @Resource |
| | | private MemberService memberService; |
| | | @Resource |
| | | private SystemDictDataBiz systemDictDataBiz; |
| | | |
| | | |
| | | @PreventRepeat(limit = 10, lockTime = 10000) |
| | | @ApiOperation("H5业务登录") |
| | |
| | | public static final Integer TWO = 2; |
| | | public static final Integer ZERO = 0; |
| | | public static final Integer THREE = 3; |
| | | public static final Integer FOUR = 4; |
| | | public static final Integer SIX = 6; |
| | | public static boolean WORKORDER_SHE_EMAIL_SENDING = false; |
| | | public static boolean DEALING_COMPANY_SYNC = false ; |
| | | public static boolean DEALING_MEMBER_SYNC = false ; |
| | |
| | | if(parent == null || Constants.equalsInteger(parent.getIsdeleted(),Constants.ONE)){ |
| | | throw new BusinessException(ResponseStatus.DATA_EXISTS.getCode(), "对不起,父级信息不存在~"); |
| | | } |
| | | |
| | | if(Constants.equalsInteger(parent.getType(),Constants.FOUR) && parent.getParentId()!=null){ |
| | | //如果是二级CDA主题,自己为观察项 |
| | | category.setType(Constants.SIX); |
| | | } |
| | | idPath = parent.getIdPath(); |
| | | category.setIdPath(parent.getIdPath()+category.getId()+"/"); |
| | | category.setNamePath(parent.getNamePath()+"/"+category.getName()); |