Просмотр исходного кода

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 год назад
Родитель
Сommit
5bf17d2cb5

+ 25 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_twentySeven.vue Просмотреть файл

@@ -1549,7 +1549,30 @@
1549 1549
                           <tbody>
1550 1550
                             <tr>
1551 1551
                               <td width="70">抗凝方式:</td>
1552
-                              <td width="80">
1552
+                              <td width="120">
1553
+                                <div class="under-line">
1554
+                                  <span v-if="record.prescription.anticoagulant == 0">&nbsp;/</span>
1555
+                                  <span v-if="record.prescription.anticoagulant == 1">&nbsp;无肝素</span>
1556
+                                  <span v-if="record.prescription.anticoagulant == 2">&nbsp;普通肝素</span>
1557
+                                  <span v-if="record.prescription.anticoagulant == 3">&nbsp;低分子肝素</span>
1558
+                                  <span v-if="record.prescription.anticoagulant == 4">&nbsp;阿加曲班</span>
1559
+                                  <span v-if="record.prescription.anticoagulant == 5">&nbsp;枸橼酸钠</span>
1560
+                                  <span v-if="record.prescription.anticoagulant == 6">&nbsp;低分子肝素钙</span>
1561
+                                  <span v-if="record.prescription.anticoagulant == 16">&nbsp;低分子量肝素钙</span>
1562
+                                  <span v-if="record.prescription.anticoagulant == 7">&nbsp;低分子肝素钠</span>
1563
+                                  <span v-if="record.prescription.anticoagulant == 8">&nbsp;依诺肝素</span>
1564
+                                  <span v-if="record.prescription.anticoagulant == 9">&nbsp;达肝素</span>
1565
+                                  <span v-if="record.prescription.anticoagulant == 10">&nbsp;体外抗凝</span>
1566
+                                  <span v-if="record.prescription.anticoagulant == 11">&nbsp;那屈肝素</span>
1567
+                                  <span v-if="record.prescription.anticoagulant == 12">&nbsp;无抗凝剂</span>
1568
+                                  <span v-if="record.prescription.anticoagulant == 13">&nbsp;那屈肝素钙</span>
1569
+                                  <span v-if="record.prescription.anticoagulant == 14">&nbsp;肝素钙注射液</span>
1570
+                                  <span v-if="record.prescription.anticoagulant == 15">&nbsp;甲磺酸萘莫司他</span>
1571
+                                  <span v-if="record.prescription.anticoagulant == 16">&nbsp;低分子量肝素钙</span>
1572
+                                  <span v-if="record.prescription.anticoagulant == 17">&nbsp;肝素钠</span>
1573
+                                </div>
1574
+                              </td>
1575
+                              <!-- <td width="80">
1553 1576
                                   <label-box :isChecked="record.prescription.anticoagulant == '8' ? true : false" showValue="依诺肝素"></label-box>
1554 1577
                               </td>
1555 1578
                               <td width="80">
@@ -1563,7 +1586,7 @@
1563 1586
                               </td>
1564 1587
                               <td width="90">
1565 1588
                                   <label-box :isChecked="(record.prescription.anticoagulant == '低分子肝素' || record.prescription.anticoagulant == '低分子肝素钙' || record.prescription.anticoagulant == '低分子肝素钠') ? true : false" showValue="低分子肝素"></label-box>
1566
-                              </td>
1589
+                              </td> -->
1567 1590
 
1568 1591
                               <td width="50">首剂量</td>
1569 1592
                               <td width="60">

+ 1 - 1
src/xt_pages/dialysis/details/dialog/adviceDialog/AddGroupAdvice.vue Просмотреть файл

@@ -1749,7 +1749,7 @@ export default {
1749 1749
           }
1750 1750
       }
1751 1751
 
1752
-      if(this.$store.getters.xt_user.org.id == 10579  || this.$store.getters.xt_user.org.id == 10585 || this.$store.getters.xt_user.org.id == 10587 || this.$store.getters.xt_user.org.id == 10597){
1752
+      if(this.$store.getters.xt_user.org.id == 10579  || this.$store.getters.xt_user.org.id == 10585 || this.$store.getters.xt_user.org.id == 10587 || this.$store.getters.xt_user.org.id == 10597 || this.$store.getters.xt_user.org.id == 10551){
1753 1753
         var date = new Date()
1754 1754
           var year = date.getFullYear()
1755 1755
           var month = date.getMonth() + 1

+ 4 - 12
src/xt_pages/dialysis/details/dialog/adviceDialog/EditGroupAdvice.vue Просмотреть файл

@@ -1414,20 +1414,11 @@ export default {
1414 1414
         this.nameForm = {
1415 1415
           advice_name: this.groupSelectRow.advice_name,
1416 1416
           advice_desc: this.groupSelectRow.advice_desc,
1417
-          single_dose:
1418
-            this.groupSelectRow.single_dose != 0
1419
-              ? this.groupSelectRow.single_dose
1420
-              : "",
1417
+          single_dose:this.groupSelectRow.single_dose != 0? this.groupSelectRow.single_dose: "",
1421 1418
           single_dose_unit: this.groupSelectRow.single_dose_unit,
1422
-          drug_spec:
1423
-            this.groupSelectRow.drug_spec != 0
1424
-              ? this.groupSelectRow.drug_spec
1425
-              : "",
1419
+          drug_spec:this.groupSelectRow.drug_spec != 0? this.groupSelectRow.drug_spec: "",
1426 1420
           drug_spec_unit: this.groupSelectRow.drug_spec_unit,
1427
-          prescribing_number:
1428
-            this.groupSelectRow.prescribing_number != 0
1429
-              ? this.groupSelectRow.prescribing_number
1430
-              : "",
1421
+          prescribing_number:this.groupSelectRow.prescribing_number != 0? this.groupSelectRow.prescribing_number: "",
1431 1422
           prescribing_number_unit: this.groupSelectRow.prescribing_number_unit,
1432 1423
           delivery_way: this.isChild ? "" : this.groupSelectRow.delivery_way,
1433 1424
           execution_frequency: this.isChild? "": this.groupSelectRow.execution_frequency,
@@ -1439,6 +1430,7 @@ export default {
1439 1430
           id: this.groupSelectRow.id,
1440 1431
           children: [],
1441 1432
           parent_row: this.groupSelectRow.parent_row,
1433
+          remark:this.groupSelectRow.remark
1442 1434
           // row_key:this.groupSelectRow.row_key,
1443 1435
         };
1444 1436
         this.nameFormTitle = "修改医嘱内容";

+ 22 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Просмотреть файл

@@ -2764,6 +2764,28 @@ mu
2764 2764
             var hours = date.getHours()
2765 2765
             var minites = date.getMinutes()
2766 2766
 
2767
+            if (month < 10) {
2768
+              month = '0' + month
2769
+            }
2770
+            if (day < 10) {
2771
+              day = '0' + day
2772
+            }
2773
+            if (hours < 10) {
2774
+              hours = '0' + hours
2775
+            }
2776
+            if (minites < 10) {
2777
+              minites = '0' + minites
2778
+            }
2779
+            this.start_time = year + '-' + month + '-' + day + ' ' + hours + ':' + minites
2780
+           }else if (this.$store.getters.xt_user.org.id == 10587){
2781
+            var date = new Date()
2782
+            var year = date.getFullYear()
2783
+            var month = date.getMonth() + 1
2784
+            var day = date.getDate()
2785
+
2786
+            var hours = date.getHours()
2787
+            var minites = date.getMinutes()
2788
+
2767 2789
             if (month < 10) {
2768 2790
               month = '0' + month
2769 2791
             }

+ 12 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySeven.vue Просмотреть файл

@@ -668,7 +668,12 @@
668 668
                   <tbody>
669 669
                     <tr>
670 670
                       <td width="70">抗凝方式:</td>
671
-                      <td width="80">
671
+                      <td width="220">
672
+                        <div class="under-line">
673
+                          &nbsp;{{ prescription.anticoagulant ? prescription.anticoagulant : ' ' }}
674
+                        </div>
675
+                      </td>
676
+                      <!-- <td width="80">
672 677
                           <label-box :isChecked="prescription.anticoagulant == '依诺肝素' ? true : false" showValue="依诺肝素"></label-box>
673 678
                       </td>
674 679
                       <td width="80">
@@ -682,10 +687,12 @@
682 687
                       </td>
683 688
                       <td width="90">
684 689
                           <label-box :isChecked="(prescription.anticoagulant == '低分子肝素' || prescription.anticoagulant == '低分子肝素钙' || prescription.anticoagulant == '低分子肝素钠') ? true : false" showValue="低分子肝素"></label-box>
685
-                      </td>
690
+                      </td> -->
691
+
692
+                      
686 693
 
687 694
                       <td width="40">首剂量</td>
688
-                      <td width="60">
695
+                      <td width="100">
689 696
                         {{prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : ""}}
690 697
                         <span v-if="prescription.anticoagulant == '枸橼酸钠'">ml</span>
691 698
                         <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
@@ -702,7 +709,7 @@
702 709
                       </td>
703 710
 
704 711
                       <td width="30">维持</td>
705
-                      <td width="60">
712
+                      <td width="100">
706 713
                         {{prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : ""}}
707 714
                         <span v-if="prescription.anticoagulant == '阿加曲班'">iu</span>
708 715
                         <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
@@ -718,7 +725,7 @@
718 725
                       </td>
719 726
 
720 727
                       <td width="30">总量</td>
721
-                      <td width="60">
728
+                      <td width="100">
722 729
                         {{prescription.anticoagulant_zongliang ?prescription.anticoagulant_zongliang : ""}}
723 730
                         <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu/h</span>
724 731
                         <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>

+ 1 - 1
src/xt_pages/medicalScheduling/index.vue Просмотреть файл

@@ -1005,7 +1005,7 @@ export default {
1005 1005
                     obj.user_name = "合计"
1006 1006
                     obj.user_type = 10
1007 1007
                     obj.list = arr2
1008
-                    arr.push(obj)
1008
+                    arr2.push(obj)
1009 1009
 
1010 1010
                     let data = []
1011 1011