|
@@ -906,11 +906,13 @@ export default {
|
906
|
906
|
this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
|
907
|
907
|
}else if(this.orgId==10537){
|
908
|
908
|
this.tableOut[i].total_price = (this.getWarehouseOut(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
|
|
909
|
+ }else if(this.orgId==10445){
|
|
910
|
+ this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
|
909
|
911
|
}else{
|
910
|
912
|
this.tableOut[i].total_price = (this.getStockCount(this.tableOut[i].good_id) * this.tableOut[i].retail_price).toFixed(2)
|
911
|
913
|
}
|
912
|
914
|
|
913
|
|
- 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 || this.org_id==10445){
|
|
915
|
+ 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){
|
914
|
916
|
|
915
|
917
|
this.tableOut[i].out_count = this.getMySelfCount(this.tableOut[i].good_id)
|
916
|
918
|
}
|
|
@@ -918,7 +920,10 @@ export default {
|
918
|
920
|
this.tableOut[i].out_count = this.getWarehouseOut(this.tableOut[i].good_id)
|
919
|
921
|
|
920
|
922
|
}
|
921
|
|
- 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==0){
|
|
923
|
+ if(this.orgId ==10445){
|
|
924
|
+ this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
|
|
925
|
+ }
|
|
926
|
+ 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){
|
922
|
927
|
this.tableOut[i].out_count = this.getStockCount(this.tableOut[i].good_id)
|
923
|
928
|
}
|
924
|
929
|
this.tableOut[i].manufacturer_name = this.getManufacturerNameOne(this.tableOut[i].manufacturer)
|