28169 il y a 1 mois
Parent
révision
274450492e

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventythree.vue Voir le fichier

@@ -1172,7 +1172,7 @@
1172 1172
                                   "
1173 1173
                                   >【开始透析】引血 {{ record.dialysis_order.blood_drawing }} ml/min</template
1174 1174
                                 >
1175
-                                {{ monitor_record.end }}
1175
+                                {{ monitor_record.dispose }} {{ monitor_record.end }}
1176 1176
                                  &nbsp;
1177 1177
                                 &nbsp;
1178 1178
                               </span>

+ 6 - 6
src/xt_pages/dialysis/details/consumable/dialysisGood.vue Voir le fichier

@@ -98,12 +98,12 @@
98 98
           :label="item.filed_name_cn"
99 99
         >
100 100
           <template slot-scope="scope">
101
-            <!-- <span v-if="org_id !=10599 && org_id!=10138 && org_id!=10278">
101
+            <span v-if="org_id !=10599">
102 102
               {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}}
103
-            </span> -->
104
-            <span>
105
-              <span v-if="scope.row.dialysis_prescription==null"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}}</span>
106
-              <span v-if="scope.row.dialysis_prescription!=null"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_prescription)}}</span>
103
+            </span>
104
+            <span v-if="org_id ==10599">
105
+              <span v-if="scope.row.dialysis_prescription!=null && scope.row.dialysis_prescription.id == 0"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}}</span>
106
+              <span v-if="scope.row.dialysis_prescription!=null && scope.row.dialysis_prescription.id > 0"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_prescription)}}</span>
107 107
             </span>
108 108
           
109 109
             <!-- {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}} -->
@@ -602,7 +602,7 @@
602 602
         //  console.log("arrTwo",arrTwo)
603 603
          const tHeader = arr
604 604
         const filterVal = arrTwo
605
-        console.log("list23323223wo",this.list)
605
+       
606 606
         if(this.list!=null && this.list.length > 0){
607 607
           for(let i=0;i<this.list.length;i++){
608 608
             this.list[i].name0 = i+1

+ 2 - 2
src/xt_pages/dialysis/details/consumable/dialysisGoodPrint.vue Voir le fichier

@@ -46,8 +46,8 @@
46 46
                     {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}
47 47
                   </span>
48 48
                   <span v-if="org_id==10599">
49
-                    <span v-if="item.dialysis_prescription==null"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}</span>
50
-                     <span v-if="item.dialysis_prescription!=null"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_prescription)}}</span>
49
+                    <span v-if="item.dialysis_prescription!=null && item.dialysis_prescription.id == 0"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}</span>
50
+                     <span v-if="item.dialysis_prescription!=null & item.dialysis_prescription.id >0"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_prescription)}}</span>
51 51
                   </span>
52 52
                 
53 53
                 </td>

+ 9 - 8
src/xt_pages/dialysis/hisLongSignPrint.vue Voir le fichier

@@ -239,9 +239,9 @@ export default {
239 239
                     }
240 240
                 }
241 241
              }
242
-             console.log("寄哪里地方5555",this.$route.query.keywords)
242
+            //  console.log("寄哪里地方5555",this.$route.query.keywords)
243 243
              if(this.$route.query.keywords!=""){
244
-                console.log("寄哪里地方",this.$route.query.keywords)
244
+                // console.log("寄哪里地方",this.$route.query.keywords)
245 245
                for(let i=0;i<list.length;i++){
246 246
                  list[i].new_arr = []
247 247
                  for(let j=0;j<list[i].his_advice_list.length;j++){
@@ -251,13 +251,14 @@ export default {
251 251
                     }
252 252
                  }
253 253
                }
254
-          }
255
-          if(list!=null && list.length>0){
256
-            for(let i=0;i<list.length;i++){
257
-                list[i].his_advice_list =[]
258
-                list[i].his_advice_list = list[i].new_arr 
254
+             if(list!=null && list.length>0){
255
+                for(let i=0;i<list.length;i++){
256
+                    list[i].his_advice_list =[]
257
+                    list[i].his_advice_list = list[i].new_arr 
258
+                }
259 259
             }
260
-         }
260
+          }
261
+         
261 262
         }
262 263
         
263 264
        

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventythree.vue Voir le fichier

@@ -1087,7 +1087,7 @@
1087 1087
                                 >【开始透析】引血{{ dialysisOrder.blood_drawing }} ml/min
1088 1088
                                 </template>
1089 1089
 
1090
-                              {{ monitor.end }}  &nbsp;
1090
+                              {{ monitor.dispose }} {{ monitor.end }}  &nbsp;
1091 1091
                               &nbsp;
1092 1092
                             </span>
1093 1093
                           </div>

+ 11 - 8
src/xt_pages/stock/drugs/components/drugOutDetail.vue Voir le fichier

@@ -17,7 +17,7 @@
17 17
       >明细导出
18 18
     </el-button>
19 19
     <el-button
20
-      v-if="org_id == 10265 || org_id == 0"
20
+      v-if="org_id == 10265"
21 21
       style="float: right;margin-right:10px"
22 22
       size="small"
23 23
       @click="exportListDetaiOne"
@@ -25,7 +25,7 @@
25 25
       >明细导出
26 26
     </el-button>
27 27
     <el-button
28
-      v-if="org_id == 10480"
28
+      v-if="org_id == 10480|| org_id == 0"
29 29
       style="float: right;margin-right:10px"
30 30
       size="small"
31 31
       @click="exportListDetaiTwo"
@@ -445,6 +445,7 @@ export default {
445 445
          limit:this.limit,
446 446
          storehouse_id:this.storehouse_id,
447 447
       }
448
+      console.log("jajjfjajfjajfdj")
448 449
       getDrugOutDetail(params).then(response=>{
449 450
         this.tableData = []
450 451
         this.tableList = []
@@ -545,7 +546,7 @@ export default {
545 546
                   dose_unit:item.dose_unit,
546 547
                   min_number:item.min_number,
547 548
                   max_unit:item.max_unit,
548
-                  in_price:item.in_price,
549
+                  in_price:item.infor_price,
549 550
                 }
550 551
               }
551 552
              }else{
@@ -564,7 +565,7 @@ export default {
564 565
                   dose_unit:item.dose_unit,
565 566
                   min_number:item.min_number,
566 567
                   max_unit:item.max_unit,
567
-                  in_price:item.in_price,
568
+                  in_price:item.infor_price,
568 569
                 }
569 570
               }
570 571
              }
@@ -591,8 +592,10 @@ export default {
591 592
 
592 593
            for(let i=0;i<list.length;i++){
593 594
               list[i].total_price = list[i].count * list[i].price
595
+             
594 596
             }
595
-
597
+           
598
+          console.log("list----------------------",list)
596 599
           this.tableList = list
597 600
           var total = response.data.data.total
598 601
           this.total = total
@@ -813,7 +816,7 @@ export default {
813 816
        var out_total = 0
814 817
        var in_total =0
815 818
       console.log("tatbledateawowowo",this.tableData)
816
- 
819
+   
817 820
       for(let i=0;i<this.tableData.length;i++){
818 821
          if(this.tableData[i].is_total == 0){
819 822
             this.tableData[i].index = i+1
@@ -831,7 +834,7 @@ export default {
831 834
             this.tableData[i].user_name = this.getAdminUser(this.tableData[i].creater)
832 835
             this.tableData[i].manufacturer_name = this.getManufacturerName(this.tableData[i].manufacturer)
833 836
             this.tableData[i].out_count = this.tableData[i].count
834
-            this.tableData[i].in_retail_price = (this.tableData[i].in_price/this.tableData[i].min_number).toFixed(2)
837
+            this.tableData[i].in_retail_price = (this.tableData[i].infor_price/this.tableData[i].min_number).toFixed(2)
835 838
             this.tableData[i].total = (this.tableData[i].count * this.tableData[i].price)
836 839
             this.tableData[i].patient_name = this.getPatientName(this.tableData[i].patient_id) 
837 840
             if(this.tableData[i].count_unit == this.tableData[i].min_unit && this.tableData[i].max_unit!=this.tableData[i].min_unit){
@@ -867,7 +870,7 @@ export default {
867 870
 
868 871
       import('@/vendor/Export2Excel').then(excel => {
869 872
         const tHeader = ['序号','药品名称', '药品规格', '批号','生成厂家','药品类型','报销方式','入库单价','出库单价','出库数量','实际出库数量','单位','出库金额','实际出库金额','实际成本','出库对象','有效日期','出库日期','操作时间','出库单号','备注']
870
-        const filterVal = ['index','drug_name', 'specification_name', 'batch_number','manufacturer_name','drug_type','project_name','in_price','price','out_count','out_count','max_unit','out_total_price','out_total_price','in_total_price','patient_name','expiry_date','ctimeOne','ctimeTwo','warehouse_out_order_number','remark']
873
+        const filterVal = ['index','drug_name', 'specification_name', 'batch_number','manufacturer_name','drug_type','project_name','infor_price','price','out_count','out_count','max_unit','out_total_price','out_total_price','in_total_price','patient_name','expiry_date','ctimeOne','ctimeTwo','warehouse_out_order_number','remark']
871 874
 
872 875
        console.log("hwhhwhwhwhwhw",this.tableData)
873 876