提交
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-form-item label="所属仓库" prop="warehouseCode">
|
<el-form-item label="所属仓库" prop="warehouseCode">
|
||||||
<el-cascader v-model="warehouseCode" :options="warehouseOptions" placeholder="请选择所属仓库" style="width: 100%;"
|
<el-cascader v-model="warehouseCode" :options="warehouseOptions" placeholder="请选择所属仓库" style="width: 100%;"
|
||||||
:props="{ children: 'children', label: 'warehouseName', value: 'warehouseCode' }" />
|
:props="{ children: 'children', label: 'warehouseName', value: 'warehouseCode' }" clearable />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-form-item label="所属仓库" prop="warehouseCode">
|
<el-form-item label="所属仓库" prop="warehouseCode">
|
||||||
<el-cascader v-model="warehouseCode" :options="warehouseOptions" placeholder="请选择所属仓库" style="width: 100%;"
|
<el-cascader v-model="warehouseCode" :options="warehouseOptions" placeholder="请选择所属仓库" style="width: 100%;"
|
||||||
:props="{ children: 'children', label: 'warehouseName', value: 'warehouseCode' }" />
|
:props="{ children: 'children', label: 'warehouseName', value: 'warehouseCode' }" clearable />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
@@ -418,10 +418,10 @@ function getSumInfo() {
|
|||||||
let rkInfo = JSON.parse(JSON.stringify(queryParams.value))
|
let rkInfo = JSON.parse(JSON.stringify(queryParams.value))
|
||||||
delete rkInfo.pageNum
|
delete rkInfo.pageNum
|
||||||
delete rkInfo.pageSize
|
delete rkInfo.pageSize
|
||||||
getTotal({rkInfo: rkInfo}).then(response => {
|
getTotal(rkInfo).then(response => {
|
||||||
totalMoney.value = response.sumMoney
|
totalMoney.value = response.data.totalAmount
|
||||||
pcodeCount.value = response.pcdeCount
|
pcodeCount.value = response.data.locationCount
|
||||||
sumQty.value = response.sumQty
|
sumQty.value = response.data.totalQuantity
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
getSumInfo()
|
getSumInfo()
|
||||||
|
|||||||
Reference in New Issue
Block a user