| src/views/Satisfaction/configurationmyd/batch.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/Satisfaction/diseaseStatistics/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/followvisit/discharge/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/patient/patient/outpatient.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/sfstatistics/percentage/index copy.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/sfstatistics/percentage/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/sfstatistics/percentage/satisfaction.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| 随访外链.zip | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| 随访通用.zip | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| 随访通用8.14.zip | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| 随访通用8.17.zip | 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/Satisfaction/configurationmyd/batch.vue
@@ -143,9 +143,7 @@ </div> <div class="patient-item"> <span class="label">æ§å«ï¼</span> <span class="value">{{ row.patdescJson.sex }}</span> <span class="value">{{ row.patdescJson.sex }}</span> </div> <div class="patient-item"> <span class="label">å¹´é¾ï¼</span> @@ -599,7 +597,8 @@ created() { // ä»è·¯ç±åæ°è·åé®é¢ID this.filterParams.scriptids = this.$route.query.questionId || this.$route.query.questionIds||null; this.filterParams.scriptids = this.$route.query.questionId || this.$route.query.questionIds || null; // if (this.$route.query.questionId) { // } else if (this.$route.query.questionIds) { // console.log( @@ -607,7 +606,7 @@ // "this.$route.query.questionIds" // ); this.filterParams.templateType = Number(this.$route.query.type)||null; this.filterParams.templateType = Number(this.$route.query.type) || null; // this.filterParams.scriptid = null; // } @@ -797,8 +796,10 @@ this.filterParams = { todeptcode: "", handleFlag: "", templateType: "", scriptids: null, // ä¿çé®é¢ID scriptids: this.$route.query.questionId || this.$route.query.questionIds || null, templateType: Number(this.$route.query.type) || null, pageNum: 1, pageSize: 10, }; @@ -831,7 +832,8 @@ // è¿åå¼å¸¸å表 handleGoBack() { this.$router.push("/satisfaction/exception/list"); // this.$router.push("/satisfaction/exception/list"); this.$router.push("/Intelligentcenter/dispose"); }, // æ¥ç详æ src/views/Satisfaction/diseaseStatistics/index.vue
@@ -516,6 +516,8 @@ SeedetailsgGo(row) { this.SeedetailsVisible = false; this.infotitleVisible = false; let type = ""; if (row.preachformson && row.preachformson.includes("3")) { type = 1; src/views/Satisfaction/sfstatistics/components/FollowupStatistics.vue
@@ -354,7 +354,7 @@ statisticaltype: 1, leavehospitaldistrictcodes: ["all"], deptcodes: [], serviceType: [2], serviceType: [], dateRange: [], pageNum: 1, pageSize: 20, @@ -373,7 +373,25 @@ flatArraydept: [], // æå¡ç±»åé项 options: [], options: [ { value: 6, label: "ä½é¢æ»¡æåº¦", raw: { cssClass: "", listClass: "", }, }, { value: 14, label: "é¨è¯æ»¡æåº¦", raw: { cssClass: "", listClass: "", }, }, ], // è¡¨æ ¼æ°æ® userList: [], @@ -457,7 +475,7 @@ // è·åç§å®¤æ getDeptTree() { // è·åæå¡ç±»å this.options = this.$store.getters.tasktypes || []; // this.options = this.$store.getters.tasktypes || []; // è·åç§å®¤å表 this.flatArraydept = (this.$store.getters.belongDepts || []).map( src/views/followvisit/discharge/index.vue
@@ -92,10 +92,11 @@ v-model="topqueryParams.scopetype" placeholder="é»è®¤å ¨é¨" :options="sourcetype" :props="{ expandTrigger: 'hover' }" :props="{ expandTrigger: 'hover', multiple: true }" @change="handleChange" filterable clearable collapse-tags ></el-cascader> </el-form-item> @@ -1192,6 +1193,7 @@ label: "å ¨é¨", }, ], lastScopeType: 3, // æ£è èå´ä¸æ¬¡éæ©çä¸çº§ç±»åï¼1=ç§å®¤ï¼2=ç åºï¼3=å ¨é¨ï¼ loading: false, cardlist: [ { @@ -1293,7 +1295,7 @@ visitCount: 1, scopetype: [], managementDoctor: localStorage.getItem("orgname") == "ç¼äºå¿äººæ°å»é¢" localStorage.getItem("orgname") == "ç¼äºå¿äººæ°å»é¢"||localStorage.getItem("orgname") == "丽水å¸ä¸å»é¢" ? store.getters.nickName : "", leaveldeptcodes: [], @@ -1493,13 +1495,7 @@ /** æ¥è¯¢é访æå¡å表 */ async getList(refresh) { // é»è®¤å ¨é¨ if (this.topqueryParams.searchscope == 3) { this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map( (obj) => obj.deptCode ); this.topqueryParams.leavehospitaldistrictcodes = store.getters.belongWards.map((obj) => obj.districtCode); } this.applyDeptWardScope(); if (this.endOut == 0) { this.topqueryParams.endSendDateTime = this.formatDateToYYYYMMDDHHMMSS( this.getEndOfDay() @@ -1681,13 +1677,7 @@ if (type) { this.resetQuerykj(); } if (this.topqueryParams.searchscope == 3) { this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map( (obj) => obj.deptCode ); this.topqueryParams.leavehospitaldistrictcodes = store.getters.belongWards.map((obj) => obj.districtCode); } this.applyDeptWardScope(); // æ¥åå¼å¸¸è·³è½¬ if (this.errtype) { this.topqueryParams.leavehospitaldistrictcodes.push( @@ -1795,13 +1785,7 @@ }, /** æç´¢æé®æä½ */ handleQuery(refresh) { if (this.topqueryParams.searchscope == 3) { this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map( (obj) => obj.deptCode ); this.topqueryParams.leavehospitaldistrictcodes = store.getters.belongWards.map((obj) => obj.districtCode); } this.applyDeptWardScope(); this.topqueryParams.pageNum = 1; // 夿æ¯ä¸æ¯å·¥ä½å°å¿«æ·æ¥è¯¢ if (this.errtype != 2) { @@ -1812,33 +1796,65 @@ } this.getList(refresh); }, // æ£è èå´å¤ç // æ£è èå´å¤çï¼ä»å¤é级è scopetype è§£æç§å®¤/ç åº applyDeptWardScope() { const value = this.topqueryParams.scopetype || []; const deptCodes = []; const wardCodes = []; let isAll = false; value.forEach((item) => { const type = item[0]; if (type == 3) { isAll = true; } else if (type == 1) { deptCodes.push(item[item.length - 1]); } else if (type == 2) { wardCodes.push(item[item.length - 1]); } }); // éäºå ¨é¨ æ æªéæ© â ç¨æ·å ¨é¨ç§å®¤/ç åº if (isAll || (!deptCodes.length && !wardCodes.length)) { this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map( (obj) => obj.deptCode ); this.topqueryParams.leavehospitaldistrictcodes = store.getters.belongWards.map((obj) => obj.districtCode); } else { this.topqueryParams.leaveldeptcodes = deptCodes; this.topqueryParams.leavehospitaldistrictcodes = wardCodes; } }, // æ£è èå´å¤éåæ´ï¼ç§å®¤/ç åºäºæ¥ï¼ handleChange(value) { console.log("éæ©çæ£è èå´:", value); const types = (value || []).map((item) => item[0]); const hasDept = types.includes(1); const hasWard = types.includes(2); // æ¸ ç©ºä¹åçæ¥è¯¢åæ° this.topqueryParams.leavehospitaldistrictcodes = []; this.topqueryParams.leaveldeptcodes = []; this.topqueryParams.searchscope = null; if (!value || value.length === 0) { // äºæ¥ï¼ç§å®¤åç åºä¸è½åæ¶é if (hasDept && hasWard) { if (this.lastScopeType == 1) { // 䏿¬¡éäºç§å®¤ï¼è¿æ¬¡æ°å¢ç åº â ä¿çç åº this.topqueryParams.scopetype = value.filter( (item) => item[0] === 2 ); this.lastScopeType = 2; this.$message.warning("ç§å®¤åç åºä¸è½åæ¶éæ©ï¼å·²åæ¢ä¸ºç åº"); } else { // 䏿¬¡éäºç åºï¼è¿æ¬¡æ°å¢ç§å®¤ â ä¿çç§å®¤ this.topqueryParams.scopetype = value.filter( (item) => item[0] === 1 ); this.lastScopeType = 1; this.$message.warning("ç§å®¤åç åºä¸è½åæ¶éæ©ï¼å·²åæ¢ä¸ºç§å®¤"); } this.applyDeptWardScope(); return; } let type = value[0]; let code = value.slice(-1)[0]; if (type == 1) { this.topqueryParams.leaveldeptcodes.push(code); this.topqueryParams.leavehospitaldistrictcodes = []; this.topqueryParams.searchscope = 1; } else if (type == 2) { this.topqueryParams.leavehospitaldistrictcodes.push(code); this.topqueryParams.leaveldeptcodes = []; this.topqueryParams.searchscope = 2; } else { this.topqueryParams.searchscope = 3; } this.lastScopeType = hasDept ? 1 : hasWard ? 2 : 3; this.applyDeptWardScope(); }, // æå¡ç¶æåæ´å¤ç handleServiceStatusChange(value) { @@ -1876,6 +1892,7 @@ this.dateRange = []; this.dateRangefs = []; this.serviceStatusValue = 10; this.lastScopeType = 3; this.topqueryParams = { pageNum: 1, pageSize: 10, @@ -1895,6 +1912,7 @@ this.dateRange = []; this.dateRangefs = []; this.serviceStatusValue = null; this.lastScopeType = 3; this.topqueryParams = { pageNum: 1, pageSize: 10, src/views/patient/patient/outpatient.vue
@@ -1232,7 +1232,7 @@ return; } this.archivePatients = this.userList.filter((item) => this.ids.includes(item.patid) this.ids.includes(item.id) ); this.archiveDialogVisible = true; }, src/views/sfstatistics/percentage/index copy.vue
@@ -2204,6 +2204,8 @@ }, SeedetailsgGo(row) { this.SeedetailsVisible = false; this.infotitleVisible = false; let type = ""; if (row.preachformson && row.preachformson.includes("3")) { type = 1; src/views/sfstatistics/percentage/index.vue
@@ -521,6 +521,8 @@ SeedetailsgGo(row) { this.SeedetailsVisible = false; this.infotitleVisible = false; let type = ""; if (row.preachformson && row.preachformson.includes("3")) { type = 1; src/views/sfstatistics/percentage/satisfaction.vue
@@ -880,6 +880,7 @@ }, SeedetailsgGo(row) { this.SeedetailsVisible = false; let type = ""; if (row.preachformson && row.preachformson.includes("3")) { type = 1; vue.config.js
@@ -37,10 +37,10 @@ [process.env.VUE_APP_BASE_API]: { // target: `https://www.health-y.cn/lssf`, // target: `http://192.168.100.10:8096`, target: `http://192.168.100.10:8094`,//çç«åå¾· // target: `http://192.168.100.10:8094`,//çç«åå¾· // target: `http://192.168.100.10:8095`,//æ°å // target: `http://192.168.100.10:8098`,//å¸ä¸ // target:`http://localhost:8095`, target:`http://localhost:8095`, // target:`http://35z1t16164.qicp.vip`, // target: `http://192.168.100.172:8095`, // target: `http://192.168.100.10:8089`,//åå Ëæ·ÃÍâÁ´.zipBinary files differ
Ëæ·ÃͨÓÃ.zipBinary files differ
Ëæ·ÃͨÓÃ8.14.zipBinary files differ
Ëæ·ÃͨÓÃ8.17.zipBinary files differ