| src/views/procurementManagement/procurementLedger/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/procurementManagement/procurementLedger/index.vue
@@ -194,6 +194,11 @@ width="200" show-overflow-tooltip :formatter="formattedNumber" /> <el-table-column label="实际合同金额(元)" prop="netContractAmount" width="200" show-overflow-tooltip :formatter="formattedNumber" /> <el-table-column label="录入人" prop="recorderName" width="120" @@ -1264,7 +1269,7 @@ }; // 主表合计方法 const summarizeMainTable = param => { return proxy.summarizeTable(param, ["contractAmount"]); return proxy.summarizeTable(param, ["contractAmount", "netContractAmount"]); }; // 子表合计方法 const summarizeProTable = param => {