diff --git a/components/bookBox.vue b/components/bookBox.vue index 87f7190..445cee9 100644 --- a/components/bookBox.vue +++ b/components/bookBox.vue @@ -6,7 +6,7 @@ {{item.month}}.{{ item.day }} {{item.week_desc}} - + {{item.work_desc}} @@ -27,7 +27,7 @@ 当前时间段不可预约 - + 下午预约 diff --git a/components/userCard.vue b/components/userCard.vue index 716e456..4f3e70c 100644 --- a/components/userCard.vue +++ b/components/userCard.vue @@ -13,7 +13,7 @@ - 首次就诊,建议等待医生叫号 + 首次预约,建议等待医生叫号 diff --git a/components/visitorList.vue b/components/visitorList.vue index d31eeb6..7334f84 100644 --- a/components/visitorList.vue +++ b/components/visitorList.vue @@ -3,7 +3,7 @@ - 增加就诊人 + 增加预约人 全部 -1) { + removeLogin(); + navToPath('/pages/index/index') + return; + } } }); diff --git a/pages.json b/pages.json index 5aaa838..e9e1c58 100644 --- a/pages.json +++ b/pages.json @@ -2,13 +2,13 @@ "pages": [{ "path": "pages/index/index", "style": { - "navigationBarTitleText": "首页" + "navigationBarTitleText": "" } }, { "path": "pages/visitors_new/visitors_new", "style": { - "navigationBarTitleText": "就诊人" + "navigationBarTitleText": "预约人" } }, { @@ -21,7 +21,7 @@ { "path": "pages/prebook_list/prebook_list", "style": { - "navigationBarTitleText": "就诊记录", + "navigationBarTitleText": "预约记录", "enablePullDownRefresh": false } }, @@ -51,28 +51,28 @@ { "path": "pages/modify_visitor/modify_visitor", "style": { - "navigationBarTitleText": "就诊人信息", + "navigationBarTitleText": "预约人信息", "enablePullDownRefresh": false } }, { "path": "pages/prebook/prebook", "style": { - "navigationBarTitleText": "预约就诊", + "navigationBarTitleText": "预约", "enablePullDownRefresh": false } }, { "path": "pages/visitors/visitors", "style": { - "navigationBarTitleText": "选择就诊人", + "navigationBarTitleText": "选择预约人", "enablePullDownRefresh": false } }, { "path": "pages/visit_detail/visit_detail", "style": { - "navigationBarTitleText": "就诊详情" + "navigationBarTitleText": "预约详情" } }, { diff --git a/pages/book_detail/book_detail.vue b/pages/book_detail/book_detail.vue index 6145889..5d67388 100644 --- a/pages/book_detail/book_detail.vue +++ b/pages/book_detail/book_detail.vue @@ -12,7 +12,7 @@ - 就诊提醒 + 预约提醒 @@ -55,12 +55,12 @@ list:[ {'leftTitle':'候诊状态','custom':"",show:true,edit:true}, {'leftTitle':'所在床位','rightTitle':'',show:true,edit:true}, - {'leftTitle':'就诊人','rightTitle':'',show:true,edit:false}, - {'leftTitle':'就诊医院','rightTitle':'',show:true,edit:false}, - {'leftTitle':'就诊科室','rightTitle':'',show:true,edit:false}, + {'leftTitle':'预约人','rightTitle':'',show:true,edit:false}, + {'leftTitle':'服务机构','rightTitle':'',show:true,edit:false}, + {'leftTitle':'预约科室','rightTitle':'',show:true,edit:false}, {'leftTitle':'医生','rightTitle':'',show:true,edit:false}, {'leftTitle':'排队情况','custom':"",show:true,edit:false}, - {'leftTitle':'就诊时间','custom':"",show:true,edit:false} + {'leftTitle':'预约时间','custom':"",show:true,edit:false} ], showCancelBook:false, bookId:false, diff --git a/pages/index/index.vue b/pages/index/index.vue index c5c409f..2ff528f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -16,12 +16,12 @@ - + {{doctorInfo.doctor_info.doctor_detail}} @@ -29,13 +29,12 @@ - - + @@ -59,12 +58,12 @@ - + 出诊:{{ item.workdate_desc }} - + @@ -72,7 +71,7 @@ - 预约看病 + 开始预约 @@ -81,7 +80,7 @@ - 最近就诊 + 最近预约 @@ -122,7 +121,8 @@ loginToken:false, state:'', workdate:[], - user_type:-1 + user_type:-1, + show_info:false, } }, components:{ @@ -142,7 +142,7 @@ this.doctor_id = getApp().globalData.doctorId if(!this.doctor_id) return - var title = '预约就诊' + var title = '' if(this.code) title = '登录' uni.setNavigationBarTitle({ title:title @@ -243,6 +243,11 @@ this.doctorInfo = data; this.user_type = this.doctorInfo.user_type; + var title = this.doctorInfo.doctor_info.doctor_name+'主页' + uni.setNavigationBarTitle({ + title:title + }) + if(this.doctorInfo.doctor_info && this.doctorInfo.doctor_info.depart_name && this.doctorInfo.doctor_info.depart_name.length>0){ this.doctor_dept = this.doctorInfo.doctor_info.depart_name; } @@ -267,7 +272,7 @@ } this.hospital_departs = this.doctorInfo.hospital_departs.map((item,index)=>{ - item.workdate_desc = this.doctorInfo.workdate_desc[item.depart_id] + if(this.doctorInfo.workdate_desc) item.workdate_desc = this.doctorInfo.workdate_desc[item.depart_id] return item }) }); diff --git a/pages/modify_visitor/modify_visitor.vue b/pages/modify_visitor/modify_visitor.vue index 82885db..af9a779 100644 --- a/pages/modify_visitor/modify_visitor.vue +++ b/pages/modify_visitor/modify_visitor.vue @@ -50,11 +50,11 @@ if(option.vid) { this.vid = option.vid uni.setNavigationBarTitle({ - title: '修改就诊人' + title: '修改预约人' }); }else{ uni.setNavigationBarTitle({ - title: '新增就诊人' + title: '新增预约人' }); } }, diff --git a/pages/prebook/prebook.vue b/pages/prebook/prebook.vue index a39f5f2..13e4c09 100644 --- a/pages/prebook/prebook.vue +++ b/pages/prebook/prebook.vue @@ -18,7 +18,7 @@ - 就诊人: + 预约人: {{nums[key]}}n.{{item.name}} @@ -30,7 +30,7 @@ {{doctor_name}} - 就诊医院: + 服务机构: {{depart.hospital_name}} {{depart.depart_name}} @@ -98,7 +98,7 @@ this.doctor_name = this.doctorInfo.doctor_info.doctor_name if(!this.departId && this.depart) { - this.$pop.modelShow('请先选择要预约的医院科室', redi_path) + this.$pop.modelShow('请先选择要预约的服务机构科室', redi_path) return } this.depart = JSON.parse(this.depart) @@ -182,7 +182,7 @@ } if(uids.length <= 0){ - this.$pop.modelShow('请选择预约就诊人') + this.$pop.modelShow('请选择预约预约人') console.log(88888); return } diff --git a/pages/usercenter/usercenter.vue b/pages/usercenter/usercenter.vue index b0f5810..f5a4f7c 100644 --- a/pages/usercenter/usercenter.vue +++ b/pages/usercenter/usercenter.vue @@ -9,12 +9,12 @@ - 就诊人 + 预约人 - 就诊记录 + 预约记录 diff --git a/pages/visit_detail/visit_detail.vue b/pages/visit_detail/visit_detail.vue index be655f1..84b2a60 100644 --- a/pages/visit_detail/visit_detail.vue +++ b/pages/visit_detail/visit_detail.vue @@ -16,7 +16,7 @@ - 就诊提醒 + 预约提醒 @@ -64,12 +64,12 @@ list:[ {'leftTitle':'候诊状态','custom':"",show:true,edit:false}, {'leftTitle':'所在床位','rightTitle':'',show:false,edit:false}, - {'leftTitle':'就诊人','rightTitle':'',show:true,edit:false}, - {'leftTitle':'就诊医院','rightTitle':'',show:true,edit:false}, - {'leftTitle':'就诊科室','rightTitle':'',show:true,edit:false}, + {'leftTitle':'预约人','rightTitle':'',show:true,edit:false}, + {'leftTitle':'服务机构','rightTitle':'',show:true,edit:false}, + {'leftTitle':'预约科室','rightTitle':'',show:true,edit:false}, {'leftTitle':'医生','rightTitle':'',show:true,edit:false}, {'leftTitle':'排队情况','custom':"",show:true,edit:false}, - {'leftTitle':'就诊时间','custom':"",show:true,edit:false} + {'leftTitle':'预约时间','custom':"",show:true,edit:false} ], showCancelBook:false, bookId:false, @@ -323,7 +323,12 @@ this.list[2].rightTitle = bookInfo.name this.list[3].rightTitle = bookInfo.hospital_name + this.list[4].rightTitle = bookInfo.depart_name + if(!bookInfo.depart_name) { + this.list[4].show = false + } + this.list[5].rightTitle = bookInfo.doctor_name ? bookInfo.doctor_name : '无' this.list[6].show = false diff --git a/pages/visitors/visitors.vue b/pages/visitors/visitors.vue index 1aa3c85..0229499 100644 --- a/pages/visitors/visitors.vue +++ b/pages/visitors/visitors.vue @@ -5,14 +5,14 @@ - 增加就诊人 + 增加预约人 {{item.name}} - 已预约今日 {{ item.visit_time.split('-')[0] }} 就诊 + 已预约今日 {{ item.visit_time.split('-')[0] }} 预约 身份证号:{{item.idcard_txt}} @@ -35,7 +35,6 @@ 确认预约(已选{{selectCount}}位) - 请确保预约就诊前在门诊先挂号 @@ -97,7 +96,7 @@ data() { return { cssUrl:this.cssUrl, - popContent:'删除张杨明后,就诊记录还可以查到,确定删除吗?', + popContent:'删除张杨明后,预约记录还可以查到,确定删除吗?', popTitle:'确认删除', popShowCancel:true, visitUsers:false, @@ -153,7 +152,7 @@ this.depart_id = uni.getStorageSync('depart_id') if(!this.depart_id && this.type == 1) { - this.$pop.modelShow('请先选择要预约的医院科室!', '/pages/index/index') + this.$pop.modelShow('请先选择要预约的服务机构科室!', '/pages/index/index') return } @@ -167,7 +166,7 @@ if(this.type == 2){ uni.setNavigationBarTitle({ - title:'就诊人' + title:'预约人' }) }if(this.type == 3){ uni.setNavigationBarTitle({ @@ -175,7 +174,7 @@ }) }else{ uni.setNavigationBarTitle({ - title:'请选择就诊人' + title:'请选择预约人' }) } }, @@ -193,7 +192,7 @@ reback(){ this.$nav.navToPath('/pages/index/index') }, - // 预约时间 -跳转就诊人页面-预约时间 + // 预约时间 -跳转预约人页面-预约时间 getDoctorInfo() { this.$http.req('api/user/index_info', {}, 'GET').then(data=>{ if(data == -1) return @@ -207,7 +206,7 @@ }) if(!hospital || Object.keys(hospital).length === 0) { - this.$pop.modelShow('请先选择要预约的医院科室~', '/pages/index/index') + this.$pop.modelShow('请先选择要预约的服务机构科室~', '/pages/index/index') return } @@ -236,7 +235,7 @@ var that = this uni.showModal({ title:'删除', - content:'删除'+visitor.name+'后,就诊记录还可以查到,确定删除吗?', + content:'删除'+visitor.name+'后,预约记录还可以查到,确定删除吗?', success(res) { if(!res.confirm) return that.$http.req('api/user/del_visitor', {id:visitor.id},'POST').then(data=>{ @@ -248,7 +247,7 @@ vistorOption(visitor){ var that = this uni.showActionSheet({ - itemList: ['修改就诊人信息', '删除就诊人'], + itemList: ['修改预约人信息', '删除预约人'], success: function (res) { if(res.tapIndex == 0){ that.modifyVistor(visitor) @@ -328,7 +327,7 @@ }, toPrebook(){ if(this.selectCount <= 0){ - this.$pop.modelShow('请选择就诊人') + this.$pop.modelShow('请选择预约人') return } diff --git a/pages/waiting_method/waiting_method.vue b/pages/waiting_method/waiting_method.vue index 941a9f8..08996a8 100644 --- a/pages/waiting_method/waiting_method.vue +++ b/pages/waiting_method/waiting_method.vue @@ -34,7 +34,7 @@ userCard }, onLoad(option) { - // 来自 确认报道页面选中的就诊人 + // 来自 确认报道页面选中的预约人 var active_visitors = JSON.parse(uni.getStorageSync('active_visitors')); this.active_visitors = active_visitors; var depart_info = uni.getStorageSync('depart'); @@ -44,7 +44,7 @@ } this.depart_id = uni.getStorageSync('depart_id') if(!this.depart_id) { - this.$pop.modelShow('请先选择要预约的医院科室', '/pages/index/index') + this.$pop.modelShow('请先选择要预约的服务机构科室', '/pages/index/index') return } }, @@ -79,7 +79,7 @@ this.$http.req('api/user/checkin', obj, 'POST').then(data => { - // 成功后跳转到就诊记录页面 + // 成功后跳转到预约记录页面 if(data == -1) return this.$nav.navToPath('/pages/prebook_list/prebook_list') }).catch(err => { diff --git a/中医针灸改版2.0_2025_03_06/需求拆分.txt b/中医针灸改版2.0_2025_03_06/需求拆分.txt index 9b27b73..8d867ae 100644 --- a/中医针灸改版2.0_2025_03_06/需求拆分.txt +++ b/中医针灸改版2.0_2025_03_06/需求拆分.txt @@ -1,23 +1,23 @@ 中医针灸患者端静态页面及样式改造 1.首页调整 (1)首页医院地址导航在小程序中打开样式 -(2)增加就诊须知折叠面板 +(2)增加预约须知折叠面板 (3)增加医保定点标签 (4)出诊医院列表样式调整 2.底部公共菜单增加“现场报道”入口 3.首页医院列表部分样式调整 -4.选择就诊人列表页面调整 +4.选择预约人列表页面调整 进行中 -4.新增就诊人页面样式改造 +4.新增预约人页面样式改造 5.扫码报道页面 6.确认报道页面 7.确认报道空页面 8.候诊方式页面 9.个人中心页面样式改造 -11.就诊人列表页面 -12.就诊记录页面 -13.就诊详情页面样式改造 +11.预约人列表页面 +12.预约记录页面 +13.预约详情页面样式改造 14.候诊状态,所在床位弹窗 1.首页医院地址导航在小程序中打开调整 diff --git a/针灸挂号系统功能拆分.txt b/针灸挂号系统功能拆分.txt index a44a189..9e611f3 100644 --- a/针灸挂号系统功能拆分.txt +++ b/针灸挂号系统功能拆分.txt @@ -14,23 +14,23 @@ 2.用户端首页样式调整 已完成 -1.挂号就诊人页面 -2.新增就诊人信息页面 +1.挂号预约人页面 +2.新增预约人信息页面 已完成 -1.针灸挂号系统选择就诊人页面 -2.修改就诊人信息页面 -3.就诊人信息页面 +1.针灸挂号系统选择预约人页面 +2.修改预约人信息页面 +3.预约人信息页面 待完成 一、患者端 静态页面 -2.就诊人预约挂号页面 +2.预约人预约挂号页面 预计完成 2024-03-11 09:30~2024-03-11 19:00 3.个人中心页面 4.修改个人资料页面 预计完成 2024-03-12 09:30~2024-03-12 19:00 -5.就诊人列表页面 +5.预约人列表页面 预计完成 2024-03-13 09:30~2024-03-13 19:00 6.预约列表页面 @@ -108,11 +108,11 @@ (1)选择医院使用腾讯位置服务接口 https://lbs.qq.com/service/webService/webServiceGuide/search/webServiceSuggestion -已完成 -1.快乐论文ai论文提交页面增加学历/专业选项 +已完成 +1.快乐论文ai论文提交页面增加学历/专业选项 2.快乐论文ai青色主题模板提交页面顶部公告样式调整 - -进行中 + +进行中 1.AI论文增加公式 进行中