Browse Source

新分支

28169 1 year ago
parent
commit
acb91fa445

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

750
                         >
750
                         >
751
                          
751
                          
752
 
752
 
753
-                          <span v-if="org_id==10223">
753
+                          <span v-if="org_id==10265">
754
                               {{
754
                               {{
755
                             record.prescription.replacement_total
755
                             record.prescription.replacement_total
756
                               ? record.prescription.replacement_total
756
                               ? record.prescription.replacement_total
757
                               : "/"
757
                               : "/"
758
                            }}
758
                            }}
759
                           </span>
759
                           </span>
760
-                          <span v-if="org_id!=10223">
760
+                          <span v-if="org_id!=10265">
761
                             {{
761
                             {{
762
                             record.prescription &&
762
                             record.prescription &&
763
                             record.prescription.displace_liqui_value
763
                             record.prescription.displace_liqui_value

+ 2 - 2
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

2099
         });
2099
         });
2100
       }else if (this.org_template_info.template_id == 199 ) {
2100
       }else if (this.org_template_info.template_id == 199 ) {
2101
         printJS({
2101
         printJS({
2102
-          printable: "dialysis-print-box-64",
2102
+          printable: "dialysis-print-box-1",
2103
           type: "html",
2103
           type: "html",
2104
-          style: style12,
2104
+          style: style2,
2105
           scanStyles: false,
2105
           scanStyles: false,
2106
         });
2106
         });
2107
        
2107
        

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

762
                         class="under_line"
762
                         class="under_line"
763
                         style="width: 70px; text-align: center"
763
                         style="width: 70px; text-align: center"
764
                       >
764
                       >
765
-                      <span v-if="org_id==10223"> {{
765
+                      <span v-if="org_id ==10265"> {{
766
                           prescription.replacement_total
766
                           prescription.replacement_total
767
                             ? prescription.replacement_total
767
                             ? prescription.replacement_total
768
                             : "/"
768
                             : "/"
769
                         }}
769
                         }}
770
                         </span> 
770
                         </span> 
771
-                        <span v-if="org_id!=10223"> {{
771
+                        <span v-if="org_id!=10265"> {{
772
                           prescription.displace_liqui_value
772
                           prescription.displace_liqui_value
773
                             ? prescription.displace_liqui_value
773
                             ? prescription.displace_liqui_value
774
                             : "/"
774
                             : "/"

+ 2 - 2
src/xt_pages/role/admin.vue View File

25
         >医药师登记</el-button>
25
         >医药师登记</el-button>
26
 
26
 
27
 
27
 
28
-        <el-button
28
+        <!-- <el-button
29
           type="primary"
29
           type="primary"
30
           size="small"
30
           size="small"
31
           icon="el-icon-circle-plus-outline"
31
           icon="el-icon-circle-plus-outline"
32
           style="float:left"
32
           style="float:left"
33
           @click="toJiaBan">加班</el-button>
33
           @click="toJiaBan">加班</el-button>
34
-       
34
+        -->
35
 
35
 
36
          <!-- <el-button
36
          <!-- <el-button
37
           type="primary"
37
           type="primary"

+ 19 - 8
src/xt_pages/stock/drugs/components/drugOutDetail.vue View File

588
     },
588
     },
589
 
589
 
590
      exportList(){
590
      exportList(){
591
-       
592
         
591
         
592
+        
593
+       
593
         for(let i=0;i<this.tablePrint.length;i++){
594
         for(let i=0;i<this.tablePrint.length;i++){
594
           this.tablePrint[i].index = i+1
595
           this.tablePrint[i].index = i+1
595
           this.tablePrint[i].ctime = this.getTime(this.tablePrint[i].ctime)
596
           this.tablePrint[i].ctime = this.getTime(this.tablePrint[i].ctime)
599
         for(let i=0;i<this.tablePrint.length;i++){
600
         for(let i=0;i<this.tablePrint.length;i++){
600
            if(this.org_id == 9919 || this.org_id == 9671){
601
            if(this.org_id == 9919 || this.org_id == 9671){
601
              this.tablePrint[i].min_price = this.tablePrint[i].price
602
              this.tablePrint[i].min_price = this.tablePrint[i].price
602
-             this.tablePrint[i].count = parseInt((this.getCountSix(this.tablePrint[i].drug_id,this.tablePrint[i].child))/this.tablePrint[i].min_number)
603
+             this.tablePrint[i].count_one = parseInt((this.getCountSix(this.tablePrint[i].drug_id,this.tablePrint[i].child))/this.tablePrint[i].min_number)
603
              this.tablePrint[i].total_price =  ((parseInt((this.getCountSix(this.tablePrint[i].drug_id,this.tablePrint[i].child))/this.tablePrint[i].min_number))*this.tablePrint[i].price).toFixed(2)
604
              this.tablePrint[i].total_price =  ((parseInt((this.getCountSix(this.tablePrint[i].drug_id,this.tablePrint[i].child))/this.tablePrint[i].min_number))*this.tablePrint[i].price).toFixed(2)
604
              this.tablePrint[i].unit = this.tablePrint[i].dose + this.tablePrint[i].dose_unit + "*" + this.tablePrint[i].min_number +this.tablePrint[i].min_unit +"/"+this.tablePrint[i].max_unit
605
              this.tablePrint[i].unit = this.tablePrint[i].dose + this.tablePrint[i].dose_unit + "*" + this.tablePrint[i].min_number +this.tablePrint[i].min_unit +"/"+this.tablePrint[i].max_unit
605
              this.tablePrint[i].total = this.getCountSenvenOne(this.tablePrint.drug_id,this.tablePrint[i].child,this.tablePrint[i].price)/this.tablePrint[i].min_number
606
              this.tablePrint[i].total = this.getCountSenvenOne(this.tablePrint.drug_id,this.tablePrint[i].child,this.tablePrint[i].price)/this.tablePrint[i].min_number
606
             
607
             
607
            }else{
608
            }else{
608
-              this.tablePrint[i].count = this.getCount(this.tablePrint[i].child,this.tablePrint[i].max_unit,this.tablePrint[i].min_unit,this.tablePrint[i].min_number)
609
+              this.tablePrint[i].count_one = this.getCount(this.tablePrint[i].child,this.tablePrint[i].max_unit,this.tablePrint[i].min_unit,this.tablePrint[i].min_number)
609
               this.tablePrint[i].total_price = this.getTotalPrice(this.tablePrint[i].child,this.tablePrint[i].max_unit,this.tablePrint[i].min_number,this.tablePrint[i].min_price)
610
               this.tablePrint[i].total_price = this.getTotalPrice(this.tablePrint[i].child,this.tablePrint[i].max_unit,this.tablePrint[i].min_number,this.tablePrint[i].min_price)
610
               this.tablePrint[i].unit = this.tablePrint[i].dose + this.tablePrint[i].dose_unit + "*" + this.tablePrint[i].min_number +this.tablePrint[i].min_unit +"/"+this.tablePrint[i].max_unit
611
               this.tablePrint[i].unit = this.tablePrint[i].dose + this.tablePrint[i].dose_unit + "*" + this.tablePrint[i].min_number +this.tablePrint[i].min_unit +"/"+this.tablePrint[i].max_unit
611
               this.tablePrint[i].total = this.getTotalPriceOne(this.tablePrint[i].child,this.tablePrint[i].max_unit,this.tablePrint[i].min_number,this.tablePrint[i].min_price)
612
               this.tablePrint[i].total = this.getTotalPriceOne(this.tablePrint[i].child,this.tablePrint[i].max_unit,this.tablePrint[i].min_number,this.tablePrint[i].min_price)
612
            }
613
            }
613
         }
614
         }
614
-
615
-
615
+        console.log("wowowoowowowowo",this.tablePrint)
616
+       
617
+       
618
+       
616
        import('@/vendor/Export2Excel').then(excel => {
619
        import('@/vendor/Export2Excel').then(excel => {
617
        const tHeader = ['序号','药品名称', '规格型号','生产厂商','进销商', '单位','数量','单价','总价','出库时间','备注']
620
        const tHeader = ['序号','药品名称', '规格型号','生产厂商','进销商', '单位','数量','单价','总价','出库时间','备注']
618
        if(this.org_id == 9919){
621
        if(this.org_id == 9919){
619
-        const filterVal = ['index','drug_name', 'unit', 'manufacturer_name','dealer_name','max_unit','count','min_price','total_price','ctime','remark']
622
+        const filterVal = ['index','drug_name', 'unit', 'manufacturer_name','dealer_name','max_unit','count_one','min_price','total_price','ctime','remark']
620
            
623
            
621
        let obj = {'index':'合计','total_price':0.00}
624
        let obj = {'index':'合计','total_price':0.00}
622
        for(let i=0;i<this.tablePrint.length;i++){
625
        for(let i=0;i<this.tablePrint.length;i++){
819
         if(response.data.state == 1){
822
         if(response.data.state == 1){
820
             var list = response.data.data.list
823
             var list = response.data.data.list
821
             console.log("很粗扣扣我噢噢",list)
824
             console.log("很粗扣扣我噢噢",list)
825
+           
822
             this.dealerList = response.data.data.dealerList
826
             this.dealerList = response.data.data.dealerList
823
             this.manufacturerList = response.data.data.manufacturerList
827
             this.manufacturerList = response.data.data.manufacturerList
824
             let objInfo = {}
828
             let objInfo = {}
882
                 }
886
                 }
883
               }
887
               }
884
             }
888
             }
889
+
890
+           console.log("newArrwowowowowoowowowowowowow",newArr)
885
            this.tablePrint = newArr
891
            this.tablePrint = newArr
886
 
892
 
887
         }
893
         }
893
         var min_str = ""
899
         var min_str = ""
894
         for(let i=0;i<arr.length;i++){
900
         for(let i=0;i<arr.length;i++){
895
           if(arr[i].count_unit == max_unit){
901
           if(arr[i].count_unit == max_unit){
896
-            arr[i].count = arr[i].count * min_number
902
+            arr[i].count_one = 0
903
+            arr[i].count_one = arr[i].count * min_number
904
+          }else{
905
+            arr[i].count_one = arr[i].count
897
           }
906
           }
898
         }
907
         }
899
         for(let i=0;i<arr.length;i++){
908
         for(let i=0;i<arr.length;i++){
900
-          total+= arr[i].count
909
+          total+= arr[i].count_one
901
         }
910
         }
902
 
911
 
903
        if(total<min_number){
912
        if(total<min_number){
915
         return str + min_str
924
         return str + min_str
916
       },
925
       },
917
       getTotalPrice(arr,max_unit,min_number,min_price){
926
       getTotalPrice(arr,max_unit,min_number,min_price){
927
+        console.log("arrwoowowow",arr)
928
+      
918
         var total = 0
929
         var total = 0
919
         for(let i=0;i<arr.length;i++){
930
         for(let i=0;i<arr.length;i++){
920
           if(arr[i].count_unit == max_unit){
931
           if(arr[i].count_unit == max_unit){