XMLWAN 2 年之前
父節點
當前提交
bbdfa80a12

+ 1 - 1
src/xt_pages/data/druguseTemplate.vue 查看文件

889
                             v-for="item in unitsOption"
889
                             v-for="item in unitsOption"
890
                             :key="item.id"
890
                             :key="item.id"
891
                             :label="item.name "
891
                             :label="item.name "
892
-                            :value="item.id"
892
+                            :value="item.name"
893
                           ></el-option>
893
                           ></el-option>
894
                         </el-select>
894
                         </el-select>
895
                       </el-col>
895
                       </el-col>

+ 33 - 97
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue 查看文件

1207
                           <td width="60" v-if="org_id == 9836">体温(°C)</td>
1207
                           <td width="60" v-if="org_id == 9836">体温(°C)</td>
1208
                           <td
1208
                           <td
1209
                             width="50"
1209
                             width="50"
1210
-                            v-if="
1211
-                              org_id != 10121 && org_id != 9675 && org_id != 0
1210
+                            v-if=" org_id != 9538 && org_id != 10121 && org_id != 9675 && org_id != 0
1212
                             "
1211
                             "
1213
                           >
1212
                           >
1214
                             电导度<br />(ms/cm)
1213
                             电导度<br />(ms/cm)
1232
                           >
1231
                           >
1233
                             置换量<br />(ml)
1232
                             置换量<br />(ml)
1234
                           </td>
1233
                           </td>
1234
+
1235
                           <td
1235
                           <td
1236
                             width="50"
1236
                             width="50"
1237
-                            v-if="
1238
-                              org_id == 9919 || org_id == 9538 || org_id == 9675
1239
-                            "
1237
+                            v-if="org_id == 9919 || org_id == 9538 || org_id == 9675 || org_id == 9671 "
1240
                           >
1238
                           >
1241
                             KT/V
1239
                             KT/V
1242
                           </td>
1240
                           </td>
1243
                           <td
1241
                           <td
1244
                             width="50"
1242
                             width="50"
1245
-                            v-if="org_id == 9538 || org_id == 9675"
1243
+                            v-if="org_id == 9538 || org_id == 9675 || org_id == 9671"
1246
                           >
1244
                           >
1247
                             血容量<br />(L)
1245
                             血容量<br />(L)
1248
                           </td>
1246
                           </td>
1247
+
1249
                           <td width="200">病情变化及处理</td>
1248
                           <td width="200">病情变化及处理</td>
1250
                         </tr>
1249
                         </tr>
1250
+
1251
                         <tr
1251
                         <tr
1252
                           v-for="(monitor_record, j) in record.monitor_records"
1252
                           v-for="(monitor_record, j) in record.monitor_records"
1253
                           :key="j"
1253
                           :key="j"
1254
                         >
1254
                         >
1255
                           <td>
1255
                           <td>
1256
-                            {{
1257
-                              getTime(monitor_record.operate_time, "{h}:{i}")
1258
-                            }}
1256
+                            {{getTime(monitor_record.operate_time, "{h}:{i}")}}
1259
                           </td>
1257
                           </td>
1260
                           <td>
1258
                           <td>
1261
-                            {{
1262
-                              monitor_record.systolic_blood_pressure
1263
-                                ? monitor_record.systolic_blood_pressure + "/"
1264
-                                : ""
1265
-                            }}{{
1266
-                              monitor_record.diastolic_blood_pressure
1267
-                                ? monitor_record.diastolic_blood_pressure
1268
-                                : ""
1269
-                            }}
1259
+                            {{ monitor_record.systolic_blood_pressure? monitor_record.systolic_blood_pressure + "/": ""}}
1260
+                            {{ monitor_record.diastolic_blood_pressure? monitor_record.diastolic_blood_pressure: ""}}
1270
                           </td>
1261
                           </td>
1271
                           <td>
1262
                           <td>
1272
-                            {{
1273
-                              monitor_record.pulse_frequency
1274
-                                ? monitor_record.pulse_frequency
1275
-                                : ""
1276
-                            }}
1263
+                            {{monitor_record.pulse_frequency? monitor_record.pulse_frequency: ""}}
1277
                           </td>
1264
                           </td>
1278
                           <td>
1265
                           <td>
1279
-                            {{
1280
-                              monitor_record.breathing_rate
1281
-                                ? monitor_record.breathing_rate
1282
-                                : ""
1283
-                            }}
1266
+                            {{ monitor_record.breathing_rate ? monitor_record.breathing_rate: ""}}
1284
                           </td>
1267
                           </td>
1285
                           <td>
1268
                           <td>
1286
-                            {{
1287
-                              monitor_record.blood_flow_volume
1288
-                                ? monitor_record.blood_flow_volume
1289
-                                : ""
1290
-                            }}
1269
+                            {{monitor_record.blood_flow_volume? monitor_record.blood_flow_volume: ""}}
1291
                           </td>
1270
                           </td>
1292
                           <td>
1271
                           <td>
1293
-                            {{
1294
-                              monitor_record.venous_pressure
1295
-                                ? monitor_record.venous_pressure
1296
-                                : ""
1297
-                            }}
1272
+                            {{monitor_record.venous_pressure? monitor_record.venous_pressure: ""}}
1298
                           </td>
1273
                           </td>
1299
                           <td>
1274
                           <td>
1300
-                            {{
1301
-                              monitor_record.transmembrane_pressure
1302
-                                ? monitor_record.transmembrane_pressure
1303
-                                : ""
1304
-                            }}
1275
+                             {{monitor_record.transmembrane_pressure ? monitor_record.transmembrane_pressure: ""}}
1305
                           </td>
1276
                           </td>
1306
                           <td v-if="org_id != 9836">
1277
                           <td v-if="org_id != 9836">
1307
-                            {{
1308
-                              monitor_record.dialysate_temperature
1309
-                                ? monitor_record.dialysate_temperature
1310
-                                : ""
1311
-                            }}
1278
+                            {{ monitor_record.dialysate_temperature? monitor_record.dialysate_temperature: ""}}
1312
                           </td>
1279
                           </td>
1313
                           <td v-if="org_id == 9836">
1280
                           <td v-if="org_id == 9836">
1314
-                            {{
1315
-                              monitor_record.temperature
1316
-                                ? monitor_record.temperature
1317
-                                : ""
1318
-                            }}
1281
+                            {{monitor_record.temperature? monitor_record.temperature: ""}}
1319
                           </td>
1282
                           </td>
1320
-                          <td
1321
-                            v-if="
1322
-                              org_id != 10121 && org_id != 9675 && org_id != 0
1323
-                            "
1324
-                          >
1325
-                            {{
1326
-                              monitor_record.conductivity
1327
-                                ? monitor_record.conductivity
1328
-                                : ""
1329
-                            }}
1330
-                          </td>
1331
-                          <td
1332
-                            v-if="
1333
-                              org_id == 10121 || org_id == 9675 || org_id == 0
1334
-                            "
1335
-                          >
1336
-                            {{
1337
-                              monitor_record.blood_oxygen_saturation
1338
-                                ? monitor_record.blood_oxygen_saturation
1339
-                                : ""
1340
-                            }}
1341
-                          </td>
1342
-                          <td
1343
-                            v-if="
1344
-                              org_id != 9538 &&
1345
-                              org_id != 10121 &&
1346
-                              org_id != 9675 &&
1347
-                              org_id != 0
1348
-                            "
1349
-                          >
1283
+
1284
+                          <!-- <td v-if="org_id != 10121 && org_id != 9675 && org_id != 0">
1285
+                            {{monitor_record.conductivity? monitor_record.conductivity : ""}}
1286
+                          </td> -->
1287
+                         <td v-if=" org_id != 9538 &&org_id != 10121 && org_id != 9675 &&org_id != 0">
1350
                             {{
1288
                             {{
1351
                               monitor_record.conductivity ? monitor_record.conductivity : ""
1289
                               monitor_record.conductivity ? monitor_record.conductivity : ""
1352
                             }}
1290
                             }}
1353
                           </td>
1291
                           </td>
1354
 
1292
 
1293
+                          <td v-if="org_id == 10121 || org_id == 9675 || org_id == 0">
1294
+                            {{monitor_record.blood_oxygen_saturation? monitor_record.blood_oxygen_saturation: ""}}
1295
+                          </td>
1296
+
1297
+                        
1298
+
1355
                           <td v-if="org_id == 9538">
1299
                           <td v-if="org_id == 9538">
1356
-                            {{
1357
-                              monitor_record.sodium_concentration
1358
-                                ? monitor_record.sodium_concentration
1359
-                                : ""
1360
-                            }}
1300
+                            {{ monitor_record.sodium_concentration? monitor_record.sodium_concentration: ""}}
1361
                           </td>
1301
                           </td>
1362
 
1302
 
1363
                           <td>
1303
                           <td>
1364
-                            <span v-if="monitor_record.operate_time">{{
1365
-                              monitor_record.ultrafiltration_volume
1366
-                                ? monitor_record.ultrafiltration_volume
1367
-                                : ""
1368
-                            }}</span>
1304
+                            <span>{{monitor_record.ultrafiltration_volume? monitor_record.ultrafiltration_volume: ""}}</span>
1369
                           </td>
1305
                           </td>
1306
+
1370
                           <td
1307
                           <td
1371
                             v-if="
1308
                             v-if="
1372
                               record.prescription.mode_id == 2 ||
1309
                               record.prescription.mode_id == 2 ||
1383
                           </td>
1320
                           </td>
1384
                           <td
1321
                           <td
1385
                             width="50"
1322
                             width="50"
1386
-                            v-if="
1387
-                              org_id == 9919 || org_id == 9538 || org_id == 9675
1388
-                            "
1323
+                            v-if="org_id == 9919 || org_id == 9538 || org_id == 9675  || org_id == 9671"
1389
                           >
1324
                           >
1390
                             {{ monitor_record.ktv }}
1325
                             {{ monitor_record.ktv }}
1391
                           </td>
1326
                           </td>
1392
                           <td
1327
                           <td
1393
                             width="50"
1328
                             width="50"
1394
-                            v-if="org_id == 9538 || org_id == 9675"
1329
+                            v-if="org_id == 9538 || org_id == 9675 || org_id == 9671"
1395
                           >
1330
                           >
1396
                             {{ monitor_record.accumulated_blood_volume }}
1331
                             {{ monitor_record.accumulated_blood_volume }}
1397
                           </td>
1332
                           </td>
1333
+
1398
                           <td style="line-height: 16px; padding: 0px">
1334
                           <td style="line-height: 16px; padding: 0px">
1399
                             <div
1335
                             <div
1400
                               style="
1336
                               style="

+ 4 - 1
src/xt_pages/dialysis/details/index.vue 查看文件

333
                 
333
                 
334
                 </div>
334
                 </div>
335
                 <div class="printCell" style="display:flex;justify-content: space-around;">
335
                 <div class="printCell" style="display:flex;justify-content: space-around;">
336
-                  <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}L</span>
336
+                  <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}
337
+                    <span v-if="this.$store.getters.xt_user.org.id == 10278">ml</span> 
338
+                    <span v-else>L</span>
339
+                  </span>
337
                   <span style="display: block;width: 50%;">
340
                   <span style="display: block;width: 50%;">
338
                     总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
341
                     总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
339
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
342
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">

+ 20 - 13
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue 查看文件

1731
                   >
1731
                   >
1732
                     <span v-if="advice.parent_id > 0">---></span>
1732
                     <span v-if="advice.parent_id > 0">---></span>
1733
                     <span>{{ advice.advice_name }}</span>
1733
                     <span>{{ advice.advice_name }}</span>
1734
+                    <span v-if="advice.project && advice.project.project_name">{{ advice.project.project_name }}</span>
1734
                     <span v-if="advice && advice.advice_desc"
1735
                     <span v-if="advice && advice.advice_desc"
1735
                       >({{ advice.advice_desc
1736
                       >({{ advice.advice_desc
1736
                       }}{{ advice.drug_spec_unit }})</span
1737
                       }}{{ advice.drug_spec_unit }})</span
1737
                     >
1738
                     >
1738
-                    <span v-if="advice.prescribing_number"
1739
-                      >&nbsp;&nbsp; {{ advice.prescribing_number
1740
-                      }}{{ advice.prescribing_number_unit }}</span
1741
-                    >
1742
-                    <span v-if="advice.single_dose != 0"
1743
-                      >{{ advice.single_dose
1744
-                      }}{{ advice.single_dose_unit }}</span
1745
-                    >
1746
-                    <span v-if="advice.parent_id == 0">{{
1747
-                      advice.delivery_way
1748
-                    }}</span>
1739
+                    <span v-if="advice.prescribing_number" >&nbsp;&nbsp; {{ advice.prescribing_number}}{{ advice.prescribing_number_unit }}</span>
1740
+                    <span v-if="advice.single_dose != 0" >{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
1741
+                     <span v-if="advice.project && advice.project.unit">{{ advice.project.unit }}</span>
1742
+                    <span v-if="advice.parent_id == 0">{{advice.delivery_way}}</span>
1749
                     <span v-if="advice.parent_id == 0">{{
1743
                     <span v-if="advice.parent_id == 0">{{
1750
                       advice.execution_frequency
1744
                       advice.execution_frequency
1751
                     }}</span>
1745
                     }}</span>
1771
                       srcset=""
1765
                       srcset=""
1772
                       v-else
1766
                       v-else
1773
                     />
1767
                     />
1768
+                    <span v-if="setAdminUserES(advice.doctor) == ''">{{
1769
+                      getAdminUser(advice.doctor)
1770
+                    }}</span>
1771
+                    <img
1772
+                      style="height: 30px"
1773
+                      :src="setAdminUserES(advice.doctor)"
1774
+                      alt=""
1775
+                      srcset=""
1776
+                      v-else
1777
+                    />
1774
                   </td>
1778
                   </td>
1775
                   <!-- <td height="35px">
1779
                   <!-- <td height="35px">
1776
                   <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1780
                   <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
3099
         this.prescription = response.data.data.dialysisPrescription;
3103
         this.prescription = response.data.data.dialysisPrescription;
3100
         console.log("透析处方", this.prescription);
3104
         console.log("透析处方", this.prescription);
3101
         let project_arr = response.data.data.projects
3105
         let project_arr = response.data.data.projects
3106
+        console.log("project_Arr2332323232",project_arr)
3102
         project_arr.forEach(o => {
3107
         project_arr.forEach(o => {
3103
           if(o.project.project_name && o.project.project_name!=""){
3108
           if(o.project.project_name && o.project.project_name!=""){
3104
             this.project.push(o)
3109
             this.project.push(o)
3251
           this.advices.push(item);
3256
           this.advices.push(item);
3252
         }
3257
         }
3253
         this.loading = false;
3258
         this.loading = false;
3254
-        this.doctor_advices =
3255
-          response.data.data.advices == null ? [] : response.data.data.advices.concat(this.project);
3259
+        this.doctor_advices = response.data.data.advices == null ? [] : response.data.data.advices.concat(this.project);
3256
           // .concat(this.project)
3260
           // .concat(this.project)
3257
           console.log( this.doctor_advices,' this.doctor_advices this.doctor_advices')
3261
           console.log( this.doctor_advices,' this.doctor_advices this.doctor_advices')
3258
         for (let index = 0; index < this.doctor_advices.length; index++) {
3262
         for (let index = 0; index < this.doctor_advices.length; index++) {
3337
         //    this.advice_groups.push(group)
3341
         //    this.advice_groups.push(group)
3338
         //   }
3342
         //   }
3339
         // }
3343
         // }
3344
+        console.log("dotoreadvcie233232323223",this.doctor_advices)
3340
         if (this.doctor_advices.length <= 6) {
3345
         if (this.doctor_advices.length <= 6) {
3341
           var nl = 6;
3346
           var nl = 6;
3342
           this.print_length = 6;
3347
           this.print_length = 6;
3354
         }
3359
         }
3355
 
3360
 
3356
         this.totollength = this.doctor_advices.length + this.monitors.length;
3361
         this.totollength = this.doctor_advices.length + this.monitors.length;
3362
+        console.log(" this.totollength", this.totollength)
3357
         if (this.totollength > 18) {
3363
         if (this.totollength > 18) {
3358
           var temp_advice_length = 17 - this.monitors.length;
3364
           var temp_advice_length = 17 - this.monitors.length;
3359
           var doctor_advices_1 = [];
3365
           var doctor_advices_1 = [];
3370
           this.doctor_advices_2 = doctor_advices_2;
3376
           this.doctor_advices_2 = doctor_advices_2;
3371
         }
3377
         }
3372
         console.log(this.doctor_advices,'doctor_advices');
3378
         console.log(this.doctor_advices,'doctor_advices');
3379
+        console.log(" this.doctor_advices_2",this.doctor_advices_2)
3373
       } else {
3380
       } else {
3374
         this.loading = false;
3381
         this.loading = false;
3375
         this.$message.error("请求数据失败");
3382
         this.$message.error("请求数据失败");

+ 4 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 查看文件

437
                 
437
                 
438
                 </div>
438
                 </div>
439
                 <div class="printCell" style="display:flex;justify-content: space-around;">
439
                 <div class="printCell" style="display:flex;justify-content: space-around;">
440
-                  <span style="display: block;width: 50%;">处方脱水量:{{ main_collection.prescription.target_ultrafiltration }}L</span>
440
+                  <span style="display: block;width: 50%;">处方脱水量:
441
+                    <span v-if="this.$store.getters.xt_user.org.id == 10278">ml</span> 
442
+                    <span v-else>L</span>
443
+                    </span>
441
                   <span style="display: block;width: 50%;">
444
                   <span style="display: block;width: 50%;">
442
                     总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
445
                     总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
443
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">
446
                   <span v-if="main_collection.dialysissolution.anticoagulant == 1">

+ 1 - 1
src/xt_pages/qcd/treatmentControlAnalysis/components/TimePersonal.vue 查看文件

563
        console.log("hhh2323323232",this.DialysisData)
563
        console.log("hhh2323323232",this.DialysisData)
564
        import('@/vendor/Export2Excel').then(excel => {
564
        import('@/vendor/Export2Excel').then(excel => {
565
         const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','总数']
565
         const tHeader = ['序号','姓名', '年龄', '透析号','HD','HDF','HD+HP','HP','HF','SCUF','IUF','HFHD','HFHD+HP','HFR','HDF+HP','CRRT','腹水回输','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','血浆胆红素吸附+HP','HPD','HDP','总数']
566
-        const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HD高通','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','total_count']
566
+        const filterVal = ['index','name', 'age', 'dialysis_no','HD','HDF','HDHP','HP','HF','SCUF','IUF','HFHD','HFHDHP','HFR','HDFHP','CRRT','OTR','IUF+HD','UF','HD+','I-HDF','HDGT','CVVH','CVVHD','CVVHDF','PE','XUEHP','HPD','HDP','total_count']
567
 
567
 
568
         const data = this.formatJson(filterVal, this.DialysisData)
568
         const data = this.formatJson(filterVal, this.DialysisData)
569
 
569
 

+ 25 - 19
src/xt_pages/stock/drugs/query.vue 查看文件

708
           this.tableList[i].min_unit,
708
           this.tableList[i].min_unit,
709
           this.tableList[i].min_number
709
           this.tableList[i].min_number
710
         );
710
         );
711
-        if (this.end_time == 0) {
712
           this.tableList[i].outCount = this.getWarehouseOutInfo(
711
           this.tableList[i].outCount = this.getWarehouseOutInfo(
713
-            this.tableList[i].drug_warehouse_out,
712
+            this.tableList[i].drug_warehouse_info,
714
             this.tableList[i].max_unit,
713
             this.tableList[i].max_unit,
715
             this.tableList[i].min_unit,
714
             this.tableList[i].min_unit,
716
             this.tableList[i].min_number
715
             this.tableList[i].min_number
721
             this.tableList[i].min_unit,
720
             this.tableList[i].min_unit,
722
             this.tableList[i].min_number
721
             this.tableList[i].min_number
723
           );
722
           );
724
-        }
725
-        if (this.end_time != 0) {
726
-          this.tableList[i].outCount =
727
-            this.getOutCount(this.tableList[i].id) +
728
-            this.getAutoCount(this.tableList[i].id);
729
-          this.tableList[i].overplusCount =
730
-            this.getWarehoseInfo(this.tableList[i].drug_warehouse_info) -
731
-            this.getOutCount(this.tableList[i].id) -
732
-            this.getAutoCount(this.tableList[i].id);
733
-        }
723
+      
724
+        // if (this.end_time != 0) {
725
+        //   this.tableList[i].outCount =
726
+        //     this.getOutCount(this.tableList[i].id) +
727
+        //     this.getAutoCount(this.tableList[i].id);
728
+        //   this.tableList[i].overplusCount =
729
+        //     this.getWarehoseInfo(this.tableList[i].drug_warehouse_info) -
730
+        //     this.getOutCount(this.tableList[i].id) -
731
+        //     this.getAutoCount(this.tableList[i].id);
732
+        // }
734
       }
733
       }
735
       import("@/vendor/Export2Excel").then((excel) => {
734
       import("@/vendor/Export2Excel").then((excel) => {
736
         const tHeader = [
735
         const tHeader = [
1087
       var max_str = "";
1086
       var max_str = "";
1088
       var min_str = "";
1087
       var min_str = "";
1089
       var total = 0;
1088
       var total = 0;
1090
-      var newarr = arr;
1091
-      if (newarr.length > 0) {
1092
-        for (let i = 0; i < newarr.length; i++) {
1093
-          total += newarr[i].stock_max_number + newarr[i].stock_min_number;
1089
+      if (arr!=null&&arr.length > 0) {
1090
+        for (let i = 0; i < arr.length; i++) {
1091
+          total += arr[i].stock_max_number + arr[i].stock_min_number;
1094
         }
1092
         }
1095
       }
1093
       }
1096
       if (total < min_number) {
1094
       if (total < min_number) {
1113
     getWarehouseOutInfo(arr, max_unit, min_unit, min_number) {
1111
     getWarehouseOutInfo(arr, max_unit, min_unit, min_number) {
1114
       var min_str = "";
1112
       var min_str = "";
1115
       var max_str = "";
1113
       var max_str = "";
1116
-      var total = 0;
1117
-      if (arr.length > 0) {
1114
+      var total_one = 0;
1115
+      var total_two = 0
1116
+      var total =0 
1117
+      if (arr!=null&&arr.length > 0) {
1118
+        for (let i = 0; i < arr.length; i++) {
1119
+          total_one += parseInt(arr[i].warehousing_count);
1120
+        }
1121
+      }
1122
+      if (arr!=null&&arr.length > 0) {
1118
         for (let i = 0; i < arr.length; i++) {
1123
         for (let i = 0; i < arr.length; i++) {
1119
-          total += parseInt(arr[i].count);
1124
+          total_two += parseInt(arr[i].stock_max_number)+ parseInt(arr[i].stock_min_number);
1120
         }
1125
         }
1121
       }
1126
       }
1122
 
1127
 
1128
+      total = total_one - total_two
1123
       if (total < min_number) {
1129
       if (total < min_number) {
1124
         min_str = total + min_unit;
1130
         min_str = total + min_unit;
1125
       }
1131
       }

+ 1 - 1
src/xt_pages/user/components/PatientDetail.vue 查看文件

1000
               <div class="proj">
1000
               <div class="proj">
1001
                 <span class="proj_title">日期:</span>
1001
                 <span class="proj_title">日期:</span>
1002
                 <!-- {{ getTime(patientPrint.created_time) }} -->
1002
                 <!-- {{ getTime(patientPrint.created_time) }} -->
1003
-                <span v-if="org_id == 3907 || org_id == 9671|| org_id == 10138|| org_id == 9675">{{
1003
+                <span v-if="org_id == 3907 || org_id == 9671|| org_id == 10138|| org_id == 9675 || org_id == 10394">{{
1004
                   getTime(patientPrint.created_time)
1004
                   getTime(patientPrint.created_time)
1005
                 }}</span>
1005
                 }}</span>
1006
                 <span v-else>{{ printDate }}</span>
1006
                 <span v-else>{{ printDate }}</span>