已删除3个文件
已重命名2个文件
已修改9个文件
已复制1个文件
copy from "dist \0503\051.zip"
copy to "ls&nh&sy&sltd\345\244\226\351\223\276.zip"
Binary files differ
| | |
| | | <router-view /> |
| | | <theme-picker /> |
| | | <!-- <Assistant v-if="routertf" /> --> |
| | | <Assistant |
| | | <!-- <Assistant |
| | | v-if="Assvite" |
| | | :initial-position="{ x: 50, y: 200 }" |
| | | :auto-hide="false" |
| | | :hide-delay="3000" |
| | | primary-color="#1890ff" |
| | | /> |
| | | /> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | childrenMenus.push(router.children[item]); |
| | | } |
| | | }); |
| | | return constantRoutes.concat(childrenMenus); |
| | | return constantRoutes; |
| | | }, |
| | | // é»è®¤æ¿æ´»çèå |
| | | activeMenu() { |
| | |
| | | component: () => import("@/views/error/401"), |
| | | hidden: true, |
| | | }, |
| | | { |
| | | path: "", |
| | | component: Layout, |
| | | redirect: "index", |
| | | children: [ |
| | | { |
| | | path: "index", |
| | | component: () => import("@/views/index"), |
| | | name: "Index", |
| | | meta: { |
| | | title: "é¦é¡µ", |
| | | icon: "dashboard", |
| | | affix: true, |
| | | roles: ["admin", "sysadmin"], |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | path: "/user", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | children: [ |
| | | { |
| | | path: "profile", |
| | | component: () => import("@/views/system/user/profile/index"), |
| | | name: "Profile", |
| | | meta: { title: "个人ä¸å¿", icon: "user" }, |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // path: "", |
| | | // component: Layout, |
| | | // redirect: "index", |
| | | // children: [ |
| | | // { |
| | | // path: "index", |
| | | // component: () => import("@/views/index"), |
| | | // name: "Index", |
| | | // meta: { |
| | | // title: "é¦é¡µ", |
| | | // icon: "dashboard", |
| | | // affix: true, |
| | | // roles: ["admin", "sysadmin"], |
| | | // }, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | // { |
| | | // path: "/user", |
| | | // component: Layout, |
| | | // hidden: true, |
| | | // redirect: "noredirect", |
| | | // children: [ |
| | | // { |
| | | // path: "profile", |
| | | // component: () => import("@/views/system/user/profile/index"), |
| | | // name: "Profile", |
| | | // meta: { title: "个人ä¸å¿", icon: "user" }, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | ]; |
| | | |
| | | // å¨æè·¯ç±ï¼åºäºç¨æ·æé卿å»å è½½ |
| | |
| | | mutations: { |
| | | SET_ROUTES: (state, routes) => { |
| | | state.addRoutes = routes; |
| | | state.routes = constantRoutes.concat(routes); |
| | | state.routes = constantRoutes; |
| | | }, |
| | | SET_DEFAULT_ROUTES: (state, routes) => { |
| | | state.defaultRoutes = constantRoutes.concat(routes); |
| | | state.defaultRoutes = constantRoutes; |
| | | }, |
| | | SET_TOPBAR_ROUTES: (state, routes) => { |
| | | state.topbarRouters = routes; |
| ÎļþÃû´Ó src/views/login-ls.vue ÐÞ¸Ä |
| | |
| | | /> |
| | | </el-input> |
| | | </el-form-item> |
| | | <!-- 丽===================水 --> |
| | | <el-form-item prop="orgid"> |
| | | <!-- å¸ä¸===================ä¸ --> |
| | | <el-form-item prop="medicalCode"> |
| | | <el-select |
| | | style="width: 100%" |
| | | v-model="loginForm.orgid" |
| | | v-model="loginForm.medicalCode" |
| | | placeholder="è¯·éæ©é¢åº" |
| | | > |
| | | <el-option |
| | |
| | | code: "", |
| | | orgid: "H41010500003", |
| | | }, |
| | | options: [], |
| | | options: [ |
| | | ], |
| | | loginRules: { |
| | | username: [ |
| | | { required: true, trigger: "blur", message: "请è¾å
¥æ¨çè´¦å·" }, |
| | |
| | | getorganization({ pageSize: 30 }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.options = res.rows.map((item) => ({ |
| | | value: item.orgid, |
| | | value: item.medicalCode, |
| | | label: item.organizationName, |
| | | campusid: item.organizationID, |
| | | })); |
| | | } |
| | | }); |
| | |
| | | } |
| | | |
| | | // å¨æè®¾ç½® campusid åæ° |
| | | const selectedOrg = this.options.find( |
| | | (item) => item.value === this.loginForm.orgid |
| | | ); |
| | | this.loginForm.campusid = selectedOrg.campusid || 1; |
| | | // å¸ä¸å¤ç----------------- |
| | | // if (selectedOrg) { |
| | | // if (selectedOrg.label.includes("æ¹æ»¨")) { |
| | | // this.loginForm.campusid = 1; |
| | | // } else if (selectedOrg.label.includes("å´å±±")) { |
| | | // this.loginForm.campusid = 2; |
| | | // } else { |
| | | // this.loginForm.campusid = 1; // é»è®¤å¼æå
¶ä»å¤ç |
| | | // } |
| | | // } |
| | | // -------------------------------- |
| | | const selectedOrg = this.options.find(item => item.value === this.loginForm.medicalCode); |
| | | console.log(selectedOrg); |
| | | |
| | | if (selectedOrg) { |
| | | if (selectedOrg.label.includes('æ¹æ»¨')) { |
| | | this.loginForm.campusid = 1; |
| | | this.loginForm.orgid = 1; |
| | | } else if (selectedOrg.label.includes('å´å±±')) { |
| | | this.loginForm.campusid = 2; |
| | | this.loginForm.orgid = 1; |
| | | } else { |
| | | this.loginForm.campusid = 1; // é»è®¤å¼æå
¶ä»å¤ç |
| | | this.loginForm.orgid = 1; |
| | | } |
| | | } |
| | | |
| | | this.$store |
| | | .dispatch("Login", this.loginForm) |
| | | .then((res) => { |
| | |
| | | }); |
| | | } |
| | | }); |
| | | }, |
| | | } |
| | | }, |
| | | }; |
| | | </script> |
| | |
| | | /> |
| | | </el-input> |
| | | </el-form-item> |
| | | <!-- å¸ä¸===================ä¸ --> |
| | | <el-form-item prop="medicalCode"> |
| | | <!-- 丽===================水 --> |
| | | <el-form-item prop="orgid"> |
| | | <el-select |
| | | style="width: 100%" |
| | | v-model="loginForm.medicalCode" |
| | | v-model="loginForm.orgid" |
| | | placeholder="è¯·éæ©é¢åº" |
| | | > |
| | | <el-option |
| | |
| | | code: "", |
| | | orgid: "H41010500003", |
| | | }, |
| | | options: [ |
| | | ], |
| | | options: [], |
| | | loginRules: { |
| | | username: [ |
| | | { required: true, trigger: "blur", message: "请è¾å
¥æ¨çè´¦å·" }, |
| | |
| | | getorganization({ pageSize: 30 }).then((res) => { |
| | | if (res.code == 200) { |
| | | this.options = res.rows.map((item) => ({ |
| | | value: item.medicalCode, |
| | | value: item.orgid, |
| | | label: item.organizationName, |
| | | campusid: item.organizationID, |
| | | })); |
| | | } |
| | | }); |
| | |
| | | } |
| | | |
| | | // å¨æè®¾ç½® campusid åæ° |
| | | const selectedOrg = this.options.find(item => item.value === this.loginForm.medicalCode); |
| | | console.log(selectedOrg); |
| | | const selectedOrg = this.options.find( |
| | | (item) => item.value === this.loginForm.orgid |
| | | ); |
| | | console.log(selectedOrg,'selectedOrg'); |
| | | |
| | | if (selectedOrg) { |
| | | if (selectedOrg.label.includes('æ¹æ»¨')) { |
| | | this.loginForm.campusid = 1; |
| | | this.loginForm.orgid = 1; |
| | | } else if (selectedOrg.label.includes('å´å±±')) { |
| | | this.loginForm.campusid = 2; |
| | | this.loginForm.orgid = 1; |
| | | } else { |
| | | this.loginForm.campusid = 1; // é»è®¤å¼æå
¶ä»å¤ç |
| | | this.loginForm.orgid = 1; |
| | | } |
| | | } |
| | | |
| | | this.loginForm.campusid = selectedOrg.campusid || 1; |
| | | // å¸ä¸å¤ç----------------- |
| | | // if (selectedOrg) { |
| | | // if (selectedOrg.label.includes("æ¹æ»¨")) { |
| | | // this.loginForm.campusid = 1; |
| | | // } else if (selectedOrg.label.includes("å´å±±")) { |
| | | // this.loginForm.campusid = 2; |
| | | // } else { |
| | | // this.loginForm.campusid = 1; // é»è®¤å¼æå
¶ä»å¤ç |
| | | // } |
| | | // } |
| | | // -------------------------------- |
| | | this.$store |
| | | .dispatch("Login", this.loginForm) |
| | | .then((res) => { |
| | |
| | | }); |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |
| | |
| | | {{ |
| | | kcb |
| | | ? kcb |
| | | : "亲ç±çæ£è
-å®¶å±ï¼æä»¬æ¯"+localStorage.getItem("orgname")+"ç廿¤äººåï¼ä¸ºäºæ´å¥½å°äºè§£æ¨çåº·å¤æ
åµï¼è¯·æ¨æ½ä¸ç¹å®è´µæ¶é´ï¼å®æè¿ä»½é访é®å·ã" |
| | | : "亲ç±çæ£è
-å®¶å±ï¼æä»¬æ¯" + |
| | | localStorage.getItem("orgname") + |
| | | "ç廿¤äººåï¼ä¸ºäºæ´å¥½å°äºè§£æ¨çåº·å¤æ
åµï¼è¯·æ¨æ½ä¸ç¹å®è´µæ¶é´ï¼å®æè¿ä»½é访é®å·ã" |
| | | }} |
| | | <!-- 亲ç±çæ£è
/家屿¨å¥½ï¼ä¸ºäºæ´å¥½çäºè§£æ¨åºé¢åçåº·å¤æ
åµï¼ç»æ¨éå½åæ¶çå¥åº·æå¯¼ï¼è¯·æ¨æ½ä¸ç¹å®è´µæ¶é´ï¼å®æè¿ä»½åºé¢é访é®å·è°æ¥ã --> |
| | | </div> |
| | |
| | | </div> |
| | | </div> |
| | | <!-- 填空 --> |
| | | <div class="scriptTopic-dev" :key="index" v-if="item.scriptType == 4||item.scriptType == 3"> |
| | | <div |
| | | class="scriptTopic-dev" |
| | | :key="index" |
| | | v-if="item.scriptType == 4 || item.scriptType == 3" |
| | | > |
| | | <div class="dev-text"> |
| | | {{ index + 1 }}ã<span style="line-height: 1.5" |
| | | >{{ item.scriptContent |
| | |
| | | kcb: "", |
| | | excep: "", |
| | | taskname: "", |
| | | param6: null, |
| | | questionList: [ |
| | | // { |
| | | // scriptType: 1, |
| | |
| | | |
| | | geturlinfo(url).then((res) => { |
| | | if (res.code == 200) { |
| | | |
| | | this.getQuestionnaire( |
| | | res.data.param1, |
| | | res.data.param2, |
| | | res.data.param3, |
| | | res.data.param5 |
| | | ); |
| | | this.param6 = res.data.param6; |
| | | } |
| | | }); |
| | | }, |
| | |
| | | let form = { |
| | | param1: this.taskid, |
| | | param2: this.patid, |
| | | param6: this.param6, |
| | | excep: this.excep, |
| | | type: this.type, |
| | | serviceSubtaskDetailList: [], |
| | | }; |
| | | |
| | | const arr = structuredClone(this.questionList); |
| | | // arr.forEach((item) => { |
| | | // item.asrtext = JSON.stringify(item.questionResult); |
| | |
| | | let form = { |
| | | param1: this.taskid, |
| | | param2: this.patid, |
| | | param6: this.param6, |
| | | type: this.type, |
| | | ivrTaskTemplateScriptVOList: [], |
| | | }; |
| | |
| | | isabnormal: 0, |
| | | taskname: "", |
| | | questionList: [], |
| | | param6:null, |
| | | jsy: null, |
| | | dialogVisible: false, |
| | | Endornot: true, |
| | |
| | | res.data.param3, |
| | | res.data.param5 |
| | | ); |
| | | this.param6 = res.data.param6; |
| | | |
| | | } |
| | | }); |
| | | }, |
| | |
| | | let form = { |
| | | param1: this.taskid, |
| | | param2: this.patid, |
| | | param6: this.param6, |
| | | excep: this.excep, |
| | | isabnormal: this.isabnormal, |
| | | serviceSubtaskDetailList: [], |
| | |
| | | let form = { |
| | | param1: this.taskid, |
| | | param2: this.patid, |
| | | param6: this.param6, |
| | | svyTaskTemplateScriptVOS: [], |
| | | }; |
| | | const arr = structuredClone(this.questionList); |
| | |
| | | placeholder="请è¾å
¥æ£è
å§å" |
| | | ></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="æ£è
èå´" prop="status"> |
| | | <!-- <el-form-item label="æ£è
èå´" prop="status"> |
| | | <el-select |
| | | v-model="topqueryParams.searchscope" |
| | | placeholder="è¯·éæ©æ£è
èå´" |
| | |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-form-item> --> |
| | | <el-form-item label="æ£è
èå´" prop="status"> |
| | | <el-cascader |
| | | v-model="topqueryParams.scopetype" |
| | |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | serviceType: 4, |
| | | searchscope: 2, |
| | | searchscope: 3, |
| | | sendstate: 2, |
| | | leaveldeptcodes: [], |
| | | leavehospitaldistrictcodes: [], |
| | |
| | | store.getters.belongWards.map((obj) => obj.districtCode); |
| | | } |
| | | this.loading = true; |
| | | console.log(this.topqueryParams.leavehospitaldistrictcodes); |
| | | console.log(this.topqueryParams.leaveldeptcodes); |
| | | console.log(this.topqueryParams.leavehospitaldistrictcodes,'123'); |
| | | console.log(this.topqueryParams.leaveldeptcodes,'344'); |
| | | |
| | | if ( |
| | | this.topqueryParams.leavehospitaldistrictcodes[0] && |
| | |
| | | label: "微信å
¬ä¼å·", |
| | | }, |
| | | ]; |
| | | } else if (this.form.serviceType == 6) { |
| | | } else if ( |
| | | this.form.serviceType == 6 || |
| | | this.form.serviceType == 14 || |
| | | this.form.serviceType == 15 |
| | | ) { |
| | | this.checkboxlist = [ |
| | | { |
| | | value: "1", |
| | |
| | | this.form.libtemplateid = this.objyl.id; |
| | | |
| | | this.objyl.isoperation = 1; |
| | | console.log(this.objyl,'this.objyl'); |
| | | console.log(this.objyl, "this.objyl"); |
| | | |
| | | this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => { |
| | | item.ivrTaskScriptTargetoptionList = |