|
@@ -268,7 +268,6 @@ export default {
|
|
checkWarehouseDetailCount(params).then(res => {
|
|
checkWarehouseDetailCount(params).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.productTotal = res.data
|
|
this.productTotal = res.data
|
|
- debugger
|
|
|
|
if (res.data && res.data.checkLossQty) {
|
|
if (res.data && res.data.checkLossQty) {
|
|
this.productTotal.checkLossQty = Math.abs(this.productTotal.checkLossQty || 0)
|
|
this.productTotal.checkLossQty = Math.abs(this.productTotal.checkLossQty || 0)
|
|
}
|
|
}
|