| | |
| | | this.dialogShow = true; |
| | | } else if (column.label == "持证人数") { |
| | | this.dialogTitle = "业务统计明细---持证保安人员清单"; |
| | | this.searchitem = "dq"; |
| | | this.searchitem = "zong"; |
| | | this.paramCz = true; |
| | | this.fwdeptId = row.departmentid; |
| | | this.dialogShow = true; |
| | |
| | | display: false |
| | | }, |
| | | { |
| | | label: "保安员姓名", |
| | | prop: "realName", |
| | | label: "保安员人数", |
| | | prop: "num", |
| | | display: false |
| | | }, |
| | | // { |
| | |
| | | dicData: [ |
| | | { |
| | | label: "是", |
| | | value: "0" |
| | | }, |
| | | { |
| | | label: "否", |
| | | value: "1" |
| | | }, |
| | | { |
| | | label: "已吊销", |
| | | label: "否", |
| | | value: "2" |
| | | }, |
| | | { |
| | | label: "已吊销", |
| | | value: "3" |
| | | } |
| | | ], |
| | | slot: true, |
| | |
| | | param["status"] = params["status"] || ""; |
| | | param["deptId"] = this.fwdeptId; |
| | | if (this.paramCz) { |
| | | param["hold"] = "0"; |
| | | param["hold"] = '1'; |
| | | } else { |
| | | param["hold"] = params["hold"] || ""; |
| | | } |
| | |
| | | // target: 'http://2h3f861221.wicp.vip:58646', |
| | | // target: 'http://192.168.0.114:82', |
| | | // target: 'http://192.168.0.108:82', |
| | | target: 'http://192.168.0.110:82', |
| | | // target: 'http://s16s652780.51mypc.cn/api', |
| | | // target: 'http://192.168.0.110:82', |
| | | target: 'http://s16s652780.51mypc.cn/api', |
| | | // 服务器使用 |
| | | // target: 'http://localhost:82', |
| | | ws: true, |