gaoluyang
12 小时以前 c9878416fd23fb9952bd649e07d7b79c09074ee2
酒泉
1.项目利润展示字段修改
已修改2个文件
20 ■■■■ 文件已修改
src/views/procurementManagement/procurementInvoiceLedger/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reportAnalysis/projectProfit/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -210,11 +210,11 @@
        return cell ? parseFloat(cell).toFixed(2) : 0;
      },
    },
    {
      label: "增值税",
      prop: "invoiceAmount",
      width: 200,
    },
    // {
    //   label: "增值税",
    //   prop: "invoiceAmount",
    //   width: 200,
    // },
    {
      label: "录入人",
      prop: "issUer",
src/views/reportAnalysis/projectProfit/index.vue
@@ -89,11 +89,11 @@
      align: "center",
      prop: "balanceRatio",
    },
    {
      label: "增值税",
      align: "center",
      prop: "balanceAmount",
    },
    // {
    //   label: "增值税",
    //   align: "center",
    //   prop: "balanceAmount",
    // },
  ]
);