| | |
| | | // // hide: true, |
| | | // disabled: true, |
| | | // }, |
| | | { |
| | | label: "保安员", |
| | | prop: "name", |
| | | type: "tree", |
| | | // width: 70, |
| | | labelWidth: 120, |
| | | searchSpan: 3, |
| | | multiple: true, |
| | | search: true, |
| | | // cell: true, |
| | | // hide: true, |
| | | props: { |
| | | label: "realName", |
| | | value: "id", |
| | | }, |
| | | dicUrl: `/api/blade-user/page-security-units?deptId={{key}}`, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择保安", |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // label: "保安员", |
| | | // prop: "name", |
| | | // type: "tree", |
| | | // // width: 70, |
| | | // labelWidth: 120, |
| | | // searchSpan: 3, |
| | | // multiple: true, |
| | | // search: true, |
| | | // // cell: true, |
| | | // // hide: true, |
| | | // props: { |
| | | // label: "realName", |
| | | // value: "id", |
| | | // }, |
| | | // dicUrl: `/api/blade-user/page-security-units?deptId={{key}}`, |
| | | // rules: [ |
| | | // { |
| | | // required: true, |
| | | // message: "请选择保安", |
| | | // trigger: "blur", |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | label: "联系人", |
| | | prop: "linkman", |
| | |
| | | labelWidth: 120, |
| | | type: "select", |
| | | searchSpan: 4, |
| | | cascaderItem: ["name"], |
| | | cascaderItem: ["userIds"], |
| | | props: { |
| | | label: "title", |
| | | value: "id", |
| | |
| | | }, |
| | | ], |
| | | }, |
| | | |
| | | { |
| | | label: "派遣单位", |
| | | prop: "dispatcherCompany", |
| | |
| | | |
| | | { |
| | | label: "保安员", |
| | | prop: "name", |
| | | addDisplay: false, |
| | | editDisplay: false, |
| | | // . |
| | | // overHidden: true |
| | | prop: "userIds", |
| | | type: "select", |
| | | width: 70, |
| | | labelWidth: 120, |
| | | searchSpan: 3, |
| | | search: true, |
| | | // cell: true, |
| | | // hide: true, |
| | | props: { |
| | | label: "realName", |
| | | value: "id", |
| | | }, |
| | | dicUrl: `/api/blade-user/page-security-units?deptId={{key}}`, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择保安", |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | }, |
| | | |
| | | // { |