| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // 延续护理统计 |
| | | export function getContinueNerseCount(data) { |
| | | return request({ |
| | | url: "/smartor/serviceSubtask/getContinueNerseCount", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 满意度统计详情 |
| | | export function getSfStatisticsJoyInfo(data) { |
| | | return request({ |
| | |
| | | }); |
| | | } |
| | | // 保存授权角色 |
| | | export function removeusertd(userid,deptcode) { |
| | | export function removeusertd(userid, deptcode) { |
| | | return request({ |
| | | url: "/smartor/userdept/removeByCode/" + userid + "/" + deptcode, |
| | | method: "get", |
| | |
| | | // 查询部门下拉树结构 |
| | | export function deptTreeSelect(type) { |
| | | const data = { |
| | | deptType:type, |
| | | orgid:localStorage.getItem("orgid"), |
| | | deptType: type, |
| | | orgid: localStorage.getItem("orgid"), |
| | | }; |
| | | return request({ |
| | | url: "/system/user/deptTree", |
| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // 省立同德满意度统计页题目明细 |
| | | export function statistics(data) { |
| | | return request({ |
| | | url: "/smartor/satisfaction/statistics", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 省立同德满意度统计页题目明细 |
| | | export function satisfactionGraph(data) { |
| | | return request({ |
| | | url: "/smartor/satisfaction/satisfactionGraph", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 省立同德维度题目明细 |
| | | export function statisticsByDimension(data) { |
| | | return request({ |
| | | url: "/smartor/satisfaction/statisticsByDimension", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // 省立同德维度柱状图 |
| | | export function satisfactionGraphDimension(data) { |
| | | return request({ |
| | | url: "/smartor/satisfaction/satisfactionGraphDimension", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |