|
@@ -108,7 +108,7 @@
|
108
|
108
|
</el-table-column>
|
109
|
109
|
<el-table-column label="出库数量" align="center" v-if="showOne">
|
110
|
110
|
<template slot-scope="scope">
|
111
|
|
- <span v-if="org_id == 9671 || org_id == 10138 || org_id == 10028 || org_id == 9675 || org_id == 4 || org_id == 3877 || org_id == 10243 || org_id == 10088 || org_id== 10245 || org_id == 9779 || org_id == 10106 || org_id == 9504 || org_id == 10215 || org_id == 10088 || org_id == 10191 || org_id == 9919">
|
|
111
|
+ <span v-if="org_id == 9671 || org_id == 10138 || org_id == 10028 || org_id == 9675 || org_id == 4 || org_id == 3877 || org_id == 10243 || org_id == 10088 || org_id== 10245 || org_id == 9779 || org_id == 10106 || org_id == 9504 || org_id == 10215 || org_id == 10088 || org_id == 10191 || org_id == 9919 || org_id == 10265 || org_id == 10164">
|
112
|
112
|
<span>
|
113
|
113
|
{{getWareInfo(scope.row.xt_warehouse_info) - getOverFlushInfo(scope.row.xt_warehouse_info) + getCancelSotckInfo(scope.row.cancel_stock_info) }}
|
114
|
114
|
</span>
|
|
@@ -119,7 +119,7 @@
|
119
|
119
|
|
120
|
120
|
<el-table-column label="剩余库存量" align="center" v-if="showThree">
|
121
|
121
|
<template slot-scope="scope">
|
122
|
|
- <span v-if="org_id == 9671 || org_id == 10138 || org_id == 10028 || org_id == 9675 || org_id == 4 || org_id == 3877 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9779 || org_id == 10106 || org_id == 9504 || org_id == 10215 || org_id == 10088 || org_id == 10191 || org_id == 9919">
|
|
122
|
+ <span v-if="org_id == 9671 || org_id == 10138 || org_id == 10028 || org_id == 9675 || org_id == 4 || org_id == 3877 || org_id == 10243 || org_id == 10088 || org_id == 10245 || org_id == 9779 || org_id == 10106 || org_id == 9504 || org_id == 10215 || org_id == 10088 || org_id == 10191 || org_id == 9919 || org_id == 10265 || org_id == 10164">
|
123
|
123
|
{{getOverFlushInfo(scope.row.xt_warehouse_info)}}
|
124
|
124
|
</span>
|
125
|
125
|
<span v-else>{{getWareInfo(scope.row.xt_warehouse_info) - getAutoCount(scope.row.id) - getOutCount(scope.row.id) + getCancelCount(scope.row.id) }}</span>
|
|
@@ -364,13 +364,13 @@ export default {
|
364
|
364
|
this.tableList[i].inCount = this.getWareInfo(this.tableList[i].xt_warehouse_info)
|
365
|
365
|
|
366
|
366
|
if(this.end_time == ""){
|
367
|
|
- if(this.org_id == 9671 || this.org_id == 10138 || this.org_id == 10028 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9779 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10191){
|
|
367
|
+ if(this.org_id == 9671 || this.org_id == 10138 || this.org_id == 10028 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9779 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10191 || this.org_id == 9919 || this.org_id == 10265 || this.org_id ==10164){
|
368
|
368
|
this.tableList[i].outCount = this.getWareInfo(this.tableList[i].xt_warehouse_info) - this.getOverFlushInfo(this.tableList[i].xt_warehouse_info) + this.getCancelSotckInfo(this.tableList[i].cancel_stock_info)
|
369
|
369
|
}else{
|
370
|
370
|
this.tableList[i].outCount = this.getAutoCount(this.tableList[i].id) + this.getOutCount(this.tableList[i].id)
|
371
|
371
|
}
|
372
|
372
|
|
373
|
|
- if(this.org_id == 9671 || this.org_id == 10138 || this.org_id == 10028 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9779 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10191){
|
|
373
|
+ if(this.org_id == 9671 || this.org_id == 10138 || this.org_id == 10028 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10243 || this.org_id == 10088 || this.org_id == 10245 || this.org_id == 9779 || this.org_id == 10106 || this.org_id == 9504 || this.org_id == 10215 || this.org_id == 10088 || this.org_id == 10191 || this.org_id == 9919 || this.org_id == 10265 || this.org_id == 10164){
|
374
|
374
|
this.tableList[i].overplus = this.getOverFlushInfo(this.tableList[i].xt_warehouse_info)
|
375
|
375
|
}else{
|
376
|
376
|
this.tableList[i].overplus = this.getWareInfo(this.tableList[i].xt_warehouse_info) - this.getAutoCount(this.tableList[i].id) - this.getOutCount(this.tableList[i].id) + this.getCancelCount(this.tableList[i].id)
|