Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory_ys
| | |
| | | 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; |
| | |
| | | label: "是否持证", |
| | | prop: "hold", |
| | | type: "select", |
| | | search: true, |
| | | search: !this.paramCz, |
| | | searchSpan: 4, |
| | | dicData: [ |
| | | { |
| | |
| | | param["status"] = params["status"] || ""; |
| | | param["deptId"] = this.fwdeptId; |
| | | if (this.paramCz) { |
| | | param["hold"] = "0"; |
| | | param["hold"] = "1"; |
| | | } else { |
| | | param["hold"] = params["hold"] || ""; |
| | | } |