| | |
| | | selectLi, |
| | | dictionaryList |
| | | } from "../../api/statisticalQueryManagement/statisticalQueryManagement"; |
| | | import { lazyTreeJu ,lazyTrees} from "../../api/index/index"; |
| | | import { lazyTreeJu, lazyTrees } from "../../api/index/index"; |
| | | export default { |
| | | name: "业务情况统计", |
| | | data() { |
| | |
| | | query: {}, |
| | | value1: "", |
| | | value2: "", |
| | | tableData: [ |
| | | // { |
| | | // company: "江西省永安保安服务有限公司", |
| | | // subOffice: "东湖分局", |
| | | // total: "21540", |
| | | // holder: "21520", |
| | | // nosend: "10200", |
| | | // send: "1320", |
| | | // nopicture: "314", |
| | | // qualification: "142", |
| | | // pass: "21120", |
| | | // socialSecurity: "21535", |
| | | // }, |
| | | // { |
| | | // company: "南昌市赣水保安服务有限公司", |
| | | // subOffice: "东湖分局", |
| | | // total: "21540", |
| | | // holder: "21520", |
| | | // nosend: "10200", |
| | | // send: "1320", |
| | | // nopicture: "314", |
| | | // qualification: "142", |
| | | // pass: "21120", |
| | | // socialSecurity: "21535", |
| | | // }, |
| | | // { |
| | | // company: "江西中业兴达保安服务有限公司", |
| | | // subOffice: "东湖分局", |
| | | // total: "21540", |
| | | // holder: "21520", |
| | | // nosend: "10200", |
| | | // send: "1320", |
| | | // nopicture: "314", |
| | | // qualification: "142", |
| | | // pass: "21120", |
| | | // socialSecurity: "21535", |
| | | // }, |
| | | ], |
| | | tableData: [], |
| | | tableOption: { |
| | | align: "center", |
| | | viewBtn: true, |
| | |
| | | }, |
| | | // dicUrl: "/api/information/lazyTreeJu", |
| | | // dicMethod:'post', |
| | | dicData: [ |
| | | // { |
| | | // value: "0", |
| | | // label: "南昌市公安局" |
| | | // }, |
| | | // { |
| | | // value: "2", |
| | | // label: "东湖分局" |
| | | // }, |
| | | // { |
| | | // value: "3", |
| | | // label: "西湖分局" |
| | | // }, |
| | | // { |
| | | // value: "4", |
| | | // label: "青云谱分局" |
| | | // }, |
| | | // { |
| | | // value: "5", |
| | | // label: "青山湖分局" |
| | | // } |
| | | ], |
| | | dicData: [], |
| | | search: true, |
| | | rules: [ |
| | | { |
| | |
| | | prop: "paiqnum", |
| | | display: false |
| | | }, |
| | | // { |
| | | // label: "未采集照片人数", |
| | | // prop: "wcaijnum", |
| | | // display: false |
| | | // }, |
| | | { |
| | | label: "未采集照片人数", |
| | | prop: "wcaijnum", |
| | | label: "已采集照片人数", |
| | | prop: "", |
| | | display: false |
| | | }, |
| | | { |
| | | label: "已采集指纹人数", |
| | | prop: "", |
| | | display: false |
| | | }, |
| | | { |