| | |
| | | trigger: "blur", |
| | | },], |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "法人微信号", |
| | | prop: "legalPerson", |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "法人身份证号", |
| | | prop: "legalIdCard", |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "法人性别", |
| | | prop: "legalGender", |
| | | type: "select", |
| | | dicData: [{ |
| | | label: "男", |
| | | value: 1 |
| | | }, |
| | | { |
| | | label: "女", |
| | | value: 0 |
| | | }, |
| | | { |
| | | label: "未知", |
| | | value: "3" |
| | | } |
| | | ], |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | span: 12, |
| | | label: "法人民族", |
| | | prop: "ethnicity", |
| | | type: "select", |
| | | row: true, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=nationType", |
| | | dataType: "number", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey", |
| | | }, |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "工作单位", |
| | | prop: "employer", |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "岗位性质", |
| | | prop: "legalJobNature", |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "户籍地址", |
| | | prop: "legalRegisteredAddress", |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "居住地址", |
| | | prop: "legalTempAddress", |
| | | }, |
| | | |
| | | |
| | | { |
| | | label: "营业执照", |
| | |
| | | index: true, |
| | | dialogClickModal: false, |
| | | column: [{ |
| | | labelWidth: 100, |
| | | label: "名称", |
| | | prop: "name", |
| | | searchSpan: 4, |
| | |
| | | }, |
| | | |
| | | { |
| | | width: 96, |
| | | labelWidth: 100, |
| | | label: "手机号码", |
| | | prop: "telephone", |
| | | search: true, |
| | |
| | | }, |
| | | |
| | | { |
| | | labelWidth: 100, |
| | | label: "暂住地", |
| | | prop: "tempAddress", |
| | | searchSpan: 4, |
| | | search: true, |
| | | }, |
| | | ], |
| | | { |
| | | labelWidth: 100, |
| | | label: "微信号", |
| | | prop: "wxAccount", |
| | | }, |
| | | |
| | | { |
| | | labelWidth: 100, |
| | | label: "性别", |
| | | prop: "gender", |
| | | type: "select", |
| | | dicData: [{ |
| | | label: "男", |
| | | value: 1 |
| | | }, |
| | | { |
| | | label: "女", |
| | | value: 0 |
| | | }, |
| | | { |
| | | label: "未知", |
| | | value: "3" |
| | | } |
| | | ], |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "身份证号", |
| | | prop: "idCard", |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | span: 12, |
| | | label: "民族", |
| | | prop: "ethnicity", |
| | | type: "select", |
| | | row: true, |
| | | dicUrl: "/api/blade-system/dict-biz/dictionary?code=nationType", |
| | | dataType: "number", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey", |
| | | }, |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "工作单位", |
| | | prop: "employer", |
| | | hide:true |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "岗位性质", |
| | | prop: "jobNature", |
| | | hide:true |
| | | }, |
| | | { |
| | | labelWidth: 100, |
| | | label: "户籍地址", |
| | | prop: "registeredAddress", |
| | | }, |
| | | ] |
| | | }, |
| | | holdPage: { |
| | | pageSize: 20, |