28169 1 rok temu
rodzic
commit
5aad9cee98

+ 27 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Wyświetl plik

@@ -1221,6 +1221,15 @@
1221 1221
                         <span v-if="record.prescription.anticoagulant == 1"
1222 1222
                           >mg</span
1223 1223
                         >
1224
+                        <span v-if="record.prescription.anticoagulant == 15"
1225
+                          >mg</span
1226
+                        >
1227
+                        <span v-if="record.prescription.anticoagulant == 16"
1228
+                          >mg</span
1229
+                        >
1230
+                        <span v-if="record.prescription.anticoagulant == 17"
1231
+                          >mg</span
1232
+                        >
1224 1233
                       </div>
1225 1234
                       <div class="inline_block" style="margin-left: 20px">
1226 1235
                         维持:
@@ -1279,6 +1288,15 @@
1279 1288
                         <span v-if="record.prescription.anticoagulant == 1"
1280 1289
                           >mg/h</span
1281 1290
                         >
1291
+                        <span v-if="record.prescription.anticoagulant == 15"
1292
+                          >mg/h</span
1293
+                        >
1294
+                        <span v-if="record.prescription.anticoagulant == 16"
1295
+                          >mg/h</span
1296
+                        >
1297
+                        <span v-if="record.prescription.anticoagulant == 17"
1298
+                          >mg/h</span
1299
+                        >
1282 1300
                       </div>
1283 1301
                       <div class="inline_block" style="margin-left: 20px">
1284 1302
                         总量:
@@ -1317,6 +1335,15 @@
1317 1335
                         <span v-if="record.prescription.anticoagulant == 1"
1318 1336
                           >mg</span
1319 1337
                         >
1338
+                        <span v-if="record.prescription.anticoagulant == 15"
1339
+                          >mg</span
1340
+                        >
1341
+                        <span v-if="record.prescription.anticoagulant == 16"
1342
+                          >mg</span
1343
+                        >
1344
+                        <span v-if="record.prescription.anticoagulant == 17"
1345
+                          >mg</span
1346
+                        >
1320 1347
                       </div>
1321 1348
                       <div class="inline_block" style="margin-left: 20px">
1322 1349
                         透析机号:

+ 9 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_twentySeven.vue Wyświetl plik

@@ -1599,6 +1599,9 @@
1599 1599
                                     <span v-if="record.prescription.anticoagulant == 3">iu</span>
1600 1600
                                     <span v-if="record.prescription.anticoagulant == 2">mg</span>
1601 1601
                                     <span v-if="record.prescription.anticoagulant == 1">mg</span>
1602
+                                    <span v-if="record.prescription.anticoagulant == 15">mg</span>
1603
+                                    <span v-if="record.prescription.anticoagulant == 16">mg</span>
1604
+                                    <span v-if="record.prescription.anticoagulant == 17">mg</span>
1602 1605
                               </td>
1603 1606
 
1604 1607
                               <td width="30">维持</td>
@@ -1612,6 +1615,9 @@
1612 1615
                                 <span v-if="record.prescription.anticoagulant == 3">iu/h</span>
1613 1616
                                 <span v-if="record.prescription.anticoagulant == 2">mg/h</span>
1614 1617
                                 <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
1618
+                                <span v-if="record.prescription.anticoagulant == 15">mg/h</span>
1619
+                                <span v-if="record.prescription.anticoagulant == 16">mg/h</span>
1620
+                                <span v-if="record.prescription.anticoagulant == 17">mg/h</span>
1615 1621
                               </td>
1616 1622
 
1617 1623
                               <td width="30">总量</td>
@@ -1625,6 +1631,9 @@
1625 1631
                                   <span v-if="record.prescription.anticoagulant == 3">iu</span>
1626 1632
                                   <span v-if="record.prescription.anticoagulant == 2">mg</span>
1627 1633
                                   <span v-if="record.prescription.anticoagulant == 1">mg</span>
1634
+                                  <span v-if="record.prescription.anticoagulant == 15">mg</span>
1635
+                                  <span v-if="record.prescription.anticoagulant == 16">mg</span>
1636
+                                  <span v-if="record.prescription.anticoagulant == 17">mg</span>
1628 1637
                               </td>
1629 1638
                               <!-- <td width="70">抗凝方式:</td>
1630 1639
                               <td width="120">

+ 6 - 78
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySeven.vue Wyświetl plik

@@ -667,79 +667,7 @@
667 667
                 <table class="table-box">
668 668
                   <tbody>
669 669
                     <tr>
670
-                      <td width="70">抗凝方式:</td>
671
-                      <td width="220">
672
-                        <div class="under-line">
673
-                          &nbsp;{{ prescription.anticoagulant ? prescription.anticoagulant : ' ' }}
674
-                        </div>
675
-                      </td>
676
-                      <!-- <td width="80">
677
-                          <label-box :isChecked="prescription.anticoagulant == '依诺肝素' ? true : false" showValue="依诺肝素"></label-box>
678
-                      </td>
679
-                      <td width="80">
680
-                          <label-box :isChecked="prescription.anticoagulant == '阿加曲班' ? true : false" showValue="阿加曲班"></label-box>
681
-                      </td>
682
-                      <td width="80">
683
-                          <label-box :isChecked="prescription.anticoagulant == '普通肝素' ? true : false" showValue="普通肝素"></label-box>
684
-                      </td>
685
-                      <td width="80">
686
-                          <label-box :isChecked="prescription.anticoagulant == '无肝素' ? true : false" showValue="无肝素"></label-box>
687
-                      </td>
688
-                      <td width="90">
689
-                          <label-box :isChecked="(prescription.anticoagulant == '低分子肝素' || prescription.anticoagulant == '低分子肝素钙' || prescription.anticoagulant == '低分子肝素钠') ? true : false" showValue="低分子肝素"></label-box>
690
-                      </td> -->
691
-
692
-                      
693
-
694
-                      <td width="40">首剂量</td>
695
-                      <td width="100">
696
-                        {{prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : ""}}
697
-                        <span v-if="prescription.anticoagulant == '枸橼酸钠'">ml</span>
698
-                        <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
699
-                        <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
700
-                        <span v-if="prescription.anticoagulant == '依诺肝素'">iu</span>
701
-                        <span v-if="prescription.anticoagulant == '达肝素'">iu</span>
702
-                        <span v-if="prescription.anticoagulant == '体外抗凝'">iu</span>
703
-                        <span v-if="prescription.anticoagulant == '那屈肝素'">iu</span>
704
-                        <span v-if="prescription.anticoagulant == '那屈肝素钙'">iu</span>
705
-                        <span v-if="prescription.anticoagulant == '阿加曲班'">mg</span>
706
-                        <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
707
-                        <span v-if="prescription.anticoagulant == '普通肝素'">mg</span>
708
-                        <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
709
-                      </td>
710
-
711
-                      <td width="30">维持</td>
712
-                      <td width="100">
713
-                        {{prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : ""}}
714
-                        <span v-if="prescription.anticoagulant == '阿加曲班'">iu</span>
715
-                        <span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
716
-                        <span v-if="prescription.anticoagulant == '普通肝素'">mg</span>
717
-                        <span v-if="prescription.anticoagulant == '枸橼酸钠'">ml</span>
718
-                        <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
719
-                        <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
720
-                        <span v-if="prescription.anticoagulant == '依诺肝素'">iu</span>
721
-                        <span v-if="prescription.anticoagulant == '达肝素'">iu</span>
722
-                        <span v-if="prescription.anticoagulant == '体外抗凝'">iu</span>
723
-                        <span v-if="prescription.anticoagulant == '那屈肝素'">iu</span>
724
-                        <span v-if="prescription.anticoagulant == '那屈肝素钙'">iu</span>
725
-                      </td>
726
-
727
-                      <td width="30">总量</td>
728
-                      <td width="100">
729
-                        {{prescription.anticoagulant_zongliang ?prescription.anticoagulant_zongliang : ""}}
730
-                        <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu/h</span>
731
-                        <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>
732
-                        <span v-if="prescription.anticoagulant == '依诺肝素'">iu/h</span>
733
-                        <span v-if="prescription.anticoagulant == '达肝素'">iu/h</span>
734
-                        <span v-if="prescription.anticoagulant == '体外抗凝'">iu/h</span>
735
-                        <span v-if="prescription.anticoagulant == '那屈肝素'">iu/h</span>
736
-                        <span v-if="prescription.anticoagulant == '那屈肝素钙'">iu/h</span>
737
-                        <span v-if="prescription.anticoagulant == '枸橼酸钠'">ml/h</span>
738
-                        <span v-if="prescription.anticoagulant == '阿加曲班'">mg/h</span>
739
-                        <span v-if="prescription.anticoagulant == '低分子肝素'">iu/h</span>
740
-                        <span v-if="prescription.anticoagulant == '普通肝素'">mg/h</span>
741
-                        <span v-if="prescription.anticoagulant == '无肝素'">mg/h</span>
742
-                      </td>
670
+                 d
743 671
 
744 672
                       <!-- <td width="60">
745 673
                           <div class="under-line">&nbsp;{{ prescription.anticoagulant == '依诺肝素' && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : ""}}</div>
@@ -841,7 +769,7 @@
841 769
 
842 770
                 <table class="table-box">
843 771
                   <tbody>
844
-                    <tr> 
772
+                    <tr>
845 773
                       <td width="80">透析液配方:</td>
846 774
                       <td width="100">
847 775
                           <label-box :isChecked="prescription.dialysate_formulation_name.indexOf('普通透析液') > -1 ? true : false" showValue="普通透析液"></label-box>
@@ -1116,7 +1044,7 @@
1116 1044
                         <td width="140">
1117 1045
                           <div class="under-line">&nbsp;<span>{{ afterdialysis.transfusion_volume ? afterdialysis.transfusion_volume : '' }}</span></div>
1118 1046
                         </td>
1119
-                        
1047
+
1120 1048
                         <td></td>
1121 1049
                     </tr>
1122 1050
                   </tbody>
@@ -1562,7 +1490,7 @@ export default {
1562 1490
             }
1563 1491
         })
1564 1492
         }
1565
-        
1493
+
1566 1494
         if(num == 0){
1567 1495
           this.$message.success('核对完成')
1568 1496
         }
@@ -2493,9 +2421,9 @@ export default {
2493 2421
 
2494 2422
     const xtdate = this.$route.query && this.$route.query.xtdate
2495 2423
     const xtno = this.$route.query && this.$route.query.xtno
2496
-    
2424
+
2497 2425
     if (typeof xtdate === 'string' && xtdate.length > 0 && typeof xtno === 'string' && xtno.length > 0) {
2498
-      
2426
+
2499 2427
       this.queryParams.xtdate = xtdate
2500 2428
       this.queryParams.xtno = xtno
2501 2429
       this.getDialysisRecord()

+ 7 - 2
src/xt_pages/stock/drugs/components/purchaseNewDrugQuery.vue Wyświetl plik

@@ -438,9 +438,14 @@ export default {
438 438
               list[i].drugAddOne= 0
439 439
               list[i].drugOutOne =0
440 440
               
441
-              // list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit) 
441
+              if(this.org_id ==10210 || this.org_id==0){
442
+                 list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit) 
443
+              }else{
444
+                list[i].drugIn = this.GetInitStartFlow(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
445
+              }
446
+             
442 447
 
443
-              list[i].drugIn = this.GetInitStartFlow(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
448
+           
444 449
               list[i].over_count_one = this.GetInitStartFlowOne(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit) 
445 450
               list[i].drugInMoney = list[i].last_price
446 451
               list[i].drugSaleMoney = "/"

+ 6 - 3
src/xt_pages/stock/drugs/components/purchaseNewDrugQueryPrint.vue Wyświetl plik

@@ -347,9 +347,12 @@ export default {
347 347
                 list[i].drugAddOne= 0
348 348
                 list[i].drugOutOne =0
349 349
                
350
-               // list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit) 
351
-
352
-               list[i].drugIn = this.GetInitStartFlow(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
350
+                if(this.org_id ==10210){
351
+                   list[i].drugIn = this.GetDrugStartFlow(list[i].DrugStatFlow.over_count,list[i].min_number,list[i].min_unit,list[i].max_unit) 
352
+                }else{
353
+                  list[i].drugIn = this.GetInitStartFlow(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit)
354
+                }
355
+              
353 356
                list[i].over_count_one = this.GetInitStartFlowOne(list[i].new_drug_in_flow_info,list[i].new_drug_profit_flow_info,list[i].new_drug_out_flow_info,list[i].new_drug_no_profit_flow_info,list[i].new_drug_cancel_flow_info,list[i].min_number,list[i].min_unit,list[i].max_unit) 
354 357
                
355 358
                 list[i].drugInMoney = "/"

+ 1 - 1
src/xt_pages/stock/query/purchaseNewStockQuery.vue Wyświetl plik

@@ -265,7 +265,7 @@ export default {
265 265
             this.loading = false
266 266
             for(let i=0;i<list.length;i++){
267 267
                
268
-              if(this.org_id == 10265 || this.org_id == 0){
268
+              if(this.org_id == 0 || this.org_id ==10210){
269 269
                 list[i].stockIn = list[i].GoodStartFlowInfo.over_count
270 270
               }else{
271 271
                 list[i].stockIn = this.getAllStockIn(list[i].StWarehousingInfoTwo) + this.getAllStockInFlow(list[i].WareStartInStockFlow) - this.getAllOutStockIn(list[i].WarehouseOutInfoTenty) - this.getAllStockOutFlow(list[i].WareStartOutStockFlow)

+ 1 - 1
src/xt_pages/stock/query/purchaseNewStockQueryPrint.vue Wyświetl plik

@@ -169,7 +169,7 @@ export default {
169 169
                 for(let i=0;i<list.length;i++){
170 170
                     // list[i].stockIn = list[i].GoodStartFlowInfo.over_count
171 171
 
172
-                    if(this.org_id == 10265 || this.org_id == 0){
172
+                    if(this.org_id == 0 || this.org_id ==10210){
173 173
                        list[i].stockIn = list[i].GoodStartFlowInfo.over_count
174 174
                     }else{
175 175
                        list[i].stockIn = this.getAllStockIn(list[i].StWarehousingInfoTwo) + this.getAllStockInFlow(list[i].WareStartInStockFlow) - this.getAllOutStockIn(list[i].WarehouseOutInfoTenty) - this.getAllStockOutFlow(list[i].WareStartOutStockFlow)