|
@@ -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
|
}
|