| | |
| | | labelWidth: 160, |
| | | prop: "znum", |
| | | width: 69, |
| | | editDisplay: false, |
| | | // search: true, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 100 |
| | |
| | | prop: "pnum", |
| | | width: 69, |
| | | // search: true, |
| | | editDisplay: false, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 100 |
| | | }, |
| | |
| | | labelWidth: 160, |
| | | prop: "cnum", |
| | | width: 69, |
| | | |
| | | editDisplay: false, |
| | | // search: true, |
| | | searchSpan: 4, |
| | | searchLabelWidth: 100 |
| | |
| | | overHidden: true, |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "timestamp", |
| | | valueFormat: "yyyy-MM-dd", |
| | | |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | label: "所属辖区", |
| | | prop: "region", |
| | | // prop: "region", |
| | | labelWidth: 160, |
| | | // width: 110, |
| | | // search: true, |
| | | label: "所属辖区", |
| | | prop: "jurisdiction", |
| | | // type: "tree", |
| | | // disabled: true, |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-trees", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | // labelWidth: w, |
| | | // span: s, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择所属辖区", |
| | | trigger: "click", |
| | | },], |
| | | overHidden: true |
| | | }, |
| | | { |
| | |
| | | }] |
| | | }, |
| | | { |
| | | label: "辖区", |
| | | label: "所属辖区", |
| | | prop: "jurisdiction", |
| | | // type: "tree", |
| | | // disabled: true, |
| | | type: "tree", |
| | | dicUrl: "/api//jurisdiction/lazy-trees", |
| | | dicUrl: "/api/jurisdiction/lazy-trees", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | |
| | | }] |
| | | }, |
| | | { |
| | | label: "所属地区", |
| | | label: "所属辖区", |
| | | prop: "region", |
| | | labelWidth: w, |
| | | span: s, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入所属地区", |
| | | message: "请输入所属辖区", |
| | | trigger: "blur" |
| | | }] |
| | | }, |