|
@@ -265,7 +265,7 @@ export default {
|
265
|
265
|
this.loading = false
|
266
|
266
|
for(let i=0;i<list.length;i++){
|
267
|
267
|
|
268
|
|
- if(this.org_id ==10210 || this.org_id ==10215){
|
|
268
|
+ if(this.org_id ==10210 || this.org_id ==10215 || this.org_id == 10265){
|
269
|
269
|
list[i].stockIn = list[i].GoodStartFlowInfo.over_count
|
270
|
270
|
}else{
|
271
|
271
|
|
|
@@ -278,6 +278,7 @@ export default {
|
278
|
278
|
list[i].stockIn = list[i].GoodStartFlowInfo.over_count
|
279
|
279
|
}else{
|
280
|
280
|
list[i].stockIn = this.getAllStockIn(list[i].StWarehousingInfoTwo) + this.getAllStockInFlow(list[i].WareStartInStockFlow) - this.getAllOutStockIn(list[i].WarehouseOutInfoTenty) - this.getAllStockOutFlow(list[i].WareStartOutStockFlow)
|
|
281
|
+ console.log("剩余库存---------------",list[i].stockIn)
|
281
|
282
|
if(list[i].stockIn <0){
|
282
|
283
|
list[i].stockIn =0
|
283
|
284
|
}
|