Bläddra i källkod

4月28日拉取

XMLWAN 2 år sedan
förälder
incheckning
2eb5c463af

+ 107 - 71
src/xt_pages/hospitalStation/components/deskPrescription.vue Visa fil

@@ -287,18 +287,25 @@
287 287
                     </el-table-column>
288 288
                     <el-table-column label="库存" width="60">
289 289
                       <template slot-scope="scope">
290
-                                          <span
291
-                                              v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10188 || org_id == 10245 || org_id == 9919 || org_id ==10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id == 9956 || org_id == 10191 || org_id == 10278">
292
-                                              <span
293
-                                                  v-if="scope.row.count/scope.row.min_number>0">{{ Math.floor(scope.row.count / scope.row.min_number) }}{{ scope.row.max_unit }}</span>
294
-                                              <span
295
-                                                  v-if="scope.row.count%scope.row.min_number>0"> {{ scope.row.count % scope.row.min_number }}{{ scope.row.min_unit }}</span>
296
-                                            </span>
297
-                        <span v-else> {{ scope.row.total }}{{ scope.row.total ? scope.row.min_unit : '' }}</span>
290
+                        <!-- <span
291
+                          v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10188 || org_id == 10245 || org_id == 9919 || org_id ==10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id == 9956 || org_id == 10191 || org_id == 10278">
292
+                          <span
293
+                              v-if="scope.row.count/scope.row.min_number>0">{{ Math.floor(scope.row.count / scope.row.min_number) }}{{ scope.row.max_unit }}</span>
294
+                          <span
295
+                              v-if="scope.row.count%scope.row.min_number>0"> {{ scope.row.count % scope.row.min_number }}{{ scope.row.min_unit }}</span>
296
+                        </span>
297
+                        <span v-else> {{ scope.row.total }}{{ scope.row.total ? scope.row.min_unit : '' }}</span> -->
298
+                       
299
+                          <span v-if="scope.row.sum_count/scope.row.min_number>0">{{ Math.floor(scope.row.sum_count / scope.row.min_number) }}{{ scope.row.max_unit }}</span>
300
+                          <span v-if="scope.row.sum_count%scope.row.min_number>0"> {{ scope.row.sum_count % scope.row.min_number }}{{ scope.row.min_unit }}</span>
301
+                      
298 302
                       </template>
299 303
                     </el-table-column>
300 304
                     <el-table-column label="单价" width="40">
301
-                      <template slot-scope="scope">{{ scope.row.min_price }}</template>
305
+                      <template slot-scope="scope">
306
+                        <span v-if="scope.row.batch_retai_price >0">{{scope.row.batch_retai_price}}</span> 
307
+                        <span v-else>{{ scope.row.min_price }}</span> 
308
+                      </template>
302 309
                     </el-table-column>
303 310
                   </el-table>
304 311
                   <!-- <div>{{3*(2/3)}}</div> -->
@@ -386,11 +393,12 @@
386 393
                     </el-table-column>
387 394
                     <el-table-column label="库存" width="40">
388 395
                       <template slot-scope="scope">
389
-                                                <span
390
-                                                    v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9919 || org_id ==10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id == 9956 || org_id == 10191 || org_id == 10278">
391
-                                                    {{ scope.row.stock_count }}
392
-                                                </span>
393
-                        <span v-else> {{ scope.row.total }}</span>
396
+                        <!-- <span
397
+                            v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9919 || org_id ==10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id == 9956 || org_id == 10191 || org_id == 10278">
398
+                            {{ scope.row.stock_count }}
399
+                        </span>
400
+                        <span v-else> {{ scope.row.total }}</span> -->
401
+                        <span>{{scope.row.sum_count}}</span>
394 402
                       </template>
395 403
                     </el-table-column>
396 404
                     <el-table-column label="单价" width="40">
@@ -2667,8 +2675,7 @@ export default {
2667 2675
       this.$refs.additionalCharges.show()
2668 2676
     },
2669 2677
     selectDrugs(selection, row) {
2670
-      if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278) {
2671
-        if (row.count <= 0) {
2678
+        if (row.sum_count <= 0) {
2672 2679
           if (selection) {
2673 2680
             selection.forEach(row => {
2674 2681
               if (row.count <= 0) {
@@ -2681,21 +2688,35 @@ export default {
2681 2688
           this.$message.error(row.drug_name + '库存不足')
2682 2689
           return
2683 2690
         }
2684
-      } else {
2685
-        if (row.total <= 0) {
2686
-          if (selection) {
2687
-            selection.forEach(row => {
2688
-              if (row.total <= 0) {
2689
-                this.$refs.multipleTable.toggleRowSelection(row)
2690
-              }
2691
-            })
2692
-          } else {
2693
-            this.$refs.multipleTable.clearSelection()
2694
-          }
2695
-          this.$message.error(row.drug_name + '库存不足')
2696
-          return
2697
-        }
2698
-      }
2691
+      // if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278) {
2692
+      //   if (row.count <= 0) {
2693
+      //     if (selection) {
2694
+      //       selection.forEach(row => {
2695
+      //         if (row.count <= 0) {
2696
+      //           this.$refs.multipleTable.toggleRowSelection(row)
2697
+      //         }
2698
+      //       })
2699
+      //     } else {
2700
+      //       this.$refs.multipleTable.clearSelection()
2701
+      //     }
2702
+      //     this.$message.error(row.drug_name + '库存不足')
2703
+      //     return
2704
+      //   }
2705
+      // } else {
2706
+      //   if (row.total <= 0) {
2707
+      //     if (selection) {
2708
+      //       selection.forEach(row => {
2709
+      //         if (row.total <= 0) {
2710
+      //           this.$refs.multipleTable.toggleRowSelection(row)
2711
+      //         }
2712
+      //       })
2713
+      //     } else {
2714
+      //       this.$refs.multipleTable.clearSelection()
2715
+      //     }
2716
+      //     this.$message.error(row.drug_name + '库存不足')
2717
+      //     return
2718
+      //   }
2719
+      // }
2699 2720
       this.curDrugs = selection
2700 2721
     },
2701 2722
 
@@ -2953,41 +2974,53 @@ export default {
2953 2974
       this.teamList = row
2954 2975
     },
2955 2976
     selectChange(selection, row) {
2956
-      console.log('row', row)
2957
-      if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 10188  || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278) {
2958
-        if (row.stock_count <= 0) {
2959
-          if (row.type == 3) {
2960
-            if (selection) {
2961
-              selection.forEach(row => {
2962
-                if (row.stock_count <= 0) {
2963
-                  this.$refs.tables.toggleRowSelection(row)
2964
-                }
2965
-              })
2966
-            } else {
2967
-              this.$refs.tables.clearSelection()
2968
-            }
2969
-            this.$message.error(row.project_name + '库存不足')
2970
-            return
2971
-          }
2972
-        }
2973
-      } else {
2974
-        if (row.total <= 0) {
2975
-          if (row.type == 3) {
2976
-            if (selection) {
2977
-              selection.forEach(row => {
2978
-                if (row.total <= 0) {
2979
-                  this.$refs.tables.toggleRowSelection(row)
2980
-                }
2981
-              })
2982
-            } else {
2983
-              this.$refs.tables.clearSelection()
2977
+      if(row.sum_count <=0){
2978
+       if(selection){
2979
+          selection.forEach(row => {
2980
+            if (row.sum_count <= 0) {
2981
+              this.$refs.tables.toggleRowSelection(row)
2982
+            }else{
2983
+               this.$refs.tables.clearSelection()
2984 2984
             }
2985
-            this.$message.error(row.project_name + '库存不足')
2986
-            return
2987
-          }
2988
-        }
2985
+             this.$message.error(row.project_name + '库存不足')
2986
+             return
2987
+          })
2988
+       }  
2989
+      }
2990
+      // if (this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 10188  || this.org_id == 9956 || this.org_id == 10191 || this.org_id == 10278) {
2991
+      //   if (row.stock_count <= 0) {
2992
+      //     if (row.type == 3) {
2993
+      //       if (selection) {
2994
+      //         selection.forEach(row => {
2995
+      //           if (row.stock_count <= 0) {
2996
+      //             this.$refs.tables.toggleRowSelection(row)
2997
+      //           }
2998
+      //         })
2999
+      //       } else {
3000
+      //         this.$refs.tables.clearSelection()
3001
+      //       }
3002
+      //       this.$message.error(row.project_name + '库存不足')
3003
+      //       return
3004
+      //     }
3005
+      //   }
3006
+      // } else {
3007
+      //   if (row.total <= 0) {
3008
+      //     if (row.type == 3) {
3009
+      //       if (selection) {
3010
+      //         selection.forEach(row => {
3011
+      //           if (row.total <= 0) {
3012
+      //             this.$refs.tables.toggleRowSelection(row)
3013
+      //           }
3014
+      //         })
3015
+      //       } else {
3016
+      //         this.$refs.tables.clearSelection()
3017
+      //       }
3018
+      //       this.$message.error(row.project_name + '库存不足')
3019
+      //       return
3020
+      //     }
3021
+      //   }
2989 3022
 
2990
-      }
3023
+      // }
2991 3024
       this.teamList.push(row)
2992 3025
     },
2993 3026
     getlist() {
@@ -3012,7 +3045,9 @@ export default {
3012 3045
               total: project[i].total,
3013 3046
               is_special_diseases: project[i].disease_directory,
3014 3047
               project: project[i],
3015
-              stock_count: 0
3048
+              stock_count: 0,
3049
+              sum_count:0,
3050
+              batch_retai_price:0,
3016 3051
             }
3017 3052
 
3018 3053
             this.tabProject.push(obj)
@@ -3022,10 +3057,9 @@ export default {
3022 3057
 
3023 3058
           for (let i = 0; i < good_info.length; i++) {
3024 3059
             good_info[i].stock_count = 0
3025
-            if (good_info[i].good_stock_in.length > 0) {
3026
-              for (let j = 0; j < good_info[i].good_stock_in.length; j++) {
3027
-                good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
3028
-              }
3060
+            if(good_info[i].batch_retai_price > 0){
3061
+              good_info[i].packing_price = 0
3062
+              good_info[i].packing_price = good_info[i].batch_retai_price
3029 3063
             }
3030 3064
             let obj = {
3031 3065
               id: good_info[i].id,
@@ -3043,7 +3077,9 @@ export default {
3043 3077
               total: good_info[i].total,
3044 3078
               is_special_diseases: good_info[i].is_special_diseases,
3045 3079
               good_info: good_info[i],
3046
-              stock_count: good_info[i].stock_count
3080
+              stock_count: good_info[i].stock_count,
3081
+              sum_count:good_info[i].sum_count,
3082
+              batch_retai_price:good_info[i].batch_retai_price
3047 3083
             }
3048 3084
             this.tabProject.push(obj)
3049 3085
           }
@@ -3086,7 +3122,7 @@ export default {
3086 3122
       })
3087 3123
     },
3088 3124
     selectTeam(row) {
3089
-      console.log(row)
3125
+      console.log("时间233232322322333232",row)
3090 3126
       // var arr = []
3091 3127
       // for (let i = 0; i < row.length; i++) {
3092 3128
       //   arr.push(row[i].item_id)

+ 9 - 8
src/xt_pages/hospitalStation/doctorDesk.vue Visa fil

@@ -992,14 +992,15 @@
992 992
             return false
993 993
           } else {
994 994
             var drugs = response.data.data.drugs
995
-            for(let i=0;i<drugs.length;i++){
996
-                drugs[i].count = 0
997
-              if(drugs[i].stock_in.length > 0){
998
-                 for(let j=0;j<drugs[i].stock_in.length;j++){
999
-                    drugs[i].count += (drugs[i].stock_in[j].stock_max_number * drugs[i].min_number + drugs[i].stock_in[j].stock_min_number)
1000
-                 }
1001
-              }
1002
-            }
995
+            // for(let i=0;i<drugs.length;i++){
996
+            //     drugs[i].count = 0
997
+            //   if(drugs[i].stock_in.length > 0){
998
+            //      for(let j=0;j<drugs[i].stock_in.length;j++){
999
+            //         drugs[i].count += (drugs[i].stock_in[j].stock_max_number * drugs[i].min_number + drugs[i].stock_in[j].stock_min_number)
1000
+            //      }
1001
+            //   }
1002
+            // }
1003
+            
1003 1004
             this.drugs = drugs
1004 1005
             console.log("所有药品信息",this.drugs)
1005 1006
             this.allDrugs = response.data.data.drugs

+ 114 - 80
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Visa fil

@@ -286,16 +286,21 @@
286 286
                                         </el-table-column>
287 287
                                         <el-table-column label="库存" width="60">
288 288
                                             <template slot-scope="scope">
289
-                                              <span v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9919 || org_id == 10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id ==9956 || org_id == 10188 || org_id == 10191 || org_id == 10278">
289
+                                              <!-- <span v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9919 || org_id == 10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id ==9956 || org_id == 10188 || org_id == 10191 || org_id == 10278">
290 290
                                                <span v-if="scope.row.count/scope.row.min_number>0">{{Math.floor(scope.row.count/scope.row.min_number)}}{{scope.row.max_unit}}</span>
291 291
                                                <span v-if="scope.row.count%scope.row.min_number>0"> {{scope.row.count%scope.row.min_number}}{{scope.row.min_unit}}</span>
292 292
                                               </span>
293
-                                              <span v-else> {{scope.row.total}}{{scope.row.total?scope.row.min_unit:''}}</span>
293
+                                              <span v-else> {{scope.row.total}}{{scope.row.total?scope.row.min_unit:''}}</span> -->
294
+                                                <span v-if="scope.row.sum_count/scope.row.min_number>0">{{ Math.floor(scope.row.sum_count / scope.row.min_number) }}{{ scope.row.max_unit }}</span>
295
+                                                <span v-if="scope.row.sum_count%scope.row.min_number>0"> {{ scope.row.sum_count % scope.row.min_number }}{{ scope.row.min_unit }}</span>
294 296
 
295 297
                                             </template>
296 298
                                         </el-table-column>
297 299
                                         <el-table-column label="单价" width="40">
298
-                                            <template slot-scope="scope">{{ scope.row.min_price }}</template>
300
+                                            <template slot-scope="scope">
301
+                                              <span v-if="scope.row.batch_retai_price >0">{{scope.row.batch_retai_price}}</span> 
302
+                                              <span v-else>{{ scope.row.min_price }}</span> 
303
+                                           </template>
299 304
                                         </el-table-column>
300 305
                                     </el-table>
301 306
                                     <!-- <div>{{3*(2/3)}}</div> -->
@@ -383,14 +388,17 @@
383 388
                                         </el-table-column>
384 389
                                         <el-table-column label="库存" width="40">
385 390
                                             <template slot-scope="scope">
386
-                                              <span v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9919 || org_id == 10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id == 9956 || org_id == 10188 || org_id == 10191 || org_id == 10278">
391
+                                              <!-- <span v-if="org_id == 9671 || org_id == 9675 || org_id == 4 || org_id == 10138 || org_id == 3877 || org_id == 10028 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9919 || org_id == 10106 || org_id == 9504 || org_id ==10215 || org_id == 10188 || org_id == 10265 || org_id == 10164 || org_id == 9956 || org_id == 10188 || org_id == 10191 || org_id == 10278">
387 392
                                                    {{scope.row.stock_count}}
388 393
                                               </span>
389
-                                              <span v-else> {{ scope.row.total }}</span>
394
+                                              <span v-else> {{ scope.row.total }}</span> -->
395
+                                              {{scope.row.sum_count}}
390 396
                                             </template>
391 397
                                         </el-table-column>
392 398
                                         <el-table-column label="单价" width="40">
393
-                                            <template slot-scope="scope">{{ scope.row.price }}</template>
399
+                                            <template slot-scope="scope">
400
+                                              {{ scope.row.price }}
401
+                                            </template>
394 402
                                         </el-table-column>
395 403
                                     </el-table>
396 404
                                 </div>
@@ -2661,37 +2669,48 @@
2661 2669
         this.$refs.additionalCharges.show()
2662 2670
       },
2663 2671
       selectDrugs(selection, row) {
2664
-        console.log('selection', selection)
2665
-        console.log('row', row)
2666
-        if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278){
2667
-            if (row.count <= 0) {
2668
-              if (selection) {
2669
-                selection.forEach(row => {
2670
-                  if (row.count <= 0) {
2671
-                    this.$refs.multipleTable.toggleRowSelection(row)
2672
-                  }
2673
-                })
2674
-              } else {
2675
-                this.$refs.multipleTable.clearSelection()
2676
-              }
2677
-              this.$message.error(row.drug_name + '库存不足')
2678
-              return
2679
-            }
2680
-        }else{
2681
-           if (row.total <= 0) {
2682
-              if (selection) {
2683
-                selection.forEach(row => {
2684
-                  if (row.total <= 0) {
2685
-                    this.$refs.multipleTable.toggleRowSelection(row)
2686
-                  }
2687
-                })
2688
-              } else {
2689
-                this.$refs.multipleTable.clearSelection()
2672
+      if (row.sum_count <= 0) {
2673
+          if (selection) {
2674
+            selection.forEach(row => {
2675
+              if (row.count <= 0) {
2676
+                this.$refs.multipleTable.toggleRowSelection(row)
2690 2677
               }
2691
-              this.$message.error(row.drug_name + '库存不足')
2692
-              return
2693
-            }
2694
-        }
2678
+            })
2679
+          } else {
2680
+            this.$refs.multipleTable.clearSelection()
2681
+          }
2682
+          this.$message.error(row.drug_name + '库存不足')
2683
+          return
2684
+       }
2685
+        // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278){
2686
+        //     if (row.count <= 0) {
2687
+        //       if (selection) {
2688
+        //         selection.forEach(row => {
2689
+        //           if (row.count <= 0) {
2690
+        //             this.$refs.multipleTable.toggleRowSelection(row)
2691
+        //           }
2692
+        //         })
2693
+        //       } else {
2694
+        //         this.$refs.multipleTable.clearSelection()
2695
+        //       }
2696
+        //       this.$message.error(row.drug_name + '库存不足')
2697
+        //       return
2698
+        //     }
2699
+        // }else{
2700
+        //    if (row.total <= 0) {
2701
+        //       if (selection) {
2702
+        //         selection.forEach(row => {
2703
+        //           if (row.total <= 0) {
2704
+        //             this.$refs.multipleTable.toggleRowSelection(row)
2705
+        //           }
2706
+        //         })
2707
+        //       } else {
2708
+        //         this.$refs.multipleTable.clearSelection()
2709
+        //       }
2710
+        //       this.$message.error(row.drug_name + '库存不足')
2711
+        //       return
2712
+        //     }
2713
+        // }
2695 2714
 
2696 2715
         this.curDrugs = selection
2697 2716
       },
@@ -2856,7 +2875,7 @@
2856 2875
                   single_dose: temp[b].single_dose,
2857 2876
                   delivery_way: temp[b].delivery_way,
2858 2877
                   execution_frequency: temp[b].execution_frequency,
2859
-                  retail_price: temp[b].prescribing_number_unit == temp[b].max_unit ? temp[b].retail_price.toString() : temp[b].min_price.toString(),
2878
+                  retail_price: temp[b].prescribing_number_unit == temp[b].max_unit ? temp[b].retail_price.toString() : temp[b].batch_retai_price.toString(),
2860 2879
                   remark: '',
2861 2880
                   day: temp[b].drug_day ? temp[b].drug_day : 1,
2862 2881
                   prescribing_number: temp[b].prescribing_number,
@@ -2940,42 +2959,53 @@
2940 2959
         this.teamList = row
2941 2960
       },
2942 2961
       selectChange(selection, row) {
2943
-        console.log('row', row)
2944
-        if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278){
2945
-           if (row.stock_count <= 0) {
2946
-            if (row.type == 3) {
2947
-              if (selection) {
2948
-                selection.forEach(row => {
2949
-                  if (row.stock_count <= 0) {
2950
-                    this.$refs.tables.toggleRowSelection(row)
2951
-                  }
2952
-                })
2953
-              } else {
2954
-                this.$refs.tables.clearSelection()
2955
-              }
2956
-              this.$message.error(row.project_name + '库存不足')
2957
-              return
2958
-            }
2959
-          }
2960
-        }else{
2961
-           if (row.total <= 0) {
2962
-            if (row.type == 3) {
2963
-              if (selection) {
2964
-                selection.forEach(row => {
2965
-                  if (row.total <= 0) {
2966
-                    this.$refs.tables.toggleRowSelection(row)
2967
-                  }
2968
-                })
2969
-              } else {
2970
-                this.$refs.tables.clearSelection()
2971
-              }
2972
-              this.$message.error(row.project_name + '库存不足')
2973
-              return
2974
-            }
2975
-          }
2976
-
2977
-        }
2962
+        if(row.sum_count <=0){
2963
+          if(selection){
2964
+              selection.forEach(row => {
2965
+                if (row.sum_count <= 0) {
2966
+                  this.$refs.tables.toggleRowSelection(row)
2967
+                }else{
2968
+                  this.$refs.tables.clearSelection()
2969
+                }
2970
+                this.$message.error(row.project_name + '库存不足')
2971
+                return
2972
+              })
2973
+          }  
2974
+        }
2975
+        // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278){
2976
+        //    if (row.stock_count <= 0) {
2977
+        //     if (row.type == 3) {
2978
+        //       if (selection) {
2979
+        //         selection.forEach(row => {
2980
+        //           if (row.stock_count <= 0) {
2981
+        //             this.$refs.tables.toggleRowSelection(row)
2982
+        //           }
2983
+        //         })
2984
+        //       } else {
2985
+        //         this.$refs.tables.clearSelection()
2986
+        //       }
2987
+        //       this.$message.error(row.project_name + '库存不足')
2988
+        //       return
2989
+        //     }
2990
+        //   }
2991
+        // }else{
2992
+        //    if (row.total <= 0) {
2993
+        //     if (row.type == 3) {
2994
+        //       if (selection) {
2995
+        //         selection.forEach(row => {
2996
+        //           if (row.total <= 0) {
2997
+        //             this.$refs.tables.toggleRowSelection(row)
2998
+        //           }
2999
+        //         })
3000
+        //       } else {
3001
+        //         this.$refs.tables.clearSelection()
3002
+        //       }
3003
+        //       this.$message.error(row.project_name + '库存不足')
3004
+        //       return
3005
+        //     }
3006
+        //   }
2978 3007
 
3008
+        // }
2979 3009
         this.teamList.push(row)
2980 3010
       },
2981 3011
       getlist() {
@@ -3002,22 +3032,23 @@
3002 3032
                 is_special_diseases: project[i].disease_directory,
3003 3033
                 project: project[i],
3004 3034
                 stock_count:0,
3035
+                sum_count:0,
3036
+                batch_retai_price:0,
3005 3037
               }
3006 3038
 
3007 3039
               this.tabProject.push(obj)
3008 3040
             }
3009 3041
 
3010 3042
             var good_info = response.data.data.good_info
3011
-
3043
+            console.log("good_info2323232323232323",good_info)
3012 3044
 
3013 3045
             for (let i = 0; i < good_info.length; i++) {
3014 3046
                good_info[i].stock_count = 0
3015
-              if(good_info[i].good_stock_in.length >0 ){
3016
-                for(let j=0;j<good_info[i].good_stock_in.length;j++){
3017
-                   good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
3018
-                }
3019
-              }
3020
-               console.log("耗材列表2323232322332",good_info)
3047
+               
3048
+               if(good_info[i].batch_retai_price > 0){
3049
+                  good_info[i].packing_price = 0
3050
+                  good_info[i].packing_price = good_info[i].batch_retai_price
3051
+               }
3021 3052
               let obj = {
3022 3053
                 id: good_info[i].id,
3023 3054
                 project_name: good_info[i].good_name,
@@ -3035,10 +3066,13 @@
3035 3066
                 is_special_diseases: good_info[i].is_special_diseases,
3036 3067
                 good_info: good_info[i],
3037 3068
                 stock_count:good_info[i].stock_count,
3069
+                sum_count:good_info[i].sum_count,
3070
+                batch_retai_price:good_info[i].batch_retai_price
3038 3071
               }
3039 3072
               this.tabProject.push(obj)
3040 3073
             }
3041
-
3074
+           
3075
+            console.log("猎豹33323232323223323223233223",this.tabProject)
3042 3076
             this.allProject = this.tabProject
3043 3077
 
3044 3078
           }

+ 13 - 10
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Visa fil

@@ -1198,16 +1198,19 @@ export default {
1198 1198
           return false
1199 1199
         } else {
1200 1200
           var drugs = response.data.data.drugs
1201
-          for (let i = 0; i < drugs.length; i++) {
1202
-            drugs[i].count = 0
1203
-            if (drugs[i].stock_in != null) {
1204
-              if (drugs[i].stock_in.length > 0) {
1205
-                for (let j = 0; j < drugs[i].stock_in.length; j++) {
1206
-                  drugs[i].count += (drugs[i].stock_in[j].stock_max_number * drugs[i].min_number + drugs[i].stock_in[j].stock_min_number)
1207
-                }
1208
-              }
1209
-            }
1210
-          }
1201
+          // for (let i = 0; i < drugs.length; i++) {
1202
+          //   drugs[i].count = 0
1203
+          //   if (drugs[i].stock_in != null) {
1204
+          //     if (drugs[i].stock_in.length > 0) {
1205
+          //       for (let j = 0; j < drugs[i].stock_in.length; j++) {
1206
+          //         drugs[i].count += (drugs[i].stock_in[j].stock_max_number * drugs[i].min_number + drugs[i].stock_in[j].stock_min_number)
1207
+          //       }
1208
+          //     }
1209
+          //   }
1210
+          // }
1211
+          // if(drugs.){
1212
+
1213
+          // }
1211 1214
           this.drugs = drugs
1212 1215
           console.log('五一劳动节2332323322332', this.drugs)
1213 1216