|
|
@ -105,6 +105,10 @@ |
|
|
|
queryBalance: { |
|
|
|
type: Boolean, |
|
|
|
default: true |
|
|
|
}, |
|
|
|
balanceFromInventoryStatuses:{//是否传fromInventoryStatuses |
|
|
|
type: Boolean, |
|
|
|
default: true |
|
|
|
} |
|
|
|
}, |
|
|
|
data() { |
|
|
@ -255,7 +259,8 @@ |
|
|
|
// title: '查询中...', |
|
|
|
// mask: true |
|
|
|
// }) |
|
|
|
getBalanceByManagementPrecision(result.label, this.fromLocationCode, this.fromInventoryStatuses, |
|
|
|
// 采购上架任务--大哥让去掉 fromInventoryStatuses |
|
|
|
getBalanceByManagementPrecision(result.label, this.fromLocationCode, this.balanceFromInventoryStatuses?this.fromInventoryStatuses:undefined, |
|
|
|
res => { |
|
|
|
uni.hideLoading(); |
|
|
|
if (res.success) { |
|
|
|