Browse Source

Merge branch 'dev' of http://gogs.ywtinfo.com/chenjunkun/th_net_hospital_ali_mp into dev

liweimin 2 years ago
parent
commit
5a9a49f950

+ 12 - 0
antbuilder/industry/hospitalV2/components/follow-up-notice/index.acss

@@ -56,3 +56,15 @@
 .hospital-new-component .follow-up-notice .agree {
   color: #1677FF;
 }
+.hospital-new-component .follow-up-notice .sub-text .red {
+  color: red;
+  font-weight: 550;
+}
+.hospital-new-component .follow-up-notice .sub-text .green {
+  color: green;
+  font-weight: 550;
+}
+.hospital-new-component .follow-up-notice .sub-text .yellow {
+  color: yellow;
+  font-weight: 550;
+}

+ 76 - 1
antbuilder/industry/hospitalV2/components/follow-up-notice/index.axml

@@ -1,6 +1,6 @@
 <wrapper>
   <view class="follow-up-notice">
-    <view class="rich-container">
+    <view a:if="{{ type === 'normal' }}" class="rich-container">
       <view class="title">网络挂号须知</view>
       <view class="rich-content">
         <view class="warm-text">
@@ -42,6 +42,81 @@
         </view>
       </view>
     </view>
+    <view a:if="{{ type === 'huangshi' }}" class="rich-container">
+      <view class="title">南方医院白云分院疫情期间就诊温馨告知</view>
+      <view class="rich-content">
+        <view class="text-item">
+          <view class="sub-text">
+            南方医院白云分院疫情期间就诊温馨提示
+          </view>
+          <view class="sub-text">
+            尊敬的市民朋友∶
+          </view>
+          <view class="sub-text">
+            为贯彻落实国家新冠疫情防控工作与维持日常诊疗服务相关部署,切实保障您及家人的健康,现就我院近期就诊相关事宜温馨告知如下,请您仔细阅读。
+          </view>
+        </view>
+        <view class="text-item">
+          <view class="sub-title">
+            一、进入医院须知
+          </view>
+          <view class="sub-text">
+            1.所有人员须监测体温,佩戴口罩,出示穗康码/粤康码(<text class="green">绿码</text>),须扫描我院的"<text class="red">通行健康码</text>"登记。
+          </view>
+          <view class="sub-text">
+            2.进入诊区均须经过<text class="red">预检分诊<text>。
+          </view>
+          <view class="sub-text">
+            3.国内低风险区域即中、高风险区所有县(市、区、镇)的其他地区(不含广州低风险区域),须持来穗后<text class="red">24小时</text>核酸<text class="red">阴性</text>结果就诊。
+          </view>
+          <view class="sub-text">
+            4.<text class="red">住院患者</text>及<text class="red">陪护</text>需持有<text class="red">48小时内</text>核酸<text class="red">阴性</text>结果。
+          </view>
+        </view>
+        <view class="text-item">
+          <view class="sub-title">
+            二、门诊就诊须知
+          </view>
+          <view class="sub-text">
+            1.普通门诊开诊时间∶周一至周日上午<text class="red">:08∶00-12∶00,下午:13∶00-16∶00,夜诊:16∶00-21∶00</text>。节假日另行通知。
+          </view>
+          <view class="sub-text">
+            2.除急诊外,消化内镜、门诊手术、口腔治疗、咽喉镜、雾化、碳13、肺功能检查、透析等高风险操作应有<text class="red">72小时内</text>核酸<text class="red">阴性</text>结果。
+          </view>
+          <view class="sub-text">
+            3.候诊时请您尽量保持<text class="red">1米以上</text>距离排队,避免人群拥挤。
+          </view>
+          <view class="sub-text">
+            4.严格执行"<text class="red">一人一诊一室</text>",老年体弱、行动不便患者及儿童仅允许一人陪同。
+          </view>
+          <view class="sub-text">
+            5.我院新冠疫苗接种时间为:<text class="red">周一~周日:上午8:00-11:30,下午13:30-15:30</text>。
+          </view>
+        </view>
+        <view class="text-item">
+          <view class="sub-title">
+            特殊人群<text class="red">禁止</text>进入院内:
+          </view>
+          <view class="sub-text">
+            1.我院发热门诊<text class="red">暂停对外开放</text>,请至就近开设发热门诊的医疗机构就诊。
+          </view>
+          <view class="sub-text">
+            2.<text class="red">红码</text>人员∶一律上报社区三人小组,等待转运。
+          </view>
+          <view class="sub-text">
+            3.<text class="yellow">黄码</text>人员∶有新冠“十大症状”者,请至就近开设发热门诊的医疗机构就诊。
+          </view>
+        </view>
+        <view class="text-item">
+          <view class="sub-text">
+            所有人员不得隐瞒与疫情相关的病史、疫情中高风险地区旅居史、或与疑似患者接触史等,故意隐瞒相关信息,造成疫情扩散者,将被依法追究刑事责任。
+          </view>
+          <view class="sub-text">
+            2022年8月8日
+          </view>
+        </view>
+      </view>
+    </view>
     <view class="fixed-footer">
       <view class="agree-container">
         <text>同意</text>

+ 36 - 29
antbuilder/industry/hospitalV2/components/follow-up-notice/index.js

@@ -1,31 +1,38 @@
-import history from '../../utils/history';
+import history from "../../utils/history";
 Component({
-  props: {
-    componentData: {}
-  },
-  data: {},
-  methods: {
-    toNextPage() {
-      const {
-        componentData
-      } = this.props;
-      const {
-        query = {}
-      } = this.$page.data;
-      history.push({
-        query,
-        componentData,
-        title: '选择科室',
-        pageType: 'select-department'
-      });
-    },
+	props: {
+		componentData: {},
+	},
+	data: {
+		type: "",
+	},
+	didMount() {
+		const { query = {} } = this.$page.data;
+		const { name } = query;
+		const nameMap = {
+			黄石总院: "huangshi",
+		};
+		this.setData({
+			type: nameMap[name] ? nameMap[name] : "normal",
+		});
+	},
+	methods: {
+		toNextPage() {
+			const { componentData } = this.props;
+			const { query = {} } = this.$page.data;
+			history.push({
+				query,
+				componentData,
+				title: "选择科室",
+				pageType: "select-department",
+			});
+		},
 
-    toService() {
-      history.push({
-        title: '授权协议',
-        pageType: 'service-agreement'
-      });
-    }
-
-  }
-});
+		toService() {
+			history.push({
+				title: "授权协议",
+				pageType: "service-agreement",
+			});
+		},
+	},
+});