From 0e2200a4ba9d069e0fea0c268e622e0ceab0dc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 25 May 2023 14:20:39 +0800 Subject: [PATCH] fix --- src/stores/Invoice.js | 4 ++-- src/views/invoice/Detail.jsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/stores/Invoice.js b/src/stores/Invoice.js index 97ddd23..05680fc 100644 --- a/src/stores/Invoice.js +++ b/src/stores/Invoice.js @@ -57,8 +57,8 @@ class Invoice { this.invoiceList = json.Result.map((data, index) => { return { key: data.GMDSN, - gmd_gri_sn: data.gmd_gri_sn, - gmd_vei_sn: data.gmd_vei_sn, + gmd_gri_sn: data.GMD_GRI_SN, + gmd_vei_sn: data.GMD_VEI_SN, GetGDate: data.GetGDate, GMD_FillWorkers_SN: data.GMD_FillWorkers_SN, GMD_FWks_LastEditTime: data.GMD_FWks_LastEditTime, diff --git a/src/views/invoice/Detail.jsx b/src/views/invoice/Detail.jsx index e7259dd..6423deb 100644 --- a/src/views/invoice/Detail.jsx +++ b/src/views/invoice/Detail.jsx @@ -194,7 +194,7 @@ function Detail() { - 第 {index + 1} 次报账 + Invoice {index + 1}
- Upload Invoice + Invoice {index + 1} - 报账信息 + {bindSubmitForm()}