张保健 5 vuotta sitten
vanhempi
commit
2c6ba7f79d

File diff suppressed because it is too large
+ 1169 - 1191
src/store/modules/globalConfig.js


+ 1 - 1
src/xt_pages/data/printTemplate.vue Näytä tiedosto

285
               // 同步
285
               // 同步
286
               // console.log(response.data.data.fileds)
286
               // console.log(response.data.data.fileds)
287
               this.loading = false;
287
               this.loading = false;
288
-              // store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
288
+              store.dispatch("updateAllFiledConfigList", response.data.data.fileds).then(() => {});
289
               this.$message({
289
               this.$message({
290
                 type: "success",
290
                 type: "success",
291
                 message: "切换成功"
291
                 message: "切换成功"

+ 3 - 1
src/xt_pages/dialysis/details/assessmentAfter.vue Näytä tiedosto

452
         case 3:
452
         case 3:
453
           return '住院'
453
           return '住院'
454
           break
454
           break
455
-
455
+        case 4:
456
+          return '门诊'
457
+          break
456
         default:
458
         default:
457
           return '-'
459
           return '-'
458
           break
460
           break

+ 9 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderEight.vue Näytä tiedosto

301
             </span>
301
             </span>
302
           </td>
302
           </td>
303
           <td style="text-align:left;" colspan="3">
303
           <td style="text-align:left;" colspan="3">
304
-            <span style="display:inline-block;margin-left:15px;">
305
-              <span style="display:flex;align-items:center;" v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) == ''">医生签名:{{getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))}}</span>
306
-              <span v-else style="display:flex;align-items:center;height:36px;" >医生签名:
307
-                <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))" alt="" srcset="">
304
+              <span style="display:inline-block;margin-left:15px;">
305
+                <span style="display:flex;align-items:center;" v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) == ''">医生签名:{{getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))}}</span>
306
+                <span v-else style="display:flex;align-items:center;height:36px;" >医生签名:
307
+                  <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))" alt="" srcset="">
308
+                </span>
308
               </span>
309
               </span>
309
-            </span>
310
           </td>
310
           </td>
311
         </tr>
311
         </tr>
312
         <tr>
312
         <tr>
1244
       bloodAccess: [],
1244
       bloodAccess: [],
1245
       vascularAccess: [],
1245
       vascularAccess: [],
1246
       nursing_record: '',
1246
       nursing_record: '',
1247
-      special_record: ''
1247
+      special_record: '',
1248
+      newTableAdvice:[]
1248
     }
1249
     }
1249
   },
1250
   },
1250
   methods: {
1251
   methods: {
1431
           // eslint-disable-next-line no-unused-vars
1432
           // eslint-disable-next-line no-unused-vars
1432
           var doctoradvce = response.data.data.doctorAdvice
1433
           var doctoradvce = response.data.data.doctorAdvice
1433
           var doctorAdevieInfo = response.data.data.doctorAdevieInfo
1434
           var doctorAdevieInfo = response.data.data.doctorAdevieInfo
1435
+          this.newTableAdvice = response.data.data.doctorAdevieInfo
1436
+          console.log("哈哈哈哈哈哈哈哈哈",this.newTableAdvice)
1434
           var tableAdvice = doctorAdevieInfo
1437
           var tableAdvice = doctorAdevieInfo
1435
           console.log('tableAdvice', tableAdvice)
1438
           console.log('tableAdvice', tableAdvice)
1436
           // console.log('医生', tableAdvice.length)
1439
           // console.log('医生', tableAdvice.length)

+ 14 - 9
src/xt_pages/dialysis/template/DialysisPrintOrderFifteen.vue Näytä tiedosto

119
       </table>
119
       </table>
120
       <table class="table-box" border="1" style="border-collapse: collapse;">
120
       <table class="table-box" border="1" style="border-collapse: collapse;">
121
           <tr>
121
           <tr>
122
-            <td style="padding-left:5px;width:16%;">
122
+            <td style="padding-left:5px;width:20%;">
123
                 透前体重
123
                 透前体重
124
                 <span style="width:50px;display: inline-block;text-align:center">{{ predialysis.weight_before ? predialysis.weight_before : "" }}</span>kg
124
                 <span style="width:50px;display: inline-block;text-align:center">{{ predialysis.weight_before ? predialysis.weight_before : "" }}</span>kg
125
             </td>
125
             </td>
126
-            <td style="padding-left:5px;width:16%;">
126
+            <td style="padding-left:5px;width:20%;">
127
                 上次透后体重
127
                 上次透后体重
128
                 <span style="width:50px;display: inline-block;text-align:center">{{ assessmentafter.weight_after ? assessmentafter.weight_after : "" }}</span>kg
128
                 <span style="width:50px;display: inline-block;text-align:center">{{ assessmentafter.weight_after ? assessmentafter.weight_after : "" }}</span>kg
129
             </td>
129
             </td>
130
-            <td style="padding-left:5px;width:16%;">
130
+            <td style="padding-left:5px;width:20%;">
131
                 拟脱水
131
                 拟脱水
132
                 <span style="width:50px;display: inline-block;text-align:center">{{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : '' }}</span>kg
132
                 <span style="width:50px;display: inline-block;text-align:center">{{ prescription.target_ultrafiltration ? prescription.target_ultrafiltration : '' }}</span>kg
133
             </td>
133
             </td>
134
-            <td style="padding-left:5px;width:16%;">
134
+            <!-- <td style="padding-left:5px;width:16%;">
135
                 实际脱水
135
                 实际脱水
136
                 <span style="width:50px;display: inline-block;text-align:center">{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : " " }}</span>kg
136
                 <span style="width:50px;display: inline-block;text-align:center">{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : " " }}</span>kg
137
-            </td>
138
-            <td style="padding-left:5px;width:16%;">
137
+            </td> -->
138
+            <td style="padding-left:5px;width:20%;">
139
                 透后体重
139
                 透后体重
140
                 <span style="width:50px;display: inline-block;text-align:center">{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}</span>kg
140
                 <span style="width:50px;display: inline-block;text-align:center">{{ afterdialysis.weight_after ? afterdialysis.weight_after : "" }}</span>kg
141
             </td>
141
             </td>
142
-            <td style="padding-left:5px;width:16%;">
142
+            <td style="padding-left:5px;width:20%;">
143
                 干体重
143
                 干体重
144
                 <span style="width:50px;display: inline-block;text-align:center">{{ predialysis.dry_weight ? predialysis.dry_weight : "" }}</span>kg
144
                 <span style="width:50px;display: inline-block;text-align:center">{{ predialysis.dry_weight ? predialysis.dry_weight : "" }}</span>kg
145
             </td>
145
             </td>
344
                 <span style="width:60px;display: inline-block;">穿刺方式:</span>
344
                 <span style="width:60px;display: inline-block;">穿刺方式:</span>
345
                 <label-box showValue="绳梯" :isChecked="predialysis.puncture_way == 1 ? true : false"></label-box>&nbsp;&nbsp;
345
                 <label-box showValue="绳梯" :isChecked="predialysis.puncture_way == 1 ? true : false"></label-box>&nbsp;&nbsp;
346
                 <label-box showValue="扣眼" :isChecked="predialysis.puncture_way == 2 ? true : false"></label-box>&nbsp;&nbsp;
346
                 <label-box showValue="扣眼" :isChecked="predialysis.puncture_way == 2 ? true : false"></label-box>&nbsp;&nbsp;
347
-                <label-box showValue="其他" :isChecked="predialysis.puncture_way != 1 ? true : predialysis.puncture_way != 2 ? true : false"></label-box>&nbsp;&nbsp;
347
+                <label-box showValue="其他" :isChecked="predialysis.puncture_way > 0 ? ((predialysis.puncture_way != 1 && predialysis.puncture_way != 2) ? true : false) : false"></label-box>&nbsp;&nbsp;
348
               </td>
348
               </td>
349
           </tr>
349
           </tr>
350
       </table>
350
       </table>
378
       </table>
378
       </table>
379
       <table class="print-table" border="1">
379
       <table class="print-table" border="1">
380
           <tr style="border:none;">
380
           <tr style="border:none;">
381
-              <td style="text-align:left;padding-left:5px;border:none;">
381
+              <td style="text-align:left;padding-left:5px;border:none;width:300px;">
382
                 <span style="width:80px;display: inline-block;text-align:left;">透析器凝血:</span>
382
                 <span style="width:80px;display: inline-block;text-align:left;">透析器凝血:</span>
383
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>&nbsp;
383
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false" showValue="无"></label-box>&nbsp;
384
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>&nbsp;
384
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false" showValue="+"></label-box>&nbsp;
385
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false" showValue="+ +"></label-box>&nbsp;
385
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false" showValue="+ +"></label-box>&nbsp;
386
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false" showValue="+ + +"></label-box>&nbsp;
386
                 <label-box :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false" showValue="+ + +"></label-box>&nbsp;
387
               </td>
387
               </td>
388
+              <td style="padding-left:5px;width:120px;">
389
+                体温
390
+                <span style="width:50px;display: inline-block;text-align:center;">{{ afterdialysis.temperature ? afterdialysis.temperature : "" }}</span>℃
391
+              </td>
392
+              <td></td>
388
           </tr>
393
           </tr>
389
       </table>
394
       </table>
390
       <table class="print-table" border="1">
395
       <table class="print-table" border="1">

+ 1 - 1
src/xt_pages/workforce/remind_print.vue Näytä tiedosto

73
                   <span v-if="main_collection.prescription.anticoagulant == 3">{{main_collection.prescription.anticoagulant_zongliang?main_collection.prescription.anticoagulant_zongliang+'iu':''}}</span>
73
                   <span v-if="main_collection.prescription.anticoagulant == 3">{{main_collection.prescription.anticoagulant_zongliang?main_collection.prescription.anticoagulant_zongliang+'iu':''}}</span>
74
                   <span v-if="main_collection.prescription.anticoagulant == 4">{{main_collection.prescription.anticoagulant_zongliang?main_collection.prescription.anticoagulant_zongliang+'mg':''}}</span>
74
                   <span v-if="main_collection.prescription.anticoagulant == 4">{{main_collection.prescription.anticoagulant_zongliang?main_collection.prescription.anticoagulant_zongliang+'mg':''}}</span>
75
                 </td>
75
                 </td>
76
-                <td :width="td_4_width" >
76
+                <td :width="td_4_width" style="text-align:left" >
77
                   <span style="white-space: pre">{{getAdvice(main_collection.doctor_advice)}}</span>
77
                   <span style="white-space: pre">{{getAdvice(main_collection.doctor_advice)}}</span>
78
                 </td>
78
                 </td>
79
               </tr>
79
               </tr>