Преглед изворни кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN пре 4 година
родитељ
комит
28f16a9194

+ 2 - 2
src/views/layout/Layout.vue Прегледај датотеку

@@ -51,7 +51,7 @@
51 51
           </div>
52 52
           <p>库存管理</p>
53 53
         </div> -->
54
-        <a :href="CDMWebsit()" target="_blank" v-if="this.$store.getters.xt_user.cdm_role_exist">
54
+        <!-- <a :href="CDMWebsit()" target="_blank" v-if="this.$store.getters.xt_user.cdm_role_exist">
55 55
           <div class="dialogMainOne">
56 56
             <div class="dialogIcon">
57 57
               <i class="iconfont icon-yiliao newIcon"></i>
@@ -66,7 +66,7 @@
66 66
             </div>
67 67
             <p>营销管理</p>
68 68
           </div>
69
-        </a>
69
+        </a> -->
70 70
         <!-- <div class="dialogMainOne">
71 71
           <div class="dialogIcon">
72 72
             <i class="iconfont icon-shujufenxi-jingyinggaikuang newIcon"></i>

+ 8 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue Прегледај датотеку

@@ -5,24 +5,24 @@
5 5
       <div class="order-title">{{ orgname }}&nbsp;&nbsp;&nbsp;血液净化治疗记录单</div>
6 6
       <table class="print-table" border="1" style="margin-top: 10px;">
7 7
         <tr>
8
-          <td style="text-align:left;">
8
+          <td style="text-align:left;width:170px" colspan="1">
9 9
             <span style="display:inline-block;margin-left:15px;">
10 10
               {{getDatge(queryParams.xtdate)}}
11 11
             </span>
12 12
           </td>
13
-          <td style="text-align:center;">
13
+          <td style="text-align:center;width:170px" colspan="1">
14 14
             姓名:
15 15
             <span style="display:inline-block;margin-left:10px;">
16 16
               {{patientInfo.name}}
17 17
             </span>
18 18
           </td>
19
-          <td style="text-align:center;">
19
+          <td style="text-align:center;" colspan="1">
20 20
             性别:
21 21
             <span style="display:inline-block;margin-left:10px;">
22 22
               {{patientInfo.gender}}
23 23
             </span>
24 24
           </td>
25
-          <td style="text-align:center;">
25
+          <td style="text-align:center;" colspan="1">
26 26
             年龄:
27 27
             <span style="display:inline-block;margin-left:10px;">
28 28
               {{
@@ -30,7 +30,7 @@
30 30
               }}
31 31
             </span>
32 32
           </td>
33
-          <td style="text-align:center;">
33
+          <td style="text-align:center;" colspan="1">
34 34
             <label-box
35 35
               showValue="门诊"
36 36
               :isChecked="receiverTreatmentAccess.condition == 2 ? true : false"
@@ -40,7 +40,7 @@
40 40
               :isChecked="receiverTreatmentAccess.condition == 1 ? true : false"
41 41
             ></label-box>
42 42
           </td>
43
-          <td style="text-align:center;">
43
+          <td style="text-align:center;" colspan="1">
44 44
             <template v-if="receiverTreatmentAccess.condition == 1">
45 45
               住院号:
46 46
               <span style="display:inline-block;margin-left:10px;">
@@ -62,7 +62,7 @@
62 62
               </span>
63 63
             </template>
64 64
           </td>
65
-          <td style="text-align:center;">
65
+          <td style="text-align:center;" colspan="1">
66 66
             机器号:
67 67
             <span style="display:inline-block;margin-left:10px;">
68 68
               {{
@@ -85,7 +85,7 @@
85 85
             <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>&nbsp;
86 86
           </td>
87 87
           <td style="text-align:left;" colspan="5">
88
-            <span style="display:inline-block;margin-left:15px;">诊断: {{ patientInfo.diagnose }}</span>
88
+            <span style="display:inline-block;margin-left:15px;width:100%;">诊断: {{ patientInfo.diagnose }}</span>
89 89
           </td>
90 90
         </tr>
91 91
         <tr>

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue Прегледај датотеку

@@ -328,7 +328,7 @@
328 328
       },
329 329
 
330 330
       createAction: function() {
331
-        this.new_content = this.$refs.editor.content
331
+        this.new_content = encodeURIComponent(this.$refs.editor.content)
332 332
         if (this.new_content.length == 0) {
333 333
           this.$message.error('请填写病程内容')
334 334
           return