|
@@ -336,11 +336,11 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="right" label="订单数量" prop="itemQty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="right" label="订单数量" prop="itemQty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="right" label="发货数量" prop="hasSendQty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="right" label="发货数量" prop="hasSendQty" min-width="160" show-overflow-tooltip />
|
|
- <el-table-column align="right" label="押金金额" prop="depositAmount" min-width="160" show-overflow-tooltip>
|
|
|
|
|
|
+ <!-- <el-table-column align="right" label="押金金额" prop="depositAmount" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.depositAmount | numToFixed}}
|
|
{{ scope.row.depositAmount | numToFixed}}
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
<el-table-column align="right" label="上交资料" prop="itemDataQty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="right" label="上交资料" prop="itemDataQty" min-width="160" show-overflow-tooltip />
|
|
<el-table-column fixed="right" align="center" label="操作" min-width="160" show-overflow-tooltip>
|
|
<el-table-column fixed="right" align="center" label="操作" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -653,7 +653,7 @@ export default {
|
|
const res = await getDepositManageList(data);
|
|
const res = await getDepositManageList(data);
|
|
res.data.records.forEach((item) => {
|
|
res.data.records.forEach((item) => {
|
|
item.totalPrice = item.itemPrice * item.itemQty;
|
|
item.totalPrice = item.itemPrice * item.itemQty;
|
|
- item.sums1 = ["hasSendQty", "itemDataQty"];
|
|
|
|
|
|
+ item.sums1 = ["hasSendQty", "itemDataQty", "itemQty"];
|
|
item.sums2 = [
|
|
item.sums2 = [
|
|
"itemDepositAmount",
|
|
"itemDepositAmount",
|
|
"diffAmount",
|
|
"diffAmount",
|