已添加3个文件
已删除40个文件
已修改94个文件
¶Ô±ÈÐÂÎļþ |
| | |
| | | export * from './indicator' |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import request from "@/utils/request"; |
| | | // æ¥è¯¢ææ å表 |
| | | export function listtarget(data) { |
| | | return request({ |
| | | url: "/smartor/target/list", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // æ¥è¯¢ææ åå
¶å
³èé项 |
| | | export function gettargetInfo(data) { |
| | | return request({ |
| | | url: "/smartor/target/targetInfo", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // ææ è¯¦æ
|
| | | export function particulartarget(Id) { |
| | | return request({ |
| | | url: "/smartor/target/getInfo/" + Id, |
| | | method: "get", |
| | | }); |
| | | } |
| | | // æ¥è¯¢ææ åå
¶å
³èé项 |
| | | export function gettargetInfoedit(data) { |
| | | return request({ |
| | | url: "/smartor/target/edit", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | |
| | | // æ°å¢ææ |
| | | export function addtarget(data) { |
| | | return request({ |
| | | url: "/smartor/target/add", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | | // å 餿æ |
| | | export function deletetarget(userId) { |
| | | return request({ |
| | | url: "/smartor/target/remove/" + userId, |
| | | method: "get", |
| | | }); |
| | | } |
| | |
| | | // ä¿®æ¹å®£æåç±» |
| | | export function amendtag(data) { |
| | | return request({ |
| | | url: '/smartor/hecategory', |
| | | method: 'put', |
| | | url: '/smartor/hecategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | |
| | | */ |
| | | export function deletetag(userId) { |
| | | return request({ |
| | | url: '/smartor/hecategory/' + userId, |
| | | method: 'delete', |
| | | url: '/smartor/hecategory/remove/' + userId, |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | // å¯¼åºæ ç¾å表 |
| | |
| | | // æ¸
çæå®åç§°ç¼å |
| | | export function clearCacheName(cacheName) { |
| | | return request({ |
| | | url: '/monitor/cache/clearCacheName/' + cacheName, |
| | | method: 'delete' |
| | | url: '/monitor/cache/clearCacheName/remove/' + cacheName, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | // æ¸
çæå®é®åç¼å |
| | | export function clearCacheKey(cacheKey) { |
| | | return request({ |
| | | url: '/monitor/cache/clearCacheKey/' + cacheKey, |
| | | method: 'delete' |
| | | url: '/monitor/cache/clearCacheKey/remove/' + cacheKey, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | // æ¸
çå
¨é¨ç¼å |
| | | export function clearCacheAll() { |
| | | return request({ |
| | | url: '/monitor/cache/clearCacheAll', |
| | | method: 'delete' |
| | | url: '/monitor/cache/clearCacheAll/remove', |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹å®æ¶ä»»å¡è°åº¦ |
| | | export function updateJob(data) { |
| | | return request({ |
| | | url: '/monitor/job', |
| | | method: 'put', |
| | | url: '/monitor/job/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤å®æ¶ä»»å¡è°åº¦ |
| | | export function delJob(jobId) { |
| | | return request({ |
| | | url: '/monitor/job/' + jobId, |
| | | method: 'delete' |
| | | url: '/monitor/job/remove/' + jobId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | |
| | | status |
| | | } |
| | | return request({ |
| | | url: '/monitor/job/changeStatus', |
| | | method: 'put', |
| | | url: '/monitor/job/changeStatus/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | jobGroup |
| | | } |
| | | return request({ |
| | | url: '/monitor/job/run', |
| | | method: 'put', |
| | | url: '/monitor/job/run/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è°åº¦æ¥å¿ |
| | | export function delJobLog(jobLogId) { |
| | | return request({ |
| | | url: '/monitor/jobLog/' + jobLogId, |
| | | method: 'delete' |
| | | url: '/monitor/jobLog/remove/' + jobLogId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | // æ¸
空è°åº¦æ¥å¿ |
| | | export function cleanJobLog() { |
| | | return request({ |
| | | url: '/monitor/jobLog/clean', |
| | | method: 'delete' |
| | | url: '/monitor/jobLog/clean/remove', |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // å é¤ç»å½æ¥å¿ |
| | | export function delLogininfor(infoId) { |
| | | return request({ |
| | | url: '/monitor/logininfor/' + infoId, |
| | | method: 'delete' |
| | | url: '/monitor/logininfor/remove/' + infoId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | |
| | | // æ¸
空ç»å½æ¥å¿ |
| | | export function cleanLogininfor() { |
| | | return request({ |
| | | url: '/monitor/logininfor/clean', |
| | | method: 'delete' |
| | | url: '/monitor/logininfor/clean/remove', |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // 强éç¨æ· |
| | | export function forceLogout(tokenId) { |
| | | return request({ |
| | | url: '/monitor/online/' + tokenId, |
| | | method: 'delete' |
| | | url: '/monitor/online/remove/' + tokenId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // å 餿使¥å¿ |
| | | export function delOperlog(operId) { |
| | | return request({ |
| | | url: '/monitor/operlog/' + operId, |
| | | method: 'delete' |
| | | url: '/monitor/operlog/remove/' + operId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | // æ¸
空æä½æ¥å¿ |
| | | export function cleanOperlog() { |
| | | return request({ |
| | | url: '/monitor/operlog/clean', |
| | | method: 'delete' |
| | | url: '/monitor/operlog/clean/remove', |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ£è
æ¡£æ¡ |
| | | export function alterpatient(data) { |
| | | return request({ |
| | | url: '/smartor/patarchive', |
| | | method: 'put', |
| | | url: '/smartor/patarchive/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | |
| | | export function deletepatient(userId) { |
| | | return request({ |
| | | url: '/smartor/patarchive/remove/' + userId, |
| | | method: 'delete', |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | |
| | |
| | | data: data |
| | | }) |
| | | }; |
| | | // ç
å²è¯¦æ
|
| | | export function getmedicalhistory(userId) { |
| | | // ç
å²å表 |
| | | export function getmedicalhistory(data) { |
| | | return request({ |
| | | url: '/medicalhistory/'+userId, |
| | | method: 'get', |
| | | url: '/medicalhistory/selectMedicalHistoryList', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | | |
| | |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | // èç³»æ¹å¼å表 |
| | | export function listcontactinformation(data) { |
| | | return request({ |
| | | url: '/archivecontact/selectPatArchivecontactList', |
| | | method: 'post', |
| | | data:data |
| | | }) |
| | | }; |
| | | // å é¤è¯¦æ
|
| | | export function delcontactinformation(userId) { |
| | | return request({ |
| | | url: '/archivecontact/'+userId, |
| | | url: '/archivecontact/remove/'+userId, |
| | | method: 'get', |
| | | }) |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | import request from '@/utils/request' |
| | | import { parseStrEmpty } from "@/utils/ruoyi";//å¤çå符串,und,null转æ¢ä¸º''; |
| | | |
| | | // æ¥è¯¢ä½é¢è®°å½å表 |
| | | export function listpatient(data) { |
| | | return request({ |
| | | url: '/smartor/patinhosp/selectPatMedInhospList', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | | // ä½é¢è®°å½è¯¦æ
|
| | | export function particularpatient(userId) { |
| | | return request({ |
| | | url: '/smartor/patinhosp/' + userId, |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | // æ°å¢ä½é¢è®°å½ |
| | | export function addpatient(data) { |
| | | return request({ |
| | | url: '/smartor/patinhosp/add', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | | // å é¤ä½é¢è®°å½ |
| | | export function deletepatient(userId) { |
| | | return request({ |
| | | url: '/smartor/patinhosp/remove/' + userId, |
| | | method: 'get', |
| | | }) |
| | | }; |
| | |
| | | // ä¿®æ¹å®£æåç±» |
| | | export function updateHecategory(data) { |
| | | return request({ |
| | | url: '/smartor/hecategory', |
| | | method: 'put', |
| | | url: '/smartor/hecategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤å®£æåç±» |
| | | export function delHecategory(id) { |
| | | return request({ |
| | | url: '/smartor/hecategory/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/hecategory/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹å®£æåº |
| | | export function updateHelibrary(data) { |
| | | return request({ |
| | | url: '/smartor/helibrary', |
| | | method: 'put', |
| | | url: '/smartor/helibrary/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤å®£æåº |
| | | export function delHelibrary(id) { |
| | | return request({ |
| | | url: '/smartor/helibrary/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/helibrary/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼æ§è¡é
ç½® |
| | | export function updateIvrexecuteconfig(data) { |
| | | return request({ |
| | | url: '/smartor/ivrexecuteconfig', |
| | | method: 'put', |
| | | url: '/smartor/ivrexecuteconfig/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼æ§è¡é
ç½® |
| | | export function delIvrexecuteconfig(scenecfgid) { |
| | | return request({ |
| | | url: '/smartor/ivrexecuteconfig/' + scenecfgid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrexecuteconfig/remove/' + scenecfgid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ©å±è¯æ¯æ¨¡æ¿åº |
| | | export function updateIvrextemplate(data) { |
| | | return request({ |
| | | url: '/smartor/ivrextemplate', |
| | | method: 'put', |
| | | url: '/smartor/ivrextemplate/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿©å±è¯æ¯æ¨¡æ¿åº |
| | | export function delIvrextemplate(subModuleID) { |
| | | return request({ |
| | | url: '/smartor/ivrextemplate/' + subModuleID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrextemplate/remove/' + subModuleID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ©å±è¯æ¯æ¨¡æ¿åºè¯æ¯ |
| | | export function updateIvrextemplatescript(data) { |
| | | return request({ |
| | | url: '/smartor/ivrextemplatescript', |
| | | method: 'put', |
| | | url: '/smartor/ivrextemplatescript/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿©å±è¯æ¯æ¨¡æ¿åºè¯æ¯ |
| | | export function delIvrextemplatescript(DetailID) { |
| | | return request({ |
| | | url: '/smartor/ivrextemplatescript/' + DetailID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrextemplatescript/remove/' + DetailID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼æµç¨ |
| | | export function updateIvrflow(data) { |
| | | return request({ |
| | | url: '/smartor/ivrflow', |
| | | method: 'put', |
| | | url: '/smartor/ivrflow/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼æµç¨ |
| | | export function delIvrflow(flowid) { |
| | | return request({ |
| | | url: '/smartor/ivrflow/' + flowid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrflow/remove/' + flowid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼æµç¨èç¹ |
| | | export function updateIvrflownode(data) { |
| | | return request({ |
| | | url: '/smartor/ivrflownode', |
| | | method: 'put', |
| | | url: '/smartor/ivrflownode/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼æµç¨èç¹ |
| | | export function delIvrflownode(flownodeid) { |
| | | return request({ |
| | | url: '/smartor/ivrflownode/' + flownodeid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrflownode/remove/' + flownodeid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼æµç¨èç¹åæ¯ |
| | | export function updateIvrflownodebranch(data) { |
| | | return request({ |
| | | url: '/smartor/ivrflownodebranch', |
| | | method: 'put', |
| | | url: '/smartor/ivrflownodebranch/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼æµç¨èç¹åæ¯ |
| | | export function delIvrflownodebranch(branchid) { |
| | | return request({ |
| | | url: '/smartor/ivrflownodebranch/' + branchid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrflownodebranch/remove/' + branchid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼å
¨å±é
ç½® |
| | | export function updateIvrglobalconfig(data) { |
| | | return request({ |
| | | url: '/smartor/ivrglobalconfig', |
| | | method: 'put', |
| | | url: '/smartor/ivrglobalconfig/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼å
¨å±é
ç½® |
| | | export function delIvrglobalconfig(gblconfigid) { |
| | | return request({ |
| | | url: '/smartor/ivrglobalconfig/' + gblconfigid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrglobalconfig/remove/' + gblconfigid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼æå¾ |
| | | export function updateIvrintent(data) { |
| | | return request({ |
| | | url: '/smartor/ivrintent', |
| | | method: 'put', |
| | | url: '/smartor/ivrintent/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼æå¾ |
| | | export function delIvrintent(sceneintentid) { |
| | | return request({ |
| | | url: '/smartor/ivrintent/' + sceneintentid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrintent/remove/' + sceneintentid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯æ¯åº |
| | | export function updateIvrlibascript(data) { |
| | | return request({ |
| | | url: '/smartor/ivrlibascript', |
| | | method: 'put', |
| | | url: '/smartor/ivrlibascript/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯æ¯åº |
| | | export function delIvrlibascript(questionid) { |
| | | return request({ |
| | | url: '/smartor/ivrlibascript/' + questionid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrlibascript/remove/' + questionid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIæå¾åº |
| | | export function updateIvrlibintent(data) { |
| | | return request({ |
| | | url: '/smartor/ivrlibintent', |
| | | method: 'put', |
| | | url: '/smartor/ivrlibintent/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIæå¾åº |
| | | export function delIvrlibintent(intentid) { |
| | | return request({ |
| | | url: '/smartor/ivrlibintent/' + intentid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrlibintent/remove/' + intentid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIæå¾åºåç±» |
| | | export function updateIvrlibintentcategory(data) { |
| | | return request({ |
| | | url: '/smartor/ivrlibintentcategory', |
| | | method: 'put', |
| | | url: '/smartor/ivrlibintentcategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIæå¾åºåç±» |
| | | export function delIvrlibintentcategory(intertcatid) { |
| | | return request({ |
| | | url: '/smartor/ivrlibintentcategory/' + intertcatid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrlibintentcategory/remove/' + intertcatid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIè¯æ¯åº |
| | | export function updateIvrlibscript(data) { |
| | | return request({ |
| | | url: '/smartor/ivrlibscript', |
| | | method: 'put', |
| | | url: '/smartor/ivrlibscript/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIè¯æ¯åº |
| | | export function delIvrlibscript(scriptid) { |
| | | return request({ |
| | | url: '/smartor/ivrlibscript/' + scriptid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrlibscript/remove/' + scriptid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIè¯æ¯åºåç±» |
| | | export function updateIvrlibscriptcategory(data) { |
| | | return request({ |
| | | url: '/smartor/ivrlibscriptcategory', |
| | | method: 'put', |
| | | url: '/smartor/ivrlibscriptcategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIè¯æ¯åºåç±» |
| | | export function delIvrlibscriptcategory(categoryid) { |
| | | return request({ |
| | | url: '/smartor/ivrlibscriptcategory/' + categoryid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrlibscriptcategory/remove/' + categoryid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIè¯æ¯æ¨¡å |
| | | export function updateIvrlibscriptmodel(data) { |
| | | return request({ |
| | | url: '/smartor/ivrlibscriptmodel', |
| | | method: 'put', |
| | | url: '/smartor/ivrlibscriptmodel/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIè¯æ¯æ¨¡å |
| | | export function delIvrlibscriptmodel(modelid) { |
| | | return request({ |
| | | url: '/smartor/ivrlibscriptmodel/' + modelid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrlibscriptmodel/remove/' + modelid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼éæ¨é
ç½® |
| | | export function updateIvrrecall(data) { |
| | | return request({ |
| | | url: '/smartor/ivrrecall', |
| | | method: 'put', |
| | | url: '/smartor/ivrrecall/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼éæ¨é
ç½® |
| | | export function delIvrrecall(recallid) { |
| | | return request({ |
| | | url: '/smartor/ivrrecall/' + recallid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrrecall/remove/' + recallid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼åºæ¯ç®¡ç |
| | | export function updateIvrscene(data) { |
| | | return request({ |
| | | url: '/smartor/ivrscene', |
| | | method: 'put', |
| | | url: '/smartor/ivrscene/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼åºæ¯ç®¡ç |
| | | export function delIvrscene(sceneid) { |
| | | return request({ |
| | | url: '/smartor/ivrscene/' + sceneid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrscene/remove/' + sceneid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIæå¡åºæ¯ç®¡çåç±» |
| | | export function updateIvrscenecategory(data) { |
| | | return request({ |
| | | url: '/smartor/ivrscenecategory', |
| | | method: 'put', |
| | | url: '/smartor/ivrscenecategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIæå¡åºæ¯ç®¡çåç±» |
| | | export function delIvrscenecategory(scenecatid) { |
| | | return request({ |
| | | url: '/smartor/ivrscenecategory/' + scenecatid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrscenecategory/remove/' + scenecatid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼è¯æ¯ |
| | | export function updateIvrscript(data) { |
| | | return request({ |
| | | url: '/smartor/ivrscript', |
| | | method: 'put', |
| | | url: '/smartor/ivrscript/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼è¯æ¯ |
| | | export function delIvrscript(scenescrid) { |
| | | return request({ |
| | | url: '/smartor/ivrscript/' + scenescrid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrscript/remove/' + scenescrid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹AIå¤å¼è¯æ¯æ¨¡å |
| | | export function updateIvrscriptmodel(data) { |
| | | return request({ |
| | | url: '/smartor/ivrscriptmodel', |
| | | method: 'put', |
| | | url: '/smartor/ivrscriptmodel/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤AIå¤å¼è¯æ¯æ¨¡å |
| | | export function delIvrscriptmodel(scenemodid) { |
| | | return request({ |
| | | url: '/smartor/ivrscriptmodel/' + scenemodid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrscriptmodel/remove/' + scenemodid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯æ¯åºè¯æ¯ææ |
| | | export function updateIvrscripttarget(data) { |
| | | return request({ |
| | | url: '/smartor/ivrscripttarget', |
| | | method: 'put', |
| | | url: '/smartor/ivrscripttarget/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯æ¯åºè¯æ¯ææ |
| | | export function delIvrscripttarget(questionTargetID) { |
| | | return request({ |
| | | url: '/smartor/ivrscripttarget/' + questionTargetID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrscripttarget/remove/' + questionTargetID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹ææ åº |
| | | export function updateIvrtarget(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtarget', |
| | | method: 'put', |
| | | url: '/smartor/ivrtarget/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿æ åº |
| | | export function delIvrtarget(targetID) { |
| | | return request({ |
| | | url: '/smartor/ivrtarget/' + targetID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtarget/remove/' + targetID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯é³ä»»å¡ |
| | | export function updateIvrtask(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtask', |
| | | method: 'put', |
| | | url: '/smartor/ivrtask/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯é³ä»»å¡ |
| | | export function delIvrtask(taskid) { |
| | | return request({ |
| | | url: '/smartor/ivrtask/' + taskid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtask/remove/' + taskid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯é³ä»»å¡å¼å« |
| | | export function updateIvrtaskcall(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtaskcall', |
| | | method: 'put', |
| | | url: '/smartor/ivrtaskcall/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯é³ä»»å¡å¼å« |
| | | export function delIvrtaskcall(callid) { |
| | | return request({ |
| | | url: '/smartor/ivrtaskcall/' + callid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtaskcall/remove/' + callid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯é³ä»»å¡å¼å«æç» |
| | | export function updateIvrtaskcalldetail(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtaskcalldetail', |
| | | method: 'put', |
| | | url: '/smartor/ivrtaskcalldetail/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯é³ä»»å¡å¼å«æç» |
| | | export function delIvrtaskcalldetail(calldetailid) { |
| | | return request({ |
| | | url: '/smartor/ivrtaskcalldetail/' + calldetailid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtaskcalldetail/remove/' + calldetailid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯é³ä»»å¡å¼å«è®°å½ |
| | | export function updateIvrtaskcallrecord(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtaskcallrecord', |
| | | method: 'put', |
| | | url: '/smartor/ivrtaskcallrecord/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯é³ä»»å¡å¼å«è®°å½ |
| | | export function delIvrtaskcallrecord(uuid) { |
| | | return request({ |
| | | url: '/smartor/ivrtaskcallrecord/' + uuid, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtaskcallrecord/remove/' + uuid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯é³ä»»å¡çä¿¡ |
| | | export function updateIvrtasksms(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtasksms', |
| | | method: 'put', |
| | | url: '/smartor/ivrtasksms/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯é³ä»»å¡çä¿¡ |
| | | export function delIvrtasksms(id) { |
| | | return request({ |
| | | url: '/smartor/ivrtasksms/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtasksms/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯æ¯æ¨¡æ¿åº |
| | | export function updateIvrtemplate(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtemplate', |
| | | method: 'put', |
| | | url: '/smartor/ivrtemplate/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯æ¯æ¨¡æ¿åº |
| | | export function delIvrtemplate(templateID) { |
| | | return request({ |
| | | url: '/smartor/ivrtemplate/' + templateID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtemplate/remove/' + templateID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯æ¯æ¨¡æ¿åºè¯æ¯ |
| | | export function updateIvrtemplatescript(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtemplatescript', |
| | | method: 'put', |
| | | url: '/smartor/ivrtemplatescript/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯æ¯æ¨¡æ¿åºè¯æ¯ |
| | | export function delIvrtemplatescript(templateQuestionID) { |
| | | return request({ |
| | | url: '/smartor/ivrtemplatescript/' + templateQuestionID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtemplatescript/remove/' + templateQuestionID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è¯æ¯æ¨¡æ¿åºè¯æ¯ææ |
| | | export function updateIvrtemplatetarget(data) { |
| | | return request({ |
| | | url: '/smartor/ivrtemplatetarget', |
| | | method: 'put', |
| | | url: '/smartor/ivrtemplatetarget/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¯æ¯æ¨¡æ¿åºè¯æ¯ææ |
| | | export function delIvrtemplatetarget(templateTargetID) { |
| | | return request({ |
| | | url: '/smartor/ivrtemplatetarget/' + templateTargetID, |
| | | method: 'delete' |
| | | url: '/smartor/ivrtemplatetarget/remove/' + templateTargetID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ£è
æ¡£æ¡ |
| | | export function updatePatarchive(data) { |
| | | return request({ |
| | | url: '/smartor/patarchive', |
| | | method: 'put', |
| | | url: '/smartor/patarchive/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿£è
æ¡£æ¡ |
| | | export function delPatarchive(patid) { |
| | | return request({ |
| | | url: '/smartor/patarchive/' + patid, |
| | | method: 'delete' |
| | | url: '/smartor/patarchive/remove/' + patid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ£è
ä½é¢è®°å½ |
| | | export function updatePatinhosp(data) { |
| | | return request({ |
| | | url: '/smartor/patinhosp', |
| | | method: 'put', |
| | | url: '/smartor/patinhosp/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿£è
ä½é¢è®°å½ |
| | | export function delPatinhosp(inhospid) { |
| | | return request({ |
| | | url: '/smartor/patinhosp/' + inhospid, |
| | | method: 'delete' |
| | | url: '/smartor/patinhosp/remove/' + inhospid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ£è
é¨è¯è®°å½ |
| | | export function updatePatouthosp(data) { |
| | | return request({ |
| | | url: '/smartor/patouthosp', |
| | | method: 'put', |
| | | url: '/smartor/patouthosp/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿£è
é¨è¯è®°å½ |
| | | export function delPatouthosp(id) { |
| | | return request({ |
| | | url: '/smartor/patouthosp/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/patouthosp/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ£è
使£è®°å½ |
| | | export function updatePatphysical(data) { |
| | | return request({ |
| | | url: '/smartor/patphysical', |
| | | method: 'put', |
| | | url: '/smartor/patphysical/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿£è
使£è®°å½ |
| | | export function delPatphysical(id) { |
| | | return request({ |
| | | url: '/smartor/patphysical/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/patphysical/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡ç»æ¡è§å |
| | | export function updateSchemeautofinshrule(data) { |
| | | return request({ |
| | | url: '/smartor/schemeautofinshrule', |
| | | method: 'put', |
| | | url: '/smartor/schemeautofinshrule/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡ç»æ¡è§å |
| | | export function delSchemeautofinshrule(id) { |
| | | return request({ |
| | | url: '/smartor/schemeautofinshrule/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemeautofinshrule/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡AIå¤å¼ä»»å¡è¯¦æ
|
| | | export function updateSchemecalldetail(data) { |
| | | return request({ |
| | | url: '/smartor/schemecalldetail', |
| | | method: 'put', |
| | | url: '/smartor/schemecalldetail/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡AIå¤å¼ä»»å¡è¯¦æ
|
| | | export function delSchemecalldetail(id) { |
| | | return request({ |
| | | url: '/smartor/schemecalldetail/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemecalldetail/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡åç±» |
| | | export function updateSchemecategory(data) { |
| | | return request({ |
| | | url: '/smartor/schemecategory', |
| | | method: 'put', |
| | | url: '/smartor/schemecategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡åç±» |
| | | export function delSchemecategory(id) { |
| | | return request({ |
| | | url: '/smartor/schemecategory/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemecategory/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æå¡æ¹æ¡åº |
| | | export function updateSchemelibrary(data) { |
| | | return request({ |
| | | url: '/smartor/schemelibrary', |
| | | method: 'put', |
| | | url: '/smartor/schemelibrary/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿塿¹æ¡åº |
| | | export function delSchemelibrary(id) { |
| | | return request({ |
| | | url: '/smartor/schemelibrary/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemelibrary/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹ç®¡ç计å |
| | | export function updateSchemeplan(data) { |
| | | return request({ |
| | | url: '/smartor/schemeplan', |
| | | method: 'put', |
| | | url: '/smartor/schemeplan/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤ç®¡ç计å |
| | | export function delSchemeplan(id) { |
| | | return request({ |
| | | url: '/smartor/schemeplan/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemeplan/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡ä»»å¡ |
| | | export function updateSchemetask(data) { |
| | | return request({ |
| | | url: '/smartor/schemetask', |
| | | method: 'put', |
| | | url: '/smartor/schemetask/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡ä»»å¡ |
| | | export function delSchemetask(id) { |
| | | return request({ |
| | | url: '/smartor/schemetask/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemetask/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡ä»»å¡é
ç½® |
| | | export function updateSchemetaskconfig(data) { |
| | | return request({ |
| | | url: '/smartor/schemetaskconfig', |
| | | method: 'put', |
| | | url: '/smartor/schemetaskconfig/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡ä»»å¡é
ç½® |
| | | export function delSchemetaskconfig(id) { |
| | | return request({ |
| | | url: '/smartor/schemetaskconfig/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemetaskconfig/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡ä»»å¡å¤çè®°å½ |
| | | export function updateSchemetaskrecord(data) { |
| | | return request({ |
| | | url: '/smartor/schemetaskrecord', |
| | | method: 'put', |
| | | url: '/smartor/schemetaskrecord/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡ä»»å¡å¤çè®°å½ |
| | | export function delSchemetaskrecord(id) { |
| | | return request({ |
| | | url: '/smartor/schemetaskrecord/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemetaskrecord/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡ä»»å¡éåé
ç½® |
| | | export function updateSchemetaskrepeatconfig(data) { |
| | | return request({ |
| | | url: '/smartor/schemetaskrepeatconfig', |
| | | method: 'put', |
| | | url: '/smartor/schemetaskrepeatconfig/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡ä»»å¡éåé
ç½® |
| | | export function delSchemetaskrepeatconfig(id) { |
| | | return request({ |
| | | url: '/smartor/schemetaskrepeatconfig/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemetaskrepeatconfig/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡è§¦åæ¡ä»¶è§å |
| | | export function updateSchemetriggerrule(data) { |
| | | return request({ |
| | | url: '/smartor/schemetriggerrule', |
| | | method: 'put', |
| | | url: '/smartor/schemetriggerrule/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡è§¦åæ¡ä»¶è§å |
| | | export function delSchemetriggerrule(id) { |
| | | return request({ |
| | | url: '/smartor/schemetriggerrule/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemetriggerrule/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ¹æ¡è§¦ååºæ¯ |
| | | export function updateSchemetriggerscene(data) { |
| | | return request({ |
| | | url: '/smartor/schemetriggerscene', |
| | | method: 'put', |
| | | url: '/smartor/schemetriggerscene/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿¹æ¡è§¦ååºæ¯ |
| | | export function delSchemetriggerscene(id) { |
| | | return request({ |
| | | url: '/smartor/schemetriggerscene/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/schemetriggerscene/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹çä¿¡è´¦å· |
| | | export function updateSmsaccount(data) { |
| | | return request({ |
| | | url: '/smartor/smsaccount', |
| | | method: 'put', |
| | | url: '/smartor/smsaccount/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤çä¿¡è´¦å· |
| | | export function delSmsaccount(smsacountid) { |
| | | return request({ |
| | | url: '/smartor/smsaccount/' + smsacountid, |
| | | method: 'delete' |
| | | url: '/smartor/smsaccount/remove/' + smsacountid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹çä¿¡åæ° |
| | | export function updateSmsparam(data) { |
| | | return request({ |
| | | url: '/smartor/smsparam', |
| | | method: 'put', |
| | | url: '/smartor/smsparam/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤çä¿¡åæ° |
| | | export function delSmsparam(paramid) { |
| | | return request({ |
| | | url: '/smartor/smsparam/' + paramid, |
| | | method: 'delete' |
| | | url: '/smartor/smsparam/remove/' + paramid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹çä¿¡è®°å½ |
| | | export function updateSmsrecords(data) { |
| | | return request({ |
| | | url: '/smartor/smsrecords', |
| | | method: 'put', |
| | | url: '/smartor/smsrecords/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤çä¿¡è®°å½ |
| | | export function delSmsrecords(recordid) { |
| | | return request({ |
| | | url: '/smartor/smsrecords/' + recordid, |
| | | method: 'delete' |
| | | url: '/smartor/smsrecords/remove/' + recordid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹çä¿¡æ¨¡æ¿ |
| | | export function updateSmstemplet(data) { |
| | | return request({ |
| | | url: '/smartor/smstemplet', |
| | | method: 'put', |
| | | url: '/smartor/smstemplet/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤çä¿¡æ¨¡æ¿ |
| | | export function delSmstemplet(templetid) { |
| | | return request({ |
| | | url: '/smartor/smstemplet/' + templetid, |
| | | method: 'delete' |
| | | url: '/smartor/smstemplet/remove/' + templetid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·åç±» |
| | | export function updateSvycategory(data) { |
| | | return request({ |
| | | url: '/smartor/svycategory', |
| | | method: 'put', |
| | | url: '/smartor/svycategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·åç±» |
| | | export function delSvycategory(id) { |
| | | return request({ |
| | | url: '/smartor/svycategory/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/svycategory/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·å¼å¸¸ |
| | | export function updateSvyexception(data) { |
| | | return request({ |
| | | url: '/smartor/svyexception', |
| | | method: 'put', |
| | | url: '/smartor/svyexception/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·å¼å¸¸ |
| | | export function delSvyexception(ecid) { |
| | | return request({ |
| | | url: '/smartor/svyexception/' + ecid, |
| | | method: 'delete' |
| | | url: '/smartor/svyexception/remove/' + ecid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·æç»ç»æ |
| | | export function updateSvyfinish(data) { |
| | | return request({ |
| | | url: '/smartor/svyfinish', |
| | | method: 'put', |
| | | url: '/smartor/svyfinish/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·æç»ç»æ |
| | | export function delSvyfinish(id) { |
| | | return request({ |
| | | url: '/smartor/svyfinish/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/svyfinish/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·æç»ç»æé项详æ
|
| | | export function updateSvyfinishoption(data) { |
| | | return request({ |
| | | url: '/smartor/svyfinishoption', |
| | | method: 'put', |
| | | url: '/smartor/svyfinishoption/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·æç»ç»æé项详æ
|
| | | export function delSvyfinishoption(id) { |
| | | return request({ |
| | | url: '/smartor/svyfinishoption/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/svyfinishoption/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·è°æ¥ç»æè¯¦æ
|
| | | export function updateSvyfinishtopic(data) { |
| | | return request({ |
| | | url: '/smartor/svyfinishtopic', |
| | | method: 'put', |
| | | url: '/smartor/svyfinishtopic/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·è°æ¥ç»æè¯¦æ
|
| | | export function delSvyfinishtopic(id) { |
| | | return request({ |
| | | url: '/smartor/svyfinishtopic/' + id, |
| | | method: 'delete' |
| | | url: '/smartor/svyfinishtopic/remove/' + id, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·ç»æ |
| | | export function updateSvyresult(data) { |
| | | return request({ |
| | | url: '/smartor/svyresult', |
| | | method: 'put', |
| | | url: '/smartor/svyresult/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·ç»æ |
| | | export function delSvyresult(resultid) { |
| | | return request({ |
| | | url: '/smartor/svyresult/' + resultid, |
| | | method: 'delete' |
| | | url: '/smartor/svyresult/remove/' + resultid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å· |
| | | export function updateSvytitle(data) { |
| | | return request({ |
| | | url: '/smartor/svytitle', |
| | | method: 'put', |
| | | url: '/smartor/svytitle/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å· |
| | | export function delSvytitle(svyid) { |
| | | return request({ |
| | | url: '/smartor/svytitle/' + svyid, |
| | | method: 'delete' |
| | | url: '/smartor/svytitle/remove/' + svyid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·é¢ç® |
| | | export function updateSvytopic(data) { |
| | | return request({ |
| | | url: '/smartor/svytopic', |
| | | method: 'put', |
| | | url: '/smartor/svytopic/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·é¢ç® |
| | | export function delSvytopic(topicid) { |
| | | return request({ |
| | | url: '/smartor/svytopic/' + topicid, |
| | | method: 'delete' |
| | | url: '/smartor/svytopic/remove/' + topicid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·é®é¢é项 |
| | | export function updateSvytopicoption(data) { |
| | | return request({ |
| | | url: '/smartor/svytopicoption', |
| | | method: 'put', |
| | | url: '/smartor/svytopicoption/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·é®é¢é项 |
| | | export function delSvytopicoption(optionid) { |
| | | return request({ |
| | | url: '/smartor/svytopicoption/' + optionid, |
| | | method: 'delete' |
| | | url: '/smartor/svytopicoption/remove/' + optionid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é®å·åç±» |
| | | export function updateCategory(data) { |
| | | return request({ |
| | | url: '/system/category', |
| | | method: 'put', |
| | | url: '/system/category/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é®å·åç±» |
| | | export function delCategory(ID) { |
| | | return request({ |
| | | url: '/system/category/' + ID, |
| | | method: 'delete' |
| | | url: '/system/category/remove/' + ID, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹åæ°é
ç½® |
| | | export function updateConfig(data) { |
| | | return request({ |
| | | url: '/system/config', |
| | | method: 'put', |
| | | url: '/system/config/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤åæ°é
ç½® |
| | | export function delConfig(configId) { |
| | | return request({ |
| | | url: '/system/config/' + configId, |
| | | method: 'delete' |
| | | url: '/system/config/remove/' + configId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | // å·æ°åæ°ç¼å |
| | | export function refreshCache() { |
| | | return request({ |
| | | url: '/system/config/refreshCache', |
| | | method: 'delete' |
| | | url: '/system/config/refreshCache/remove', |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹é¨é¨ |
| | | export function updateDept(data) { |
| | | return request({ |
| | | url: '/system/dept', |
| | | method: 'put', |
| | | url: '/system/dept/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤é¨é¨ |
| | | export function delDept(deptId) { |
| | | return request({ |
| | | url: '/system/dept/' + deptId, |
| | | method: 'delete' |
| | | url: '/system/dept/remove/' + deptId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹åå
¸æ°æ® |
| | | export function updateData(data) { |
| | | return request({ |
| | | url: '/system/dict/data', |
| | | method: 'put', |
| | | url: '/system/dict/data/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤åå
¸æ°æ® |
| | | export function delData(dictCode) { |
| | | return request({ |
| | | url: '/system/dict/data/' + dictCode, |
| | | method: 'delete' |
| | | url: '/system/dict/data/remove/' + dictCode, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹åå
¸ç±»å |
| | | export function updateType(data) { |
| | | return request({ |
| | | url: '/system/dict/type', |
| | | method: 'put', |
| | | url: '/system/dict/type/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤åå
¸ç±»å |
| | | export function delType(dictId) { |
| | | return request({ |
| | | url: '/system/dict/type/' + dictId, |
| | | method: 'delete' |
| | | url: '/system/dict/type/remove/' + dictId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | | // å·æ°åå
¸ç¼å |
| | | export function refreshCache() { |
| | | return request({ |
| | | url: '/system/dict/type/refreshCache', |
| | | method: 'delete' |
| | | url: '/system/dict/type/refreshCache/remove', |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | |
| | | // ä¿®æ¹æ ç¾ |
| | | export function toamendtag(data) { |
| | | return request({ |
| | | url: '/base/tag', |
| | | method: 'put', |
| | | url: '/base/tag/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | |
| | | isupload |
| | | } |
| | | return request({ |
| | | url: '/base/tag', |
| | | method: 'put', |
| | | url: '/base/tag/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | | // ä¿®æ¹æ ç¾ç±»å« |
| | | export function toamendtagcategory(data) { |
| | | return request({ |
| | | url: '/system/tagcategory', |
| | | method: 'put', |
| | | url: '/system/tagcategory/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | }; |
| | | // æ°å¢æ ç¾ |
| | | export function addapitag(data) { |
| | | return request({ |
| | | url: '/base/tag', |
| | | url: '/base/tag/add', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | |
| | | */ |
| | | export function deletetag(tagids) { |
| | | return request({ |
| | | url: '/base/tag/' + tagids, |
| | | method: 'delete', |
| | | url: '/base/tag/remove/' + tagids, |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | /** |
| | |
| | | */ |
| | | export function deletetagcategory(tagid) { |
| | | return request({ |
| | | url: '/system/tagcategory/' + tagid, |
| | | method: 'delete', |
| | | url: '/system/tagcategory/remove/' + tagid, |
| | | method: 'get', |
| | | }) |
| | | }; |
| | | /** |
| | |
| | | // ä¿®æ¹èå |
| | | export function updateMenu(data) { |
| | | return request({ |
| | | url: '/system/menu', |
| | | method: 'put', |
| | | url: '/system/menu/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤èå |
| | | export function delMenu(menuId) { |
| | | return request({ |
| | | url: '/system/menu/' + menuId, |
| | | method: 'delete' |
| | | url: '/system/menu/remove/' + menuId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹å
Œ |
| | | export function updateNotice(data) { |
| | | return request({ |
| | | url: '/system/notice', |
| | | method: 'put', |
| | | url: '/system/notice/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤å
Œ |
| | | export function delNotice(noticeId) { |
| | | return request({ |
| | | url: '/system/notice/' + noticeId, |
| | | method: 'delete' |
| | | url: '/system/notice/remove/' + noticeId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹å²ä½ |
| | | export function updatePost(data) { |
| | | return request({ |
| | | url: '/system/post', |
| | | method: 'put', |
| | | url: '/system/post/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤å²ä½ |
| | | export function delPost(postId) { |
| | | return request({ |
| | | url: '/system/post/' + postId, |
| | | method: 'delete' |
| | | url: '/system/post/remove/' + postId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹è§è² |
| | | export function updateRole(data) { |
| | | return request({ |
| | | url: '/system/role', |
| | | method: 'put', |
| | | url: '/system/role/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // è§è²æ°æ®æé |
| | | export function dataScope(data) { |
| | | return request({ |
| | | url: '/system/role/dataScope', |
| | | method: 'put', |
| | | url: '/system/role/dataScope/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | status |
| | | } |
| | | return request({ |
| | | url: '/system/role/changeStatus', |
| | | method: 'put', |
| | | url: '/system/role/changeStatus/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è§è² |
| | | export function delRole(roleId) { |
| | | return request({ |
| | | url: '/system/role/' + roleId, |
| | | method: 'delete' |
| | | url: '/system/role/remove/' + roleId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | |
| | | // åæ¶ç¨æ·ææè§è² |
| | | export function authUserCancel(data) { |
| | | return request({ |
| | | url: '/system/role/authUser/cancel', |
| | | method: 'put', |
| | | url: '/system/role/authUser/cancel/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // æ¹éåæ¶ç¨æ·ææè§è² |
| | | export function authUserCancelAll(data) { |
| | | return request({ |
| | | url: '/system/role/authUser/cancelAll', |
| | | method: 'put', |
| | | url: '/system/role/authUser/cancelAll/edit', |
| | | method: 'post', |
| | | params: data |
| | | }) |
| | | } |
| | |
| | | // ææç¨æ·éæ© |
| | | export function authUserSelectAll(data) { |
| | | return request({ |
| | | url: '/system/role/authUser/selectAll', |
| | | method: 'put', |
| | | url: '/system/role/authUser/selectAll/edit', |
| | | method: 'post', |
| | | params: data |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹æ ç¾ |
| | | export function updateTag(data) { |
| | | return request({ |
| | | url: '/base/tag', |
| | | method: 'put', |
| | | url: '/base/tag/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å 餿 ç¾ |
| | | export function delTag(tagid) { |
| | | return request({ |
| | | url: '/base/tag/' + tagid, |
| | | method: 'delete' |
| | | url: '/base/tag/remove/' + tagid, |
| | | method: 'get' |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹ç¨æ· |
| | | export function updateUser(data) { |
| | | return request({ |
| | | url: '/system/user', |
| | | method: 'put', |
| | | url: '/system/user/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤ç¨æ· |
| | | export function delUser(userId) { |
| | | return request({ |
| | | url: '/system/user/' + userId, |
| | | method: 'delete' |
| | | url: '/system/user/remove/' + userId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | |
| | | password |
| | | } |
| | | return request({ |
| | | url: '/system/user/resetPwd', |
| | | method: 'put', |
| | | url: '/system/user/resetPwd/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | status |
| | | } |
| | | return request({ |
| | | url: '/system/user/changeStatus', |
| | | method: 'put', |
| | | url: '/system/user/changeStatus/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹ç¨æ·ä¸ªäººä¿¡æ¯ |
| | | export function updateUserProfile(data) { |
| | | return request({ |
| | | url: '/system/user/profile', |
| | | method: 'put', |
| | | url: '/system/user/profile/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | newPassword |
| | | } |
| | | return request({ |
| | | url: '/system/user/profile/updatePwd', |
| | | method: 'put', |
| | | url: '/system/user/profile/updatePwd/edit', |
| | | method: 'post', |
| | | params: data |
| | | }) |
| | | } |
| | |
| | | // ä¿åææè§è² |
| | | export function updateAuthRole(data) { |
| | | return request({ |
| | | url: '/system/user/authRole', |
| | | method: 'put', |
| | | url: '/system/user/authRole/edit', |
| | | method: 'post', |
| | | params: data |
| | | }) |
| | | } |
| | |
| | | // ä¿®æ¹ä»£ç çæä¿¡æ¯ |
| | | export function updateGenTable(data) { |
| | | return request({ |
| | | url: '/tool/gen', |
| | | method: 'put', |
| | | url: '/tool/gen/edit', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | // å é¤è¡¨æ°æ® |
| | | export function delTable(tableId) { |
| | | return request({ |
| | | url: '/tool/gen/' + tableId, |
| | | method: 'delete' |
| | | url: '/tool/gen/remove/' + tableId, |
| | | method: 'get' |
| | | }) |
| | | } |
| | | |
| | |
| | | topbarRouters:state => state.permission.topbarRouters, |
| | | defaultRoutes:state => state.permission.defaultRoutes, |
| | | sidebarRouters:state => state.permission.sidebarRouters, |
| | | mode:state =>[{ |
| | | value: 1, |
| | | label: "è°æ¥è¡¨", |
| | | }, |
| | | { |
| | | value: 2, |
| | | label: "æºè½è¯é³", |
| | | }, |
| | | { |
| | | value: 3, |
| | | label: "éç¨æ¹å¼", |
| | | },], |
| | | } |
| | | export default getters |
| | |
| | | const s_url = sessionObj.url; // 请æ±å°å |
| | | const s_data = sessionObj.data; // è¯·æ±æ°æ® |
| | | const s_time = sessionObj.time; // è¯·æ±æ¶é´ |
| | | const interval = 1000; // é´éæ¶é´(ms)ï¼å°äºæ¤æ¶é´è§ä¸ºéå¤æäº¤ |
| | | const interval = 50; // é´éæ¶é´(ms)ï¼å°äºæ¤æ¶é´è§ä¸ºéå¤æäº¤ |
| | | if (s_data === requestObj.data && requestObj.time - s_time < interval && s_url === requestObj.url) { |
| | | const message = 'æ°æ®æ£å¨å¤çï¼è¯·å¿éå¤æäº¤'; |
| | | console.warn(`[${s_url}]: ` + message) |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { listsvr_prjtask, Addpatienttask } from "@/api/smartorpor/svr_prjtask"; |
| | | import { listpat_archive } from "@/api/smartorpor/pat_archive"; |
| | | import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline"; |
| | | |
| | | import { messagelistpatient } from "@/api/patient/homepage"; |
| | | import SFtable from "@/components/SFtable"; //è¡¨æ ¼ç»ä»¶ |
| | | |
| | |
| | | let objictpint = {}; |
| | | objictpint.patientes = this.ids; |
| | | objictpint.pguid = 2; |
| | | Addpatienttask(objictpint).then((res) => { |
| | | console.log(res); |
| | | }); |
| | | // Addpatienttask(objictpint).then((res) => { |
| | | // console.log(res); |
| | | // }); |
| | | this.dialogVisiblepatient = false; |
| | | }, |
| | | |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { |
| | | listsvr_prjtask, |
| | | getsvr_prjtask, |
| | | addsvr_prjtask, |
| | | updatesvr_prjtask, |
| | | delsvr_prjtask, |
| | | Addpatienttask, |
| | | } from "@/api/smartorpor/svr_prjtask"; |
| | | import { listpat_archive } from "@/api/smartorpor/pat_archive"; |
| | | import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline"; |
| | | |
| | | |
| | | |
| | | export default { |
| | | data() { |
| | |
| | | // åä»»å¡ä¸çº§å¼¹æ¡ |
| | | handleAdd() { |
| | | this.multiple = true; |
| | | listsvr_prjtaskline(this.deliverytopqueryParams).then((response) => { |
| | | console.log(response); |
| | | this.sonuserList = response.rows; |
| | | this.sontotal = response.total; |
| | | this.loading = false; |
| | | }); |
| | | // listsvr_prjtaskline(this.deliverytopqueryParams).then((response) => { |
| | | // console.log(response); |
| | | // this.sonuserList = response.rows; |
| | | // this.sontotal = response.total; |
| | | // this.loading = false; |
| | | // }); |
| | | this.dialogVisible = true; |
| | | }, |
| | | // åä»»å¡äºçº§å¼¹æ¡ |
| | | handleAddpatient() { |
| | | console.log(this.multiple); |
| | | listpat_archive(this.patientqueryParams).then((response) => { |
| | | console.log(response); |
| | | this.patientuserList = response.rows; |
| | | this.patienttotal = response.total; |
| | | this.loading = false; |
| | | }); |
| | | // listpat_archive(this.patientqueryParams).then((response) => { |
| | | // console.log(response); |
| | | // this.patientuserList = response.rows; |
| | | // this.patienttotal = response.total; |
| | | // this.loading = false; |
| | | // }); |
| | | this.dialogVisiblepatient = true; |
| | | }, |
| | | handleUpdate() {}, |
| | |
| | | let objictpint = {}; |
| | | objictpint.patientes = this.ids; |
| | | objictpint.pguid = 2; |
| | | Addpatienttask(objictpint).then((res) => { |
| | | console.log(res); |
| | | }); |
| | | // Addpatienttask(objictpint).then((res) => { |
| | | // console.log(res); |
| | | // }); |
| | | this.dialogVisiblepatient = false; |
| | | }, |
| | | |
| | |
| | | console.log(this.topqueryParams); |
| | | // this.topqueryParams.pid = this.$route.query.id; |
| | | // console.log(this.topqueryParams.pid); |
| | | listsvr_prjtask(this.topqueryParams).then((res) => { |
| | | this.userList = res.rows; |
| | | this.total = res.total; |
| | | console.log(this.userList); |
| | | }); |
| | | // listsvr_prjtask(this.topqueryParams).then((res) => { |
| | | // this.userList = res.rows; |
| | | // this.total = res.total; |
| | | // console.log(this.userList); |
| | | // }); |
| | | }, |
| | | /** æ¥è¯¢æ£è
å表 */ |
| | | }, |
| | |
| | | resetUserPwd, |
| | | changeUserStatus, |
| | | } from "@/api/system/user"; |
| | | import { |
| | | listsvr_prj, |
| | | getsvr_task, |
| | | addsvr_task, |
| | | updatesvr_task, |
| | | delsvr_task, |
| | | } from "@/api/smartorpor/svr_task"; |
| | | |
| | | |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | | import "@riophae/vue-treeselect/dist/vue-treeselect.css"; |
| | |
| | | |
| | | <script> |
| | | import { delUser } from "@/api/system/user"; |
| | | import { |
| | | listpat_archive, |
| | | getpat_archive, |
| | | addpat_archive, |
| | | updatepat_archive, |
| | | delpat_archive, |
| | | } from "@/api/smartorpor/pat_archive"; |
| | | |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | |
| | | |
| | | <script> |
| | | import { delUser } from "@/api/system/user"; |
| | | import { |
| | | listpat_archive, |
| | | getpat_archive, |
| | | addpat_archive, |
| | | updatepat_archive, |
| | | delpat_archive, |
| | | } from "@/api/smartorpor/pat_archive"; |
| | | |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | |
| | | |
| | | <script> |
| | | import { delUser } from "@/api/system/user"; |
| | | import { |
| | | listpat_archive, |
| | | getpat_archive, |
| | | addpat_archive, |
| | | updatepat_archive, |
| | | delpat_archive, |
| | | } from "@/api/smartorpor/pat_archive"; |
| | | |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | |
| | | |
| | | <script> |
| | | import { delUser } from "@/api/system/user"; |
| | | import { |
| | | listpat_archive, |
| | | getpat_archive, |
| | | addpat_archive, |
| | | updatepat_archive, |
| | | delpat_archive, |
| | | } from "@/api/smartorpor/pat_archive"; |
| | | |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | |
| | | |
| | | <script> |
| | | import { delUser } from "@/api/system/user"; |
| | | import { |
| | | listpat_archive, |
| | | getpat_archive, |
| | | addpat_archive, |
| | | updatepat_archive, |
| | | delpat_archive, |
| | | } from "@/api/smartorpor/pat_archive"; |
| | | |
| | | import { |
| | | messagelistpatient, |
| | | alterpatient, |
| | |
| | | <el-col :span="18"> |
| | | <div class="headportrait"> |
| | | <div class="text-center"> |
| | | <img v-imgError="require('@/assets/common/head.jpg')" src="" /> |
| | | <img |
| | | v-imgError="require('@/assets/images/shoushuzhudaoyisheng.png')" |
| | | src="" |
| | | /> |
| | | </div> |
| | | <div style="margin-left: 10px">å´å¤§é¾</div> |
| | | <div style="margin-left: 10px" class="text-title">ç·</div> |
| | | <div style="margin-left: 10px" class="text-title">66å²</div> |
| | | <div style="margin-left: 10px" class="text-title">1999.12.18</div> |
| | | <div style="margin-left: 10px" class="text-title">æ±æ</div> |
| | | <div style="margin-left: 10px" class="text-title">æ²³åä¿¡é³</div> |
| | | <div style="margin-left: 10px">{{ userform.name }}</div> |
| | | <div style="margin-left: 10px" class="text-title"> |
| | | {{ userform.sex == 1 ? "ç·" : "女" }} |
| | | </div> |
| | | <div style="margin-left: 10px" class="text-title"> |
| | | {{ userform.age }}å² |
| | | </div> |
| | | <div style="margin-left: 10px" class="text-title"> |
| | | {{ userform.birthdate }} |
| | | </div> |
| | | <div style="margin-left: 10px" class="text-title"> |
| | | {{ userform.nation }} |
| | | </div> |
| | | <div style="margin-left: 10px" class="text-title"> |
| | | {{ userform.birthplace }} |
| | | </div> |
| | | </div></el-col |
| | | > |
| | | </el-row> |
| | |
| | | <el-row :gutter="20"> |
| | | <el-col :span="12" |
| | | ><div class="grid-content bg-purple"> |
| | | æ£è
å§åï¼<span class="spanvalue">ç大ç¾</span> |
| | | æ£è
å§åï¼<span class="spanvalue">{{ userform.name }}</span> |
| | | </div></el-col |
| | | > |
| | | <el-col :span="12" |
| | | ><div class="grid-content bg-purple"> |
| | | èç³»çµè¯ï¼<span class="spanvalue">13803963330</span> |
| | | èç³»çµè¯ï¼<span class="spanvalue">{{ userform.telcode }}</span> |
| | | </div></el-col |
| | | > |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="24" |
| | | ><div class="grid-content bg-purple"> |
| | | åºçå°ï¼<span class="spanvalue" |
| | | >æµæ±çæå·å¸ä½æåºä½æè¡é</span |
| | | > |
| | | åºçå°ï¼<span class="spanvalue">{{ userform.birthplace }}</span> |
| | | </div></el-col |
| | | > |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="24" |
| | | ><div class="grid-content bg-purple"> |
| | | å±
ä½å°ï¼<span class="spanvalue" |
| | | >æµæ±çæå·å¸ä½æåºä½æè¡é</span |
| | | > |
| | | å±
ä½å°ï¼<span class="spanvalue">{{ |
| | | userform.placeOfResidence |
| | | }}</span> |
| | | </div></el-col |
| | | > |
| | | </el-row> |
| | |
| | | <div class="top-message"> |
| | | <div class="headline">ç
å²</div> |
| | | <div class="detailed"> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="100px"> |
| | | <el-form ref="form" :model="form" label-width="100px"> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="è¿å¾ç¾ç
" prop="name"> |
| | | <el-input |
| | | v-model="form.name" |
| | | v-model="form.pastIllnesses" |
| | | placeholder="请è¾å
¥" |
| | | maxlength="30" |
| | | /> |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="è¯ç©è¿æ" prop="sex"> |
| | | <el-input |
| | | v-model="form.name" |
| | | v-model="form.drugAllergy" |
| | | placeholder="请è¾å
¥å
·ä½è¯ç©/æ " |
| | | maxlength="30" |
| | | /> |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="å®¶æç
å²" prop="age"> |
| | | <el-input |
| | | v-model="form.age" |
| | | v-model="form.familyHistory" |
| | | placeholder="请è¾å
¥å
·ä½ç¾ç
/æ " |
| | | maxlength="30" |
| | | /> |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="ææ¯å²" prop="name"> |
| | | <el-input |
| | | v-model="form.name" |
| | | v-model="form.surgicalHistory" |
| | | placeholder="请è¾å
¥ææ¯/æ " |
| | | maxlength="30" |
| | | /> |
| | |
| | | <el-col :span="8"> |
| | | <el-form-item label="çè²å²" prop="age"> |
| | | <el-input |
| | | v-model="form.age" |
| | | v-model="form.reproductiveHistory" |
| | | placeholder="请è¾å
¥èæ°/æ " |
| | | maxlength="30" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="æç»å²" prop="telcode"> |
| | | <el-radio-group v-model="form.radio"> |
| | | <el-radio :label="1">æ</el-radio> |
| | | <el-radio :label="2">æ </el-radio> |
| | | <el-form-item label="æç»å²" prop="menstrualHistory"> |
| | | <el-radio-group v-model="form.menstrualHistory"> |
| | | <el-radio label="1">æ</el-radio> |
| | | <el-radio label="2">æ </el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="å¸çæ
åµ" prop="idcardtype"> |
| | | <el-radio-group v-model="form.radio"> |
| | | <el-radio :label="1">æ</el-radio> |
| | | <el-radio :label="2">æ </el-radio> |
| | | <el-form-item label="å¸çæ
åµ" prop="smoking"> |
| | | <el-radio-group v-model="form.smoking"> |
| | | <el-radio label="1">æ</el-radio> |
| | | <el-radio label="2">æ </el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="饮é
æ
åµ" prop="idcardno"> |
| | | <el-radio-group v-model="form.radios"> |
| | | <el-radio :label="1">æ</el-radio> |
| | | <el-radio :label="2">æ </el-radio> |
| | | <el-form-item label="饮é
æ
åµ" prop="drink"> |
| | | <el-radio-group v-model="form.drink"> |
| | | <el-radio label="1">æ</el-radio> |
| | | <el-radio label="2">æ </el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="è¿å¨æ
åµ" prop="idcardno"> |
| | | <el-radio-group v-model="form.radiosa"> |
| | | <el-radio :label="1">æ</el-radio> |
| | | <el-radio :label="2">æ </el-radio> |
| | | <el-form-item label="è¿å¨æ
åµ" prop="motion"> |
| | | <el-radio-group v-model="form.motion"> |
| | | <el-radio label="1">æ</el-radio> |
| | | <el-radio label="2">æ </el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="饮飿
åµ" prop="idcardno"> |
| | | <el-radio-group v-model="form.radiosa"> |
| | | <el-radio :label="1">è¿åº¦é¥®é£</el-radio> |
| | | <el-radio :label="2">æ£å¸¸é¥®é£</el-radio> |
| | | <el-radio :label="3">飿¬²ä¸æ¯</el-radio> |
| | | <el-form-item label="饮飿
åµ" prop="diet"> |
| | | <el-radio-group v-model="form.diet"> |
| | | <el-radio label="1">è¿åº¦é¥®é£</el-radio> |
| | | <el-radio label="2">æ£å¸¸é¥®é£</el-radio> |
| | | <el-radio label="3">飿¬²ä¸æ¯</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> </el-col |
| | | ><el-col :span="12"> |
| | | <el-form-item label="å¿çæ
åµ" prop="idcardno"> |
| | | <el-radio-group v-model="form.radiosa"> |
| | | <el-radio :label="1">å¿æ
ææ¦</el-radio> |
| | | <el-radio :label="2">轻微ç¦è</el-radio> |
| | | <el-radio :label="3">æé</el-radio> |
| | | <el-form-item label="å¿çæ
åµ" prop="psychology"> |
| | | <el-radio-group v-model="form.psychology"> |
| | | <el-radio label="1">å¿æ
ææ¦</el-radio> |
| | | <el-radio label="2">轻微ç¦è</el-radio> |
| | | <el-radio label="3">æé</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <div class="bottom-message"> |
| | | <div class="headline"> |
| | | å·ç ç»´æ¤<span style="margin-right: 60px"> </span> |
| | | <el-button type="primary" @click="AddanumberVisible = true" |
| | | >+æ°å¢</el-button |
| | | > |
| | | <el-button type="primary" @click="addcompiletb">+æ°å¢</el-button> |
| | | </div> |
| | | <div class="Table-screen"> |
| | | <el-table :data="tableData" style="width: 100%"> |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | :row-class-name="tableRowClassName" |
| | | > |
| | | <el-table-column prop="id" label="åºå·" width="180"> |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="å§å" width="180"> |
| | | <el-table-column prop="contactname" label="å§å" width="180"> |
| | | </el-table-column> |
| | | <el-table-column prop="phonenumber" label="èç³»æ¹å¼" width="180"> |
| | | <el-table-column prop="contactway" label="èç³»æ¹å¼" width="180"> |
| | | </el-table-column> |
| | | <el-table-column prop="concern" label="å
³ç³»"> </el-table-column> |
| | | <el-table-column prop="relation" label="å
³ç³»"> </el-table-column> |
| | | <el-table-column |
| | | label-class-name="columcz" |
| | | fixed="right" |
| | |
| | | width="300" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-button type="success" size="small" |
| | | <el-button |
| | | type="success" |
| | | size="small" |
| | | @click="defaulttb(scope.row)" |
| | | >设为é»è®¤èç³»æ¹å¼</el-button |
| | | > |
| | | <el-button type="warning" size="small">ç¼è¾</el-button> |
| | | <el-button type="danger" size="small">å é¤</el-button> |
| | | <el-button |
| | | @click="compiletb(scope.row)" |
| | | type="warning" |
| | | size="small" |
| | | >ç¼è¾</el-button |
| | | > |
| | | |
| | | <el-button @click="deltb(scope.row)" type="danger" size="small" |
| | | >å é¤</el-button |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <el-dialog title="æ°å¢èç³»æ¹å¼" :visible.sync="AddanumberVisible"> |
| | | <el-dialog :title="titletb" :visible.sync="AddanumberVisible"> |
| | | <el-form :model="numberform" label-width="100px"> |
| | | <el-form-item label="å§å"> |
| | | <el-input v-model="numberform.name"></el-input> |
| | | <el-input v-model="numberform.contactname"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="èç³»çµè¯"> |
| | | <el-input v-model="numberform.name"></el-input> |
| | | <el-input v-model="numberform.contactway"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="å
³ç³»"> |
| | | <el-input v-model="numberform.name"></el-input> |
| | | <el-input v-model="numberform.relation"></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="AddanumberVisible = false">å æ¶</el-button> |
| | | <el-button type="primary" @click="Addanumber">ç¡® å®</el-button> |
| | | <el-button type="primary" @click="archivecontact">ç¡® å®</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | addmedicalhistory, |
| | | getmedicalhistory, |
| | | editmedicalhistory, |
| | | deletepatient, |
| | | Exporterrorpatient, |
| | | toleadpatient, |
| | | addcontactinformation, |
| | | editcontactinformation, |
| | | getcontactinformation, |
| | | delcontactinformation, |
| | | listcontactinformation, |
| | | alterpatient, |
| | | } from "@/api/patient/homepage"; |
| | | |
| | | export default { |
| | |
| | | tjnumber: 12, |
| | | yynumber: 12, |
| | | total: 0, // æ»æ¡æ° |
| | | titletb: "æ°å¢èç³»æ¹å¼", |
| | | activeTab: "userinfo", |
| | | id: "", |
| | | activeName: "health", //ä¸ç±»å¯¼èª |
| | | sonactiveName: "outpatient", //å¥åº·çæµå¯¼èª |
| | | sontwoactiveName: "blood", //å»çæ¡£æ¡å¯¼èª |
| | | dynamicTags: ["æ ç¾ä¸", "æ ç¾äº", "æ ç¾ä¸"], |
| | | dynamicTags: [], |
| | | record: [ |
| | | { |
| | | name: "宣æä»»å¡", |
| | |
| | | echartdom: {}, |
| | | xtechartdom: {}, |
| | | tzechartdom: {}, |
| | | tableData: [ |
| | | { |
| | | date: "2016-05-02", |
| | | name: "çå°è", |
| | | address: "䏿µ·å¸æ®éåºéæ²æ±è·¯ 1518 å¼", |
| | | }, |
| | | { |
| | | date: "2016-05-04", |
| | | name: "çå°è", |
| | | address: "䏿µ·å¸æ®éåºéæ²æ±è·¯ 1517 å¼", |
| | | }, |
| | | { |
| | | date: "2016-05-01", |
| | | name: "çå°è", |
| | | address: "䏿µ·å¸æ®éåºéæ²æ±è·¯ 1519 å¼", |
| | | }, |
| | | { |
| | | date: "2016-05-03", |
| | | name: "çå°è", |
| | | address: "䏿µ·å¸æ®éåºéæ²æ±è·¯ 1516 å¼", |
| | | }, |
| | | ], |
| | | tableData: [], |
| | | tableDatalist: [ |
| | | { |
| | | id: 12, |
| | |
| | | this.getuserinfo(); |
| | | this.gettabList(); |
| | | }, |
| | | methods() {}, |
| | | |
| | | methods: { |
| | | // æ¥è¯¢æ¡£æ¡åè¡¨ä¿¡æ¯ |
| | | getList() { |
| | | this.loading = true; |
| | | }, |
| | | getcontactlist() { |
| | | listcontactinformation({ patid: this.id }).then((response) => { |
| | | this.tableData = response.rows; |
| | | }); |
| | | }, |
| | | // è·ååºç¡ä¿¡æ¯ |
| | | getuserinfo() { |
| | | console.log(this.id); |
| | | const queryParams = { |
| | | pid: Number(this.id), |
| | | allhosp: "0", |
| | | pageNum: 1, |
| | | }; |
| | | // æ£è
åºç¡ä¿¡æ¯ |
| | | messagelistpatient(queryParams).then((response) => { |
| | | console.log(response); |
| | | this.userform = response.rows[0]; |
| | | console.log(this.userform); |
| | | this.dynamicTags = response.rows[0].tagList; |
| | | }); |
| | | // ç
å²ä¿¡æ¯ |
| | | getmedicalhistory({ pid: this.id }).then((res) => { |
| | | this.form = res.rows[0]; |
| | | }); |
| | | // èç³»ä¿¡æ¯ |
| | | this.getcontactlist(); |
| | | }, |
| | | // ä¿åæ£è
æ¡£æ¡ |
| | | savefile() {}, |
| | | savefile() { |
| | | this.userform.tagList = this.dynamicTags; |
| | | alterpatient(this.userform).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$modal.msgSuccess("åºç¡ä¿¡æ¯ä¿åæå"); |
| | | } else { |
| | | this.$modal.msgError("åºç¡ä¿¡æ¯ä¿®æ¹å¤±è´¥"); |
| | | } |
| | | }); |
| | | // ç
å² |
| | | this.medicalhistory(); |
| | | }, |
| | | // ç
å² |
| | | medicalhistory() { |
| | | if (this.form.id) { |
| | | editmedicalhistory(this.form).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$modal.msgSuccess("ç
å²ä¿åæå"); |
| | | } else { |
| | | this.$modal.msgError("ç
å²ä¿®æ¹å¤±è´¥"); |
| | | } |
| | | }); |
| | | } else { |
| | | this.form.pid = this.id; |
| | | addmedicalhistory(this.form).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$modal.msgSuccess("ç
å²ä¿åæå"); |
| | | } else { |
| | | this.$modal.msgError("ç
å²ä¿®æ¹å¤±è´¥"); |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | | // èç³»æ¹å¼--------------- |
| | | archivecontact() { |
| | | if (this.numberform.id) { |
| | | editcontactinformation(this.numberform).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$modal.msgSuccess("èç³»æ¹å¼ä¿®æ¹æå"); |
| | | this.getcontactlist(); |
| | | this.AddanumberVisible = false; |
| | | } else { |
| | | this.$modal.msgError("èç³»æ¹å¼ä¿®æ¹å¤±è´¥"); |
| | | } |
| | | }); |
| | | } else { |
| | | this.numberform.patid = this.id; |
| | | addcontactinformation(this.numberform).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$modal.msgSuccess("èç³»æ¹å¼æ°å¢æå"); |
| | | this.getcontactlist(); |
| | | this.AddanumberVisible = false; |
| | | } else { |
| | | this.$modal.msgError("èç³»æ¹å¼æ°å¢å¤±è´¥"); |
| | | } |
| | | }); |
| | | } |
| | | this.numberform = {}; |
| | | }, |
| | | deltb(row) { |
| | | this.$modal |
| | | .confirm("æ¯å¦ç¡®è®¤å é¤è¯¥æ°æ®é¡¹ï¼") |
| | | .then(() => { |
| | | if (row.id) { |
| | | delcontactinformation(row.id).then((res) => { |
| | | if (res.code == 200) { |
| | | this.$modal.msgSuccess("èç³»æ¹å¼å 餿å"); |
| | | this.getcontactlist(); |
| | | } else { |
| | | this.$modal.msgError("èç³»æ¹å¼å é¤å¤±è´¥"); |
| | | } |
| | | }); |
| | | } else { |
| | | let index = this.tableData.indexOf(obj); |
| | | this.tableData.splice(index, 1); |
| | | } |
| | | this.$modal.msgSuccess("å 餿å"); |
| | | }) |
| | | .catch(() => {}); |
| | | }, |
| | | addcompiletb() { |
| | | this.titletb = "æ°å¢èç³»æ¹å¼"; |
| | | this.AddanumberVisible = true; |
| | | }, |
| | | compiletb(row) { |
| | | this.numberform = row; |
| | | this.titletb = "ä¿®æ¹èç³»æ¹å¼"; |
| | | this.AddanumberVisible = true; |
| | | }, |
| | | defaulttb(row) { |
| | | this.$modal |
| | | .confirm("æ¯å¦ç¡®è®¤è®¾ç½®è¯¥æ°æ®é¡¹ä¸ºé»è®¤è系人ï¼") |
| | | .then(() => { |
| | | this.tableData.forEach((obj, index) => { |
| | | if (obj === row) { |
| | | obj.isdefault = 1; |
| | | this.numberform = obj; |
| | | this.archivecontact(); |
| | | } else if (obj.isdefault == 1) { |
| | | obj.isdefault = 0; |
| | | this.numberform = obj; |
| | | this.archivecontact(); |
| | | } else { |
| | | obj.isdefault = 0; |
| | | } |
| | | }); |
| | | this.$modal.msgSuccess("设置æå"); |
| | | }) |
| | | .catch(() => {}); |
| | | }, |
| | | tableRowClassName({ row, rowIndex }) { |
| | | console.log(row); |
| | | if (row.isdefault == "1") { |
| | | return "warning-row"; |
| | | } |
| | | return ""; |
| | | }, |
| | | /** æ¥è¯¢æ ç¾å表 */ |
| | | gettabList() { |
| | | const tagqueryParams = { |
| | |
| | | tagcategoryid: "0", |
| | | }; |
| | | listtag(tagqueryParams).then((response) => { |
| | | console.log(response); |
| | | this.options = response.rows; |
| | | }); |
| | | }, |
| | | |
| | | // tab忢 |
| | | handleClick(tab, event) { |
| | | console.log(tab, event); |
| | | }, |
| | |
| | | // è¡ç³å¾è¡¨ |
| | | xtechartsInit() { |
| | | // åºäºåå¤å¥½çdomï¼åå§åechartså®ä¾ |
| | | // console.log(echarts); |
| | | console.log(this.xtechartdom); |
| | | |
| | | var myxyChart = echarts.init(this.xtechartdom); |
| | | console.log(myxyChart); |
| | | const data = [ |
| | | ["2000-06-05", 116], |
| | | ["2000-06-06", 129], |
| | |
| | | }, |
| | | ], |
| | | }; |
| | | console.log("ss"); |
| | | // 使ç¨åæå®çé
ç½®é¡¹åæ°æ®æ¾ç¤ºå¾è¡¨ã |
| | | myxyChart.setOption(option); |
| | | }, |
| | | // ä½éå¾è¡¨ |
| | | tzechartsInit() { |
| | | // åºäºåå¤å¥½çdomï¼åå§åechartså®ä¾ |
| | | console.log(echarts); |
| | | console.log(this.tzechartdom); |
| | | |
| | | var myxyChart = echarts.init(this.tzechartdom); |
| | | var option = { |
| | | title: { |
| | |
| | | // å¿ç |
| | | xlechartsInit() { |
| | | var myxyChart = echarts.init(this.xlechartdom); |
| | | console.log(myxyChart); |
| | | const data = [ |
| | | ["2000-06-05", 116], |
| | | ["2000-06-06", 129], |
| | |
| | | }, |
| | | ], |
| | | }; |
| | | console.log("ss"); |
| | | // 使ç¨åæå®çé
ç½®é¡¹åæ°æ®æ¾ç¤ºå¾è¡¨ã |
| | | myxyChart.setOption(option); |
| | | }, |
| | |
| | | }, |
| | | ], |
| | | }; |
| | | console.log("ss"); |
| | | // 使ç¨åæå®çé
ç½®é¡¹åæ°æ®æ¾ç¤ºå¾è¡¨ã |
| | | myxyChart.setOption(option); |
| | | }, |
| | |
| | | }, |
| | | ], |
| | | }; |
| | | console.log("ss"); |
| | | // 使ç¨åæå®çé
ç½®é¡¹åæ°æ®æ¾ç¤ºå¾è¡¨ã |
| | | myxyChart.setOption(option); |
| | | }, |
| | |
| | | .sontwoactiveName { |
| | | margin: 0 auto; |
| | | } |
| | | // .columcz { |
| | | // align-items: center!important; |
| | | // } |
| | | ::v-deep.el-table .warning-row { |
| | | background: oldlace; |
| | | } |
| | | </style> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { listsvr_prjtask, Addpatienttask } from "@/api/smartorpor/svr_prjtask"; |
| | | import { listpat_archive } from "@/api/smartorpor/pat_archive"; |
| | | import { listsvr_prjtaskline } from "@/api/smartorpor/svr_prjtaskline"; |
| | | |
| | | import { messagelistpatient } from "@/api/patient/homepage"; |
| | | import SFtable from "@/components/SFtable"; //è¡¨æ ¼ç»ä»¶ |
| | | |
| | |
| | | let objictpint = {}; |
| | | objictpint.patientes = this.ids; |
| | | objictpint.pguid = 2; |
| | | Addpatienttask(objictpint).then((res) => { |
| | | console.log(res); |
| | | }); |
| | | // Addpatienttask(objictpint).then((res) => { |
| | | // console.log(res); |
| | | // }); |
| | | this.dialogVisiblepatient = false; |
| | | }, |
| | | |
| | |
| | | <el-form-item label="æ ç¾" prop="sickness"> |
| | | <el-cascader |
| | | v-model="queryParams.sickness" |
| | | :options="optionss" |
| | | :options="dynamicTags" |
| | | :props="propss" |
| | | clearable |
| | | ></el-cascader> |
| | | </el-form-item> |
| | | <el-form-item label="éç¨æ¹å¼" prop="shape"> |
| | | <el-cascader |
| | | v-model="queryParams.shapevalue" |
| | | :options="optionss" |
| | | :props="propss" |
| | | clearable |
| | | ></el-cascader> |
| | | <el-select v-model="queryParams.value" placeholder="è¯·éæ©"> |
| | | <el-option |
| | | v-for="item in mode" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="ææ ç±»å" prop="classify"> |
| | | <el-select |
| | |
| | | <el-table-column |
| | | label="åºå·" |
| | | align="center" |
| | | key="userId" |
| | | prop="userId" |
| | | key="guid" |
| | | prop="guid" |
| | | /> |
| | | <el-table-column |
| | | label="å¼ç±»å" |
| | |
| | | <el-table-column |
| | | label="ææ åç§°" |
| | | align="center" |
| | | key="nickName" |
| | | prop="nickName" |
| | | key="targetname" |
| | | prop="targetname" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ scope.row.warndown }}~{{ scope.row.warnup }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="æ£å¸¸å¼èå´" |
| | |
| | | <el-form-item label="è¯·éæ©ææ å¤§ç±»"> |
| | | <el-select v-model="classifyform.broadheading" placeholder="è¯·éæ©"> |
| | | <el-option |
| | | v-for="item in optionss" |
| | | v-for="item in editableTabs" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value" |
| | |
| | | addUser, |
| | | updateUser, |
| | | } from "@/api/system/user"; |
| | | import { |
| | | listtarget, |
| | | gettargetInfo, |
| | | particulartarget, |
| | | gettargetInfoedit, |
| | | addtarget, |
| | | deletetarget, |
| | | } from "@/api/AiCentre/index"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | | import "@riophae/vue-treeselect/dist/vue-treeselect.css"; |
| | | import { listtag } from "@/api/system/label"; |
| | | import store from "@/store"; |
| | | |
| | | export default { |
| | | name: "questionnaire", |
| | |
| | | label: "åç¨", |
| | | }, |
| | | ], |
| | | optionss: [ |
| | | { |
| | | value: 1, |
| | | label: "ç±»åä¸", |
| | | }, |
| | | { |
| | | value: 2, |
| | | label: "ç±»åäº", |
| | | }, |
| | | { |
| | | value: 3, |
| | | label: "ç±»åä¸", |
| | | }, |
| | | { |
| | | value: 4, |
| | | label: "ç±»åå", |
| | | }, |
| | | ], |
| | | mode: [], |
| | | optionstag:[], |
| | | //ç±»å«å表 |
| | | editableTabs: [ |
| | |
| | | created() { |
| | | this.getList(); |
| | | this.gettabList(); |
| | | this.mode = store.getters.mode; |
| | | console.log(this.mode); |
| | | }, |
| | | |
| | | methods: { |
| | | /** æ¥è¯¢ç¨æ·å表 */ |
| | | /** æ¥è¯¢ææ å表 */ |
| | | getList() { |
| | | // this.loading = true; |
| | | listUser().then((response) => { |
| | | console.log(response); |
| | | listtarget(this.queryParams).then((res) => { |
| | | this.userlist = res.data; |
| | | console.log(this.userList); |
| | | }); |
| | | }, |
| | |
| | | listtag, |
| | | tagclassifylist, |
| | | } from "@/api/system/label"; |
| | | import { |
| | | listbase_tag, |
| | | getbase_tag, |
| | | addbase_tag, |
| | | updatebase_tag, |
| | | delbase_tag, |
| | | } from "@/api/smartorpor/base_tag"; |
| | | import { |
| | | listbase_tagcategory, |
| | | getbase_tagcategory, |
| | | addbase_tagcategory, |
| | | updatebase_tagcategory, |
| | | delbase_tagcategory, |
| | | } from "@/api/smartorpor/base_tagcategory"; |
| | | |
| | | |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | | import "@riophae/vue-treeselect/dist/vue-treeselect.css"; |