| | |
| | | label: '是否派遣', |
| | | prop: 'dispatch', |
| | | type: 'select', |
| | | editDisplay: false, |
| | | addDisplay: false, |
| | | dicData: [ |
| | | { |
| | | label: '未派遣', |
| | |
| | | ] |
| | | |
| | | export var column = [ |
| | | // { |
| | | // label: "id", |
| | | // prop: "id", |
| | | // hide: true, |
| | | // editDisplay: false, |
| | | // addDisplay: false |
| | | // }, |
| | | { |
| | | label: "统一社会信用代码", |
| | | prop: "creditcode", |
| | |
| | | // editDisplay: false, |
| | | // addDisplay: false |
| | | }, |
| | | // { |
| | | // label: "保安id", |
| | | // prop: "tenantId", |
| | | // hide: true, |
| | | // editDisplay: false, |
| | | // addDisplay: false |
| | | // },//上面不显示 |
| | | // { |
| | | // label: "部门", |
| | | // prop: "departmentid", |
| | | // // type: "tree", |
| | | // disabled: true, |
| | | // dicData: [], |
| | | // labelWidth: w, |
| | | // span: s, |
| | | // props: { |
| | | // label: "title", |
| | | // }, |
| | | // rules: [ |
| | | // { |
| | | // required: true, |
| | | // message: "请选择所属部门", |
| | | // trigger: "click", |
| | | // }, |
| | | // ], |
| | | // }, |
| | | |
| | | { |
| | | label: "企业名称", |
| | | prop: "enterprisename", |
| | |
| | | searchSpan: 4, |
| | | searchLabelWidth: 100 |
| | | }, |
| | | // { |
| | | // label: "登记状态", |
| | | // prop: "regstsat", |
| | | // // addDisplay: true, |
| | | // // editDisplay: true, |
| | | // // viewDisplay: true, |
| | | // // searchSpan: 4, |
| | | // // dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType", |
| | | // // props: { |
| | | // // label: "dictValue", |
| | | // // value: "dictKey" |
| | | // // }, |
| | | // // search: true, |
| | | // // type: "select", |
| | | // // // rules: [{ |
| | | // // // required: true, |
| | | // // // message: "请选择学历", |
| | | // // // trigger: "blur" |
| | | // // // }], |
| | | // }, |
| | | |
| | | { |
| | | label: "保安人数", |
| | | labelWidth: 160, |
| | |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "timestamp", |
| | | // addDisplay: true, |
| | | // editDisplay: true, |
| | | // viewDisplay: true, |
| | | // searchSpan: 4, |
| | | // dicUrl: "/api/blade-system/dict-biz/dictionary?code=experienceType", |
| | | // props: { |
| | | // label: "dictValue", |
| | | // value: "dictKey" |
| | | // }, |
| | | // search: true, |
| | | // type: "select", |
| | | // // rules: [{ |
| | | // // required: true, |
| | | // // message: "请选择工作经验", |
| | | // // trigger: "blur" |
| | | // // }], |
| | | |
| | | }, |
| | | { |
| | | label: "注册资本", |
| | |
| | | labelWidth: 160, |
| | | // search: true, |
| | | width: 80, |
| | | // overHidden: true |
| | | }, |
| | | { |
| | | label: "联系人", |
| | | prop: "contacts", |
| | | labelWidth: 160, |
| | | width: 85, |
| | | // hide: true, |
| | | // search: true, |
| | | // searchSpan: 4, |
| | | // overHidden: true |
| | | }, { |
| | | label: "联系电话", |
| | | prop: "contactscell", |
| | | labelWidth: 160, |
| | | width: 95, |
| | | // hide: true, |
| | | // search: true, |
| | | // searchSpan: 4, |
| | | // overHidden: true |
| | | }, |
| | | // { |
| | | // label: "组织机构代码", |
| | | // labelWidth: 160, |
| | | // prop: "organizationcode", |
| | | // // width: 110, |
| | | // // search: true, |
| | | // // searchSpan: 4, |
| | | // }, |
| | | // { |
| | | // label: "工商注册号", |
| | | // prop: "registrationnumber", |
| | | // labelWidth: 160, |
| | | // width: 120, |
| | | // // search: true, |
| | | // // searchSpan: 4, |
| | | // }, |
| | | // { |
| | | // label: "纳税人识别号", |
| | | // prop: "identificationnumber", |
| | | // labelWidth: 160, |
| | | // width: 140, |
| | | // // addDisplay: true, |
| | | // // editDisplay: true, |
| | | // // viewDisplay: true, |
| | | // // searchSpan: 4, |
| | | // // dicUrl: "/api/blade-system/dict-biz/dictionary?code=unitsNatureType", |
| | | // // props: { |
| | | // // label: "dictValue", |
| | | // // value: "dictKey" |
| | | // // }, |
| | | // // // search: true, |
| | | // // type: "select", |
| | | // // // rules: [{ |
| | | // // // required: false, |
| | | // // // message: "请选择单位规模", |
| | | // // // trigger: "blur" |
| | | // // // }], |
| | | // }, |
| | | // { |
| | | // label: "企业类型", |
| | | // prop: "stats", |
| | | // // type: "tree", |
| | | // // disabled: true, |
| | | // type: "tree", |
| | | // // type: "select", |
| | | // dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats", |
| | | // props: { |
| | | // label: "dictValue", |
| | | // value: "dictKey" |
| | | // }, |
| | | // width: 130, |
| | | // rules: [ |
| | | // { |
| | | // required: true, |
| | | // message: "请选择所属部门", |
| | | // trigger: "click", |
| | | // }, |
| | | // ], |
| | | // }, |
| | | |
| | | { |
| | | label: "注册地址", |
| | | prop: "address", |
| | |
| | | // search: true, |
| | | // width: 88, |
| | | }, |
| | | // { |
| | | // label: "租户ID", |
| | | // // prop: "status", |
| | | // // search: true, |
| | | // // searchSpan: 4, |
| | | // prop: 'tenant_id', |
| | | // // filter: false, |
| | | // // type: 'tree', |
| | | // // dicData: DIC, |
| | | // // rules: [{ |
| | | // // required: true, |
| | | // // message: "请选择单位规模", |
| | | // // trigger: "blur" |
| | | // // }], |
| | | // }, |
| | | ] |
| | | |
| | | var w = 160 |