Selaa lähdekoodia

凌云集团更改公司

peiguo 5 vuotta sitten
vanhempi
commit
1e1c93b961
3 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      whepi-doc/mrsb.sql
  2. 1 1
      whepi-ui/templates/home/ribao.ftl
  3. 3 3
      whepi-ui/templates/home/ribao.js

+ 1 - 1
whepi-doc/mrsb.sql

@@ -48,7 +48,7 @@ CREATE TABLE ms_suspected  (
   single_room       int(11)    NOT NULL DEFAULT 0                           COMMENT '单间隔离:0否,1是',
   suspected_status  int(11)    NOT NULL DEFAULT 0                           COMMENT '是否疑似:0否,1是',
   is_contact        int(11)    NOT NULL DEFAULT 0                           COMMENT '家庭成员中有新冠肺炎疫情或有过病例接触史人员:0否,1是',
-  is_suspected      int(11)    NOT NULL DEFAULT 0                           COMMENT '同居或近期接触的家庭成员中有感冒、发热、咳嗽等症状:0否,1是',
+  is_suspected      int(11)    NOT NULL DEFAULT 0                           COMMENT '近期接触的家庭成员中有感冒、发热、咳嗽等症状:0否,1是',
   others            varchar(600)  NOT NULL DEFAULT ''                       COMMENT '其他',
   user_create       bigint(20) NOT NULL DEFAULT 0                           COMMENT '新增人',
   time_create       datetime(0) NOT NULL DEFAULT CURRENT_TIMESTAMP(0)       COMMENT '新增时间',

+ 1 - 1
whepi-ui/templates/home/ribao.ftl

@@ -197,7 +197,7 @@
                         </div>
                         <div style="display:flex; flex-direction: row; justify-content: space-between; margin-top: 1vh;">
                             <div style="color: gray;height: 10vh; line-height: 5vh; width: 150%;">
-                                同居或近期接触的家庭成员中有感冒、发热、咳嗽等症状
+                                近期接触的家庭成员中有感冒、发热、咳嗽等症状
                             </div>
                             <div class="weui-cells_checkbox" style="width: 100%; margin-top: 2.5vh;">
                                 <label class="weui-radio weui-cell_active weui-check__label" for="s38">

+ 3 - 3
whepi-ui/templates/home/ribao.js

@@ -751,7 +751,7 @@ function ribao_cell(v) {
     isContact = "家庭成员中有新冠肺炎疫情或有过病例接触史人员:" + getIsContact(v.isContact) + ";";
   var isSuspected = "";
   if (v.isSuspected != 0)
-    isSuspected = "同居或近期接触的家庭成员中有感冒、发热、咳嗽等症状:" + getIsContact(v.isContact) + ";";
+    isSuspected = "近期接触的家庭成员中有感冒、发热、咳嗽等症状:" + getIsContact(v.isContact) + ";";
   var singleRoom = "";
   var uptownId = $("#uptownId").val();
   if (uptownId != xiaoquId && uptownId != ceshixiaoquId) {
@@ -1146,7 +1146,7 @@ function ribaoCommit() {
   var isSuspected = $("input[name='radio2']:checked").val();
   if (isSuspected == undefined) {
     isSuspected = true;
-    $.alert("请选择同居或近期接触的家庭成员中有感冒、发热、咳嗽等症状");
+    $.alert("请选择近期接触的家庭成员中有感冒、发热、咳嗽等症状");
     return;
   }
 
@@ -1716,7 +1716,7 @@ function helpValue1(v) {
 
   var isSuspected = "";
   if (v.isSuspected != 0)
-    isSuspected = "同居或近期接触的家庭成员中有感冒、发热、咳嗽等症状:" + getIsContact(v.isContact) + ";";
+    isSuspected = "近期接触的家庭成员中有感冒、发热、咳嗽等症状:" + getIsContact(v.isContact) + ";";
   var singleRoom = "";
 
   var uptownId = $("#uptownId").val();