From e731092ce82d89ef26d839c2175b7051b13d62f3 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Mon, 9 Mar 2020 17:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=AC=BE=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PurchasingCenter/FundApproval1/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/PurchasingCenter/FundApproval1/index.vue b/src/views/PurchasingCenter/FundApproval1/index.vue index 153849db..7850b0eb 100644 --- a/src/views/PurchasingCenter/FundApproval1/index.vue +++ b/src/views/PurchasingCenter/FundApproval1/index.vue @@ -1,8 +1,8 @@ - 采购合同 - + + {{ scope.row.供应商名称 }} @@ -18,7 +18,7 @@ {{ scope.row.姓名 }} - + {{ scope.row.请款金额 }} @@ -42,7 +42,7 @@ @current-change="handleCurrentChange1"/> - 合同明细 + @@ -51,12 +51,12 @@ {{ scope.row.采购合同编号 ? scope.row.采购合同编号 : scope.row.离线合同编号 }} - + {{ parseFloat(scope.row.已付金额).toFixed(2) }} - + {{ parseFloat(scope.row.请款金额).toFixed(2) }} @@ -85,7 +85,7 @@ {{ scope.row.数量 }} - + {{ scope.row.合同类型 === 1 ? scope.row.已到货数量 : scope.row.到货数量 }}