廖井涛
2025-10-20 4d31851437796ae9def03a9175765ae8aa56a3eb
库存显示结算总面积求和
1个文件已修改
2 ■■■ 已修改文件
north-glass-erp/northglass-erp/src/views/mm/productStock/ProductStockList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/mm/productStock/ProductStockList.vue
@@ -261,7 +261,7 @@
  },
  //脚部求和
  footerMethod ({ columns, data }) {//页脚函数
    let footList = ['inventory','quantityAvailable','area']
    let footList = ['inventory','quantityAvailable','area','computeGrossArea']
    return[
      columns.map((column, columnIndex) => {
        if (columnIndex === 0) {