|
@@ -369,7 +369,7 @@
|
369
|
369
|
<template slot-scope="scope">
|
370
|
370
|
<tr style="background: none" v-for="(item,index) in scope.row.child" :key="index">
|
371
|
371
|
<td style="border-right: none; border-inline-end: none;text-align: center">
|
372
|
|
- <span v-if="org_id!=10480 && org_id!=10210&&org_id!=10188 && org_id!=10217 && org_id!=10088 && org_id!=10510 && org_id!=10402">
|
|
372
|
+ <span v-if="org_id!=10480 && org_id!=10210&&org_id!=10188 && org_id!=10217 && org_id!=10088 && org_id!=10510">
|
373
|
373
|
<span v-if="is_sys == 1 || is_sys == 5 || is_sys == 12">{{getTotalPrice(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number,scope.row.drug_id)}} </span>
|
374
|
374
|
<span v-if="is_sys == 0">
|
375
|
375
|
<!-- <span v-if="scope.row.child.length == 1">{{item.count * item.retail_price}} </span>
|
|
@@ -378,7 +378,7 @@
|
378
|
378
|
</span>
|
379
|
379
|
</span>
|
380
|
380
|
|
381
|
|
- <span v-if="org_id ==10480 || org_id==10210 || org_id ==10188 || org_id ==10217 || org_id ==10088 || org_id ==10510 || org_id ==10402">
|
|
381
|
+ <span v-if="org_id ==10480 || org_id==10210 || org_id ==10188 || org_id ==10217 || org_id ==10088 || org_id ==10510">
|
382
|
382
|
<!-- {{(item.count * item.price).toFixed(2)}} -->
|
383
|
383
|
<span v-if="is_sys == 1 || is_sys == 5 || is_sys == 12">{{(getOutCountNightTen(item.warehousing_detail_id,scope.row.max_unit,scope.row.min_unit,scope.row.min_number,scope.row.drug_id)*scope.row.min_price).toFixed(2)}}</span>
|
384
|
384
|
<span v-if="is_sys==0">
|
|
@@ -1920,7 +1920,7 @@ export default {
|
1920
|
1920
|
min_str = (total % min_number)
|
1921
|
1921
|
}
|
1922
|
1922
|
}
|
1923
|
|
- return max_str + min_str;
|
|
1923
|
+ return max_str * min_number + min_str;
|
1924
|
1924
|
},
|
1925
|
1925
|
getOutCountSix(warehouse_info_id,max_unit,min_unit,min_number,drug_id){
|
1926
|
1926
|
var arr = []
|
|
@@ -2130,7 +2130,7 @@ export default {
|
2130
|
2130
|
arr.push(this.tabList[j])
|
2131
|
2131
|
}
|
2132
|
2132
|
}
|
2133
|
|
- total = this.getOutCountFive(warehouse_info_id,max_unit,min_unit,min_number,drug_id)
|
|
2133
|
+ total = this.getOutCountFive(warehouse_info_id,max_unit,min_unit,min_number,drug_id)
|
2134
|
2134
|
|
2135
|
2135
|
console.log("taolaa------",total,drug_id)
|
2136
|
2136
|
if(arr.length > 0){
|