瀏覽代碼

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 4 年之前
父節點
當前提交
9f27afcfec

+ 1 - 1
src/pages/main/Print.vue 查看文件

1102
                     </td>
1102
                     </td>
1103
                     <td width="20">L</td>
1103
                     <td width="20">L</td>
1104
                     <td></td>
1104
                     <td></td>
1105
-                    <td width="60">透后重</td>
1105
+                    <td width="60">透后重</td>
1106
                     <td width="50">
1106
                     <td width="50">
1107
                       <div class="under-line">&nbsp;{{afterdialysis.weight_after?afterdialysis.weight_after:''}}</div>
1107
                       <div class="under-line">&nbsp;{{afterdialysis.weight_after?afterdialysis.weight_after:''}}</div>
1108
                     </td>
1108
                     </td>

+ 2 - 2
src/pages/main/dialog/AssessmentDialog.vue 查看文件

8
       </div>
8
       </div>
9
 
9
 
10
       <div class="DialogContent" id="dialogTop">
10
       <div class="DialogContent" id="dialogTop">
11
-        <div class="item" v-if="isShow('透前重')">
12
-          <h2 class="name">透前重(kg)</h2>
11
+        <div class="item" v-if="isShow('透前重')">
12
+          <h2 class="name">透前重(kg)</h2>
13
           <div class="content">
13
           <div class="content">
14
             <input
14
             <input
15
               type="number"
15
               type="number"

+ 3 - 3
src/pages/main/dialog/ThorougDialog.vue 查看文件

28
           </div>
28
           </div>
29
         </div>
29
         </div>
30
 
30
 
31
-        <div class="item" v-if="isShow('透后重')">
32
-          <label class="name" for="sjcll">透后重(kg)</label>
31
+        <div class="item" v-if="isShow('透后重')">
32
+          <label class="name" for="sjcll">透后重(kg)</label>
33
           <div class="content">
33
           <div class="content">
34
             <input
34
             <input
35
               type="number"
35
               type="number"
1603
         this.formValue[key] = this.record[key]
1603
         this.formValue[key] = this.record[key]
1604
       }
1604
       }
1605
     }
1605
     }
1606
-    
1606
+
1607
     if ((this.record.id == undefined || this.record.id == '') && this.predialysis.id != undefined) {
1607
     if ((this.record.id == undefined || this.record.id == '') && this.predialysis.id != undefined) {
1608
       this.$set(this.formValue, 'additional_weight', this.predialysis['additional_weight'].toString())
1608
       this.$set(this.formValue, 'additional_weight', this.predialysis['additional_weight'].toString())
1609
     }
1609
     }

+ 8 - 8
src/pages/main/dialog/subMenu/MsgTip.vue 查看文件

19
         </div>
19
         </div>
20
       </div>
20
       </div>
21
       <div class="item" style="display:block;">
21
       <div class="item" style="display:block;">
22
-        <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">透前重(kg)<span style="text-align:right;float: right;color:#ec6618;">{{ getBeforeWeight(predialysis)}}</span></div>
22
+        <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">透前重(kg)<span style="text-align:right;float: right;color:#ec6618;">{{ getBeforeWeight(predialysis)}}</span></div>
23
         <div class="content" style="margin-top:5px;margin-left:0;">
23
         <div class="content" style="margin-top:5px;margin-left:0;">
24
-          <span class="text" style="text-align:left;display:block;height:0.4rem;" id="txms">透前重:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{ getBeforeWeight(predialysis)}}</span>kg=
24
+          <span class="text" style="text-align:left;display:block;height:0.4rem;" id="txms">透前重:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{ getBeforeWeight(predialysis)}}</span>kg=
25
           透前总重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{predialysis.weight_before}}</span>kg-
25
           透前总重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{predialysis.weight_before}}</span>kg-
26
           衣服重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{predialysis.additional_weight}}</span>kg
26
           衣服重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{predialysis.additional_weight}}</span>kg
27
            </span>
27
            </span>
46
         <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">体重增加(kg)<span style="text-align:right;float: right;color:#ec6618;">{{add_weight}}</span></div>
46
         <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">体重增加(kg)<span style="text-align:right;float: right;color:#ec6618;">{{add_weight}}</span></div>
47
         <div class="content" style="margin-top:5px;margin-left:0;">
47
         <div class="content" style="margin-top:5px;margin-left:0;">
48
           <span class="text" style="text-align:left;display:block;height:0.8rem;line-height:0.6rem;" id="txms">体重增加:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{add_weight}}</span>kg=
48
           <span class="text" style="text-align:left;display:block;height:0.8rem;line-height:0.6rem;" id="txms">体重增加:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{add_weight}}</span>kg=
49
-          透前重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{getBeforeWeight(predialysis)}}</span>kg -
50
-          上次透后重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{getLastAfterWeight(last_record)}}</span>kg
49
+          透前重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{getBeforeWeight(predialysis)}}</span>kg -
50
+          上次透后重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{getLastAfterWeight(last_record)}}</span>kg
51
           </span>
51
           </span>
52
         </div>
52
         </div>
53
         <br>
53
         <br>
59
         </div>
59
         </div>
60
       </div> -->
60
       </div> -->
61
       <div class="item" style="display:block;">
61
       <div class="item" style="display:block;">
62
-        <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">透后重(kg)<span style="text-align:right;float: right;color:#ec6618;">{{getAfterWeight(record)}}</span></div>
62
+        <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">透后重(kg)<span style="text-align:right;float: right;color:#ec6618;">{{getAfterWeight(record)}}</span></div>
63
         <div class="content" style="margin-top:5px;margin-left:0;">
63
         <div class="content" style="margin-top:5px;margin-left:0;">
64
-          <span class="text" style="text-align:left;display:block;height:0.4rem;" id="txms">透后重:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{getAfterWeight(record)}}</span>kg=
64
+          <span class="text" style="text-align:left;display:block;height:0.4rem;" id="txms">透后重:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{getAfterWeight(record)}}</span>kg=
65
           透后总重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{record.weight_after}}</span>kg-
65
           透后总重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{record.weight_after}}</span>kg-
66
           衣服重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{predialysis.additional_weight}}</span>kg
66
           衣服重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{predialysis.additional_weight}}</span>kg
67
            </span>
67
            </span>
81
         </div>
81
         </div>
82
       </div>
82
       </div>
83
       <div class="item" style="display:block;">
83
       <div class="item" style="display:block;">
84
-        <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">上次透后重(kg)<span style="text-align:right;float: right;color:#ec6618;">{{getLastAfterWeight(last_record)}}</span></div>
84
+        <div class="name" style="width:100%;text-align:left;line-height:1.5rem;font-size:0.7rem;" for="txms">上次透后重(kg)<span style="text-align:right;float: right;color:#ec6618;">{{getLastAfterWeight(last_record)}}</span></div>
85
         <div class="content" style="margin-top:5px;margin-left:0;">
85
         <div class="content" style="margin-top:5px;margin-left:0;">
86
-          <span class="text" style="text-align:left;display:block;height:0.4rem;" id="txms">上次透后重:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{getLastAfterWeight(last_record)}}</span>kg=
86
+          <span class="text" style="text-align:left;display:block;height:0.4rem;" id="txms">上次透后重:<span style="color:#ec6618;display:inline-block;text-align:center;margin:0 2px;">{{getLastAfterWeight(last_record)}}</span>kg=
87
           上次透后总重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{last_record.weight_after}}</span>kg-
87
           上次透后总重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{last_record.weight_after}}</span>kg-
88
           上次衣服重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{last_predialysis.additional_weight}}</span>kg
88
           上次衣服重:<span style="color:#ec6618;display:inline-block;text-align:center;center;margin:0 2px;">{{last_predialysis.additional_weight}}</span>kg
89
            </span>
89
            </span>

+ 2 - 2
src/pages/main/dialysis/RecordTable.vue 查看文件

63
             <th width="110px">透析模式</th>
63
             <th width="110px">透析模式</th>
64
             <th width="92px">透析时长(h)</th>
64
             <th width="92px">透析时长(h)</th>
65
             <th width="76px">干体重(kg)</th>
65
             <th width="76px">干体重(kg)</th>
66
-            <th width="76px">透前重(kg)</th>
67
-            <th width="76px">透后重(kg)</th>
66
+            <th width="76px">透前重(kg)</th>
67
+            <th width="76px">透后重(kg)</th>
68
             <th width="92px">透前血压(mmHg)</th>
68
             <th width="92px">透前血压(mmHg)</th>
69
             <th width="92px">透后血压(mmHg)</th>
69
             <th width="92px">透后血压(mmHg)</th>
70
             <th width="92px">超滤总量(L)</th>
70
             <th width="92px">超滤总量(L)</th>

+ 2 - 2
src/pages/main/today/assessmentAfter.vue 查看文件

24
           <span class="content" id="ssy">{{systolic_blood_pressure?systolic_blood_pressure:''}}</span>
24
           <span class="content" id="ssy">{{systolic_blood_pressure?systolic_blood_pressure:''}}</span>
25
           <span class="unit">{{systolic_blood_pressure?'mmHg':''}}</span>
25
           <span class="unit">{{systolic_blood_pressure?'mmHg':''}}</span>
26
         </li>
26
         </li>
27
-        <li v-if="isShow('透后重')">
28
-          <label for="thtz">透后重 : </label>
27
+        <li v-if="isShow('透后重')">
28
+          <label for="thtz">透后重 : </label>
29
           <span class="content" id="thtz">{{weight_after?weight_after:''}}</span>
29
           <span class="content" id="thtz">{{weight_after?weight_after:''}}</span>
30
           <span class="unit">{{weight_after?'kg':''}}</span>
30
           <span class="unit">{{weight_after?'kg':''}}</span>
31
         </li>
31
         </li>

+ 2 - 2
src/pages/main/today/assessmentBefore.vue 查看文件

7
     </h2>
7
     </h2>
8
     <div class="plate ">
8
     <div class="plate ">
9
       <ul>
9
       <ul>
10
-        <li v-if="isShow('透前重')">
11
-          <label>透前重 : </label>
10
+        <li v-if="isShow('透前重')">
11
+          <label>透前重 : </label>
12
           <span class="content">{{ weight_before ? weight_before : "" }}</span>
12
           <span class="content">{{ weight_before ? weight_before : "" }}</span>
13
           <span class="unit">{{ weight_before ? "kg" : "" }}</span>
13
           <span class="unit">{{ weight_before ? "kg" : "" }}</span>
14
         </li>
14
         </li>

+ 2 - 2
src/pages/main/today/pastData.vue 查看文件

36
       tableTit: [
36
       tableTit: [
37
         "日期",
37
         "日期",
38
         "透析模式",
38
         "透析模式",
39
-        "透前重(kg)",
40
-        "透后重(kg)",
39
+        "透前重(kg)",
40
+        "透后重(kg)",
41
         "设定脱水(L)",
41
         "设定脱水(L)",
42
         "实际脱水(L)"
42
         "实际脱水(L)"
43
       ],
43
       ],

+ 2 - 2
src/pages/waitingRoom/components/assessmentAfter.vue 查看文件

8
     <div class="plate ">
8
     <div class="plate ">
9
       <ul>
9
       <ul>
10
         <li>
10
         <li>
11
-          <label>透后重 : </label>
11
+          <label>透后重 : </label>
12
           <span class="content">{{ weight_after }}</span>
12
           <span class="content">{{ weight_after }}</span>
13
           <span class="unit">kg</span>
13
           <span class="unit">kg</span>
14
         </li>
14
         </li>
98
       note: "无明显异常",
98
       note: "无明显异常",
99
       doctor: "刘小军  医生",
99
       doctor: "刘小军  医生",
100
       info1: [
100
       info1: [
101
-        { value: "1", label: "透后重 : ", content: "55", unit: "kg" },
101
+        { value: "1", label: "透后重 : ", content: "55", unit: "kg" },
102
         { value: "2", label: "收缩压 : ", content: "174", unit: "mmHg" },
102
         { value: "2", label: "收缩压 : ", content: "174", unit: "mmHg" },
103
         { value: "3", label: "实际超滤量: ", content: "20", unit: "ml" },
103
         { value: "3", label: "实际超滤量: ", content: "20", unit: "ml" },
104
         { value: "4", label: "疑血 : ", content: "无震颤", unit: "" },
104
         { value: "4", label: "疑血 : ", content: "无震颤", unit: "" },

+ 1 - 1
src/pages/waitingRoom/components/assessmentBefore.vue 查看文件

44
       note: "",
44
       note: "",
45
       doctor: "刘小军  医生",
45
       doctor: "刘小军  医生",
46
       info1: [
46
       info1: [
47
-        { value: "1", label: "透前重 : ", content: "0", unit: "kg" },
47
+        { value: "1", label: "透前重 : ", content: "0", unit: "kg" },
48
         { value: "2", label: "收缩压 : ", content: "0", unit: "mmHg" },
48
         { value: "2", label: "收缩压 : ", content: "0", unit: "mmHg" },
49
         { value: "3", label: "前次透析后: ", content: "0", unit: "" },
49
         { value: "3", label: "前次透析后: ", content: "0", unit: "" },
50
         { value: "4", label: " ", content: " ", unit: "" }
50
         { value: "4", label: " ", content: " ", unit: "" }

+ 1 - 1
src/pages/waitingRoom/components/dialog/afterThoroughly.vue 查看文件

7
     </h2>
7
     </h2>
8
     <div class="content">
8
     <div class="content">
9
       <div class="cell">
9
       <div class="cell">
10
-        <label>透后重(kg)</label>
10
+        <label>透后重(kg)</label>
11
         <input
11
         <input
12
           type="text"
12
           type="text"
13
           class="inputBox"
13
           class="inputBox"

+ 1 - 1
src/pages/waitingRoom/components/dialog/preDialysis.vue 查看文件

7
     </h2>
7
     </h2>
8
     <div class="content">
8
     <div class="content">
9
       <div class="cell">
9
       <div class="cell">
10
-        <label>透前重(kg)</label>
10
+        <label>透前重(kg)</label>
11
         <input
11
         <input
12
           type="text"
12
           type="text"
13
           class="inputBox"
13
           class="inputBox"

+ 2 - 2
src/pages/waitingRoom/components/pastData.vue 查看文件

36
       tableTit: [
36
       tableTit: [
37
         "日期",
37
         "日期",
38
         "透析模式",
38
         "透析模式",
39
-        "透前重(kg)",
40
-        "透后重(kg)",
39
+        "透前重(kg)",
40
+        "透后重(kg)",
41
         "设定脱水(L)",
41
         "设定脱水(L)",
42
         "实际脱水(L)"
42
         "实际脱水(L)"
43
       ],
43
       ],