|
@@ -1040,16 +1040,16 @@ export default {
|
1040
|
1040
|
this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
|
1041
|
1041
|
}
|
1042
|
1042
|
|
1043
|
|
- if(this.orgId == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 10402 || this.orgId==10138 || this.orgId==10278||this.orgId==10537||this.orgId==10610||this.orgId==0){
|
|
1043
|
+ if(this.orgId == 10265 || this.orgId ==10215 || this.orgId == 9919 || this.orgId == 9671 || this.orgId == 10402 || this.orgId==10138 || this.orgId==10278||this.orgId==10537||this.orgId==10610){
|
1044
|
1044
|
this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
|
1045
|
1045
|
}
|
1046
|
|
- if(this.orgId == 10210 || this.orgId == 9675 || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId == 0 || this.orgId ==10489 || this.orgId == 10375 || this.orgId == 10485 || this.orgId ==10635 || this.orgId ==10726 || this.orgId == 10724 || this.orgId ==10635 || this.orgId ==10724 || this.orgId ==10726 || this.orgId ==10721){
|
|
1046
|
+ if(this.orgId == 10210 || this.orgId == 9675 || this.orgId == 9956 || this.orgId == 10217 || this.orgId == 10188 || this.orgId == 10191 || this.orgId ==10489 || this.orgId == 10375 || this.orgId == 10485 || this.orgId ==10635 || this.orgId ==10726 || this.orgId == 10724 || this.orgId ==10635 || this.orgId ==10724 || this.orgId ==10726 || this.orgId ==10721 || this.orgId == 10633 || this.orgId == 0){
|
1047
|
1047
|
this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
|
1048
|
1048
|
}
|
1049
|
1049
|
if(this.orgId ==10445){
|
1050
|
1050
|
this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
|
1051
|
1051
|
}
|
1052
|
|
- if(this.orgId!=10265 && this.orgId !=10215 && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375 && this.orgId!=10485&&this.orgId!=0&&this.orgId!=10138&&this.orgId!=10278&&this.orgId!=10537&&this.orgId!=10610 &&this.orgId!=10445 && this.orgId !=10635 && this.orgId !=10724 && this.orgId !=10726 && this.orgId !=10721){
|
|
1052
|
+ if(this.orgId!=10265 && this.orgId !=10215 && this.orgId != 9671 &&this.orgId!=10210&&this.orgId!=9675 && this.orgId!=9956&& this.orgId!=10217 && this.orgId!=10188 && this.orgId!=10191 && this.orgId!=9919 && this.orgId!=0&& this.orgId!=10402 && this.orgId != 10489 && this.orgId!=10375 && this.orgId!=10485&&this.orgId!=0&&this.orgId!=10138&&this.orgId!=10278&&this.orgId!=10537&&this.orgId!=10610 &&this.orgId!=10445 && this.orgId !=10635 && this.orgId !=10724 && this.orgId !=10726 && this.orgId !=10721 && this.orgId!=10633 && this.orgId!=0){
|
1053
|
1053
|
this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
|
1054
|
1054
|
}
|
1055
|
1055
|
this.tableOut[i].manufacturer_name = this.getManufacturerNameOne(this.tableOut[i].manufacturer)
|
|
@@ -1071,7 +1071,7 @@ export default {
|
1071
|
1071
|
excel.export_json_to_excel({
|
1072
|
1072
|
header: tHeader,
|
1073
|
1073
|
data,
|
1074
|
|
- filename: '耗材出库明细'
|
|
1074
|
+ filename: '耗材出库明细汇总'
|
1075
|
1075
|
})
|
1076
|
1076
|
this.downloadLoading = false
|
1077
|
1077
|
})
|