提交
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<el-col :span="6">
|
||||
<el-form-item label="所属仓库" prop="warehouseCode">
|
||||
<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-col>
|
||||
<el-col :span="6">
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<el-col :span="6">
|
||||
<el-form-item label="所属仓库" prop="warehouseCode">
|
||||
<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-col>
|
||||
<el-col :span="6">
|
||||
@@ -418,10 +418,10 @@ function getSumInfo() {
|
||||
let rkInfo = JSON.parse(JSON.stringify(queryParams.value))
|
||||
delete rkInfo.pageNum
|
||||
delete rkInfo.pageSize
|
||||
getTotal({rkInfo: rkInfo}).then(response => {
|
||||
totalMoney.value = response.sumMoney
|
||||
pcodeCount.value = response.pcdeCount
|
||||
sumQty.value = response.sumQty
|
||||
getTotal(rkInfo).then(response => {
|
||||
totalMoney.value = response.data.totalAmount
|
||||
pcodeCount.value = response.data.locationCount
|
||||
sumQty.value = response.data.totalQuantity
|
||||
});
|
||||
}
|
||||
getSumInfo()
|
||||
|
||||
Reference in New Issue
Block a user