|
@@ -2697,7 +2697,7 @@ export default {
|
2697
|
2697
|
this.$refs.additionalCharges.show()
|
2698
|
2698
|
},
|
2699
|
2699
|
selectDrugs(selection, row) {
|
2700
|
|
- if (row.sum_count <= 0) {
|
|
2700
|
+ if (row.sum_count <= 0) {
|
2701
|
2701
|
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 || this.org_id == 10217) {
|
2702
|
2702
|
if (row.count <= 0) {
|
2703
|
2703
|
if (selection) {
|
|
@@ -2739,8 +2739,8 @@ export default {
|
2739
|
2739
|
// }
|
2740
|
2740
|
// this.$message.error(row.drug_name + '库存不足')
|
2741
|
2741
|
// return
|
2742
|
|
- // }
|
2743
|
|
- // }
|
|
2742
|
+ }
|
|
2743
|
+ }
|
2744
|
2744
|
this.curDrugs = selection
|
2745
|
2745
|
},
|
2746
|
2746
|
|
|
@@ -2997,142 +2997,164 @@ export default {
|
2997
|
2997
|
}, changeAllGoodInfoTableDataTwo(row) {
|
2998
|
2998
|
this.teamList = row
|
2999
|
2999
|
},
|
3000
|
|
- selectChange(selection, row) {
|
3001
|
|
- if(row.sum_count <=0){
|
3002
|
|
- if(selection){
|
3003
|
|
- selection.forEach(row => {
|
3004
|
|
- if (row.sum_count <= 0) {
|
3005
|
|
- this.$refs.tables.toggleRowSelection(row)
|
3006
|
|
- }else{
|
3007
|
|
- this.$refs.tables.clearSelection()
|
3008
|
|
- console.log('row', row)
|
3009
|
|
- 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 || this.org_id == 10217) {
|
3010
|
|
- if (row.stock_count <= 0) {
|
3011
|
|
- if (row.type == 3) {
|
3012
|
|
- if (selection) {
|
|
3000
|
+ selectChange(selection, row) {
|
|
3001
|
+ if(row.sum_count <=0){
|
|
3002
|
+ if(selection){
|
3013
|
3003
|
selection.forEach(row => {
|
3014
|
|
- if (row.stock_count <= 0) {
|
|
3004
|
+ if (row.sum_count <= 0) {
|
3015
|
3005
|
this.$refs.tables.toggleRowSelection(row)
|
|
3006
|
+ }else{
|
|
3007
|
+ this.$refs.tables.clearSelection()
|
3016
|
3008
|
}
|
|
3009
|
+ this.$message.error(row.project_name + '库存不足')
|
|
3010
|
+ return
|
3017
|
3011
|
})
|
3018
|
|
- } else {
|
3019
|
|
- this.$refs.tables.clearSelection()
|
3020
|
|
- }
|
3021
|
|
- this.$message.error(row.project_name + '库存不足')
|
3022
|
|
- return
|
3023
|
|
- })
|
3024
|
|
- }
|
3025
|
|
- }
|
3026
|
|
- // 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) {
|
3027
|
|
- // if (row.stock_count <= 0) {
|
3028
|
|
- // if (row.type == 3) {
|
3029
|
|
- // if (selection) {
|
3030
|
|
- // selection.forEach(row => {
|
3031
|
|
- // if (row.stock_count <= 0) {
|
3032
|
|
- // this.$refs.tables.toggleRowSelection(row)
|
3033
|
|
- // }
|
3034
|
|
- // })
|
3035
|
|
- // } else {
|
3036
|
|
- // this.$refs.tables.clearSelection()
|
3037
|
|
- // }
|
3038
|
|
- // this.$message.error(row.project_name + '库存不足')
|
3039
|
|
- // return
|
3040
|
|
- // }
|
3041
|
|
- // }
|
3042
|
|
- // } else {
|
3043
|
|
- // if (row.total <= 0) {
|
3044
|
|
- // if (row.type == 3) {
|
3045
|
|
- // if (selection) {
|
3046
|
|
- // selection.forEach(row => {
|
3047
|
|
- // if (row.total <= 0) {
|
3048
|
|
- // this.$refs.tables.toggleRowSelection(row)
|
3049
|
|
- // }
|
3050
|
|
- // })
|
3051
|
|
- // } else {
|
3052
|
|
- // this.$refs.tables.clearSelection()
|
3053
|
|
- // }
|
3054
|
|
- // this.$message.error(row.project_name + '库存不足')
|
3055
|
|
- // return
|
3056
|
|
- // }
|
3057
|
|
- // }
|
|
3012
|
+ }
|
|
3013
|
+ }
|
|
3014
|
+ // 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){
|
|
3015
|
+ // if (row.stock_count <= 0) {
|
|
3016
|
+ // if (row.type == 3) {
|
|
3017
|
+ // if (selection) {
|
|
3018
|
+ // selection.forEach(row => {
|
|
3019
|
+ // if (row.stock_count <= 0) {
|
|
3020
|
+ // this.$refs.tables.toggleRowSelection(row)
|
|
3021
|
+ // }
|
|
3022
|
+ // })
|
|
3023
|
+ // } else {
|
|
3024
|
+ // this.$refs.tables.clearSelection()
|
|
3025
|
+ // }
|
|
3026
|
+ // this.$message.error(row.project_name + '库存不足')
|
|
3027
|
+ // return
|
|
3028
|
+ // }
|
|
3029
|
+ // }
|
|
3030
|
+ // }else{
|
|
3031
|
+ // if (row.total <= 0) {
|
|
3032
|
+ // if (row.type == 3) {
|
|
3033
|
+ // if (selection) {
|
|
3034
|
+ // selection.forEach(row => {
|
|
3035
|
+ // if (row.total <= 0) {
|
|
3036
|
+ // this.$refs.tables.toggleRowSelection(row)
|
|
3037
|
+ // }
|
|
3038
|
+ // })
|
|
3039
|
+ // } else {
|
|
3040
|
+ // this.$refs.tables.clearSelection()
|
|
3041
|
+ // }
|
|
3042
|
+ // this.$message.error(row.project_name + '库存不足')
|
|
3043
|
+ // return
|
|
3044
|
+ // }
|
|
3045
|
+ // }
|
|
3046
|
+ // console.log('row', row)
|
|
3047
|
+ // 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 || this.org_id == 10217){
|
|
3048
|
+ // if (row.stock_count <= 0) {
|
|
3049
|
+ // if (row.type == 3) {
|
|
3050
|
+ // if (selection) {
|
|
3051
|
+ // selection.forEach(row => {
|
|
3052
|
+ // if (row.stock_count <= 0) {
|
|
3053
|
+ // this.$refs.tables.toggleRowSelection(row)
|
|
3054
|
+ // }
|
|
3055
|
+ // })
|
|
3056
|
+ // } else {
|
|
3057
|
+ // this.$refs.tables.clearSelection()
|
|
3058
|
+ // }
|
|
3059
|
+ // this.$message.error(row.project_name + '库存不足')
|
|
3060
|
+ // return
|
|
3061
|
+ // }
|
|
3062
|
+ // }
|
|
3063
|
+ // }else{
|
|
3064
|
+ // if (row.total <= 0) {
|
|
3065
|
+ // if (row.type == 3) {
|
|
3066
|
+ // if (selection) {
|
|
3067
|
+ // selection.forEach(row => {
|
|
3068
|
+ // if (row.total <= 0) {
|
|
3069
|
+ // this.$refs.tables.toggleRowSelection(row)
|
|
3070
|
+ // }
|
|
3071
|
+ // })
|
|
3072
|
+ // } else {
|
|
3073
|
+ // this.$refs.tables.clearSelection()
|
|
3074
|
+ // }
|
|
3075
|
+ // this.$message.error(row.project_name + '库存不足')
|
|
3076
|
+ // return
|
|
3077
|
+ // }
|
|
3078
|
+ // }
|
|
3079
|
+ // }
|
|
3080
|
+ this.teamList.push(row)
|
|
3081
|
+ },
|
|
3082
|
+ getlist() {
|
|
3083
|
+ this.tabProject = []
|
|
3084
|
+ getHisProject().then(response => {
|
|
3085
|
+ if (response.data.state == 1) {
|
|
3086
|
+ var project = response.data.data.project
|
|
3087
|
+ console.log("项目列表",project)
|
|
3088
|
+ for (let i = 0; i < project.length; i++) {
|
|
3089
|
+ let obj = {
|
|
3090
|
+ id: project[i].id,
|
|
3091
|
+ project_name: project[i].project_name,
|
|
3092
|
+ statistical_classification: '',
|
|
3093
|
+ single_dose: project[i].single_dose,
|
|
3094
|
+ delivery_way: project[i].delivery_way,
|
|
3095
|
+ execution_frequency: project[i].execution_frequency,
|
|
3096
|
+ number_days: project[i].number_days,
|
|
3097
|
+ price: project[i].price,
|
|
3098
|
+ medical_code: project[i].medical_code,
|
|
3099
|
+ cus_total: 1,
|
|
3100
|
+ unit: project[i].unit,
|
|
3101
|
+ type: 2,
|
|
3102
|
+ total: project[i].total,
|
|
3103
|
+ is_special_diseases: project[i].disease_directory,
|
|
3104
|
+ project: project[i],
|
|
3105
|
+ stock_count:0,
|
|
3106
|
+ sum_count:0,
|
|
3107
|
+ batch_retai_price:0,
|
|
3108
|
+ }
|
3058
|
3109
|
|
3059
|
|
- // }
|
3060
|
|
- this.teamList.push(row)
|
3061
|
|
- },
|
3062
|
|
- getlist() {
|
3063
|
|
- this.tabProject = []
|
3064
|
|
- getHisProject().then(response => {
|
3065
|
|
- if (response.data.state == 1) {
|
3066
|
|
- var project = response.data.data.project
|
3067
|
|
- for (let i = 0; i < project.length; i++) {
|
3068
|
|
- let obj = {
|
3069
|
|
- id: project[i].id,
|
3070
|
|
- project_name: project[i].project_name,
|
3071
|
|
- statistical_classification: '',
|
3072
|
|
- single_dose: project[i].single_dose,
|
3073
|
|
- delivery_way: project[i].delivery_way,
|
3074
|
|
- execution_frequency: project[i].execution_frequency,
|
3075
|
|
- number_days: project[i].number_days,
|
3076
|
|
- price: project[i].price,
|
3077
|
|
- medical_code: project[i].medical_code,
|
3078
|
|
- cus_total: 1,
|
3079
|
|
- unit: project[i].unit,
|
3080
|
|
- type: 2,
|
3081
|
|
- total: project[i].total,
|
3082
|
|
- is_special_diseases: project[i].disease_directory,
|
3083
|
|
- project: project[i],
|
3084
|
|
- stock_count: 0,
|
3085
|
|
- sum_count:0,
|
3086
|
|
- batch_retai_price:0,
|
|
3110
|
+ this.tabProject.push(obj)
|
3087
|
3111
|
}
|
3088
|
3112
|
|
3089
|
|
- this.tabProject.push(obj)
|
3090
|
|
- }
|
|
3113
|
+ var good_info = response.data.data.good_info
|
|
3114
|
+ console.log("good_info2323232323232323",good_info)
|
3091
|
3115
|
|
3092
|
|
- var good_info = response.data.data.good_info
|
|
3116
|
+ for (let i = 0; i < good_info.length; i++) {
|
|
3117
|
+ good_info[i].stock_count = 0
|
3093
|
3118
|
|
3094
|
|
- for (let i = 0; i < good_info.length; i++) {
|
3095
|
|
- good_info[i].stock_count = 0
|
3096
|
|
- if (good_info[i].good_stock_in&&good_info[i].good_stock_in.length > 0) {
|
3097
|
|
- for (let j = 0; j < good_info[i].good_stock_in.length; j++) {
|
3098
|
|
- good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
|
|
3119
|
+ if(good_info[i].batch_retai_price > 0){
|
|
3120
|
+ good_info[i].packing_price = 0
|
|
3121
|
+ good_info[i].packing_price = good_info[i].batch_retai_price
|
|
3122
|
+ }
|
|
3123
|
+ if(good_info[i].good_stock_in&&good_info[i].good_stock_in.length >0 ){
|
|
3124
|
+ for(let j=0;j<good_info[i].good_stock_in.length;j++){
|
|
3125
|
+ good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
|
|
3126
|
+ }
|
3099
|
3127
|
}
|
3100
|
|
- if(good_info[i].batch_retai_price > 0){
|
3101
|
|
- good_info[i].packing_price = 0
|
3102
|
|
- good_info[i].packing_price = good_info[i].batch_retai_price
|
3103
|
|
- }
|
3104
|
|
- let obj = {
|
3105
|
|
- id: good_info[i].id,
|
3106
|
|
- project_name: good_info[i].good_name,
|
3107
|
|
- statistical_classification: '',
|
3108
|
|
- single_dose: good_info[i].specification_name,
|
3109
|
|
- delivery_way: '',
|
3110
|
|
- execution_frequency: '',
|
3111
|
|
- number_days: 1,
|
3112
|
|
- cus_total: 1,
|
3113
|
|
- price: good_info[i].packing_price,
|
3114
|
|
- medical_code: good_info[i].medical_insurance_number,
|
3115
|
|
- unit: this.getGoodUnit(good_info[i].good_unit),
|
3116
|
|
- type: 3,
|
3117
|
|
- total: good_info[i].total,
|
3118
|
|
- is_special_diseases: good_info[i].is_special_diseases,
|
3119
|
|
- good_info: good_info[i],
|
3120
|
|
- stock_count: good_info[i].stock_count,
|
3121
|
|
- sum_count:good_info[i].sum_count,
|
3122
|
|
- batch_retai_price:good_info[i].batch_retai_price
|
|
3128
|
+ console.log("耗材列表2323232322332",good_info)
|
|
3129
|
+ let obj = {
|
|
3130
|
+ id: good_info[i].id,
|
|
3131
|
+ project_name: good_info[i].good_name,
|
|
3132
|
+ statistical_classification: '',
|
|
3133
|
+ single_dose: good_info[i].specification_name,
|
|
3134
|
+ delivery_way: '',
|
|
3135
|
+ execution_frequency: '',
|
|
3136
|
+ number_days: 1,
|
|
3137
|
+ cus_total: 1,
|
|
3138
|
+ price: good_info[i].packing_price,
|
|
3139
|
+ medical_code: good_info[i].medical_insurance_number,
|
|
3140
|
+ unit: this.getGoodUnit(good_info[i].good_unit),
|
|
3141
|
+ type: 3,
|
|
3142
|
+ total: good_info[i].total,
|
|
3143
|
+ is_special_diseases: good_info[i].is_special_diseases,
|
|
3144
|
+ good_info: good_info[i],
|
|
3145
|
+ stock_count:good_info[i].stock_count,
|
|
3146
|
+ sum_count:good_info[i].sum_count,
|
|
3147
|
+ batch_retai_price:good_info[i].batch_retai_price
|
|
3148
|
+ }
|
|
3149
|
+ this.tabProject.push(obj)
|
3123
|
3150
|
}
|
3124
|
|
- this.tabProject.push(obj)
|
3125
|
|
- }
|
3126
|
|
-
|
3127
|
|
- this.allProject = this.tabProject
|
3128
|
|
-
|
3129
|
|
-
|
3130
|
3151
|
|
3131
|
|
-
|
3132
|
|
- }
|
3133
|
|
- })
|
3134
|
|
-
|
3135
|
|
- }, deepClone(source) {
|
|
3152
|
+ console.log("猎豹33323232323223323223233223",this.tabProject)
|
|
3153
|
+ this.allProject = this.tabProject
|
|
3154
|
+ }
|
|
3155
|
+ })
|
|
3156
|
+ },
|
|
3157
|
+ deepClone(source) {
|
3136
|
3158
|
if (!source && typeof source !== 'object') {
|
3137
|
3159
|
throw new Error('error arguments', 'shallowClone')
|
3138
|
3160
|
}
|