see999 4 yıl önce
ebeveyn
işleme
f2dd61d1c1

+ 2 - 2
src/views/layout/Layout.vue Dosyayı Görüntüle

51
           </div>
51
           </div>
52
           <p>库存管理</p>
52
           <p>库存管理</p>
53
         </div> -->
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
           <div class="dialogMainOne">
55
           <div class="dialogMainOne">
56
             <div class="dialogIcon">
56
             <div class="dialogIcon">
57
               <i class="iconfont icon-yiliao newIcon"></i>
57
               <i class="iconfont icon-yiliao newIcon"></i>
66
             </div>
66
             </div>
67
             <p>营销管理</p>
67
             <p>营销管理</p>
68
           </div>
68
           </div>
69
-        </a>
69
+        </a> -->
70
         <!-- <div class="dialogMainOne">
70
         <!-- <div class="dialogMainOne">
71
           <div class="dialogIcon">
71
           <div class="dialogIcon">
72
             <i class="iconfont icon-shujufenxi-jingyinggaikuang newIcon"></i>
72
             <i class="iconfont icon-shujufenxi-jingyinggaikuang newIcon"></i>

+ 8 - 8
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue Dosyayı Görüntüle

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

+ 1 - 1
src/xt_pages/user/courseOfDisease.vue Dosyayı Görüntüle

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