From e0cba2eae77a977e914369705cd6b755380d569b Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期日, 17 十二月 2023 21:17:54 +0800
Subject: [PATCH] yxh:修改报销明细单显示问题
---
src/views/project/fund/medicalCostApply/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/project/fund/medicalCostApply/index.vue b/src/views/project/fund/medicalCostApply/index.vue
index 49fabfa..8438b81 100644
--- a/src/views/project/fund/medicalCostApply/index.vue
+++ b/src/views/project/fund/medicalCostApply/index.vue
@@ -689,8 +689,8 @@
.then(() => {
//鏌ユ壘鏄惁瀛樺湪鐧昏瀹屾垚璁板綍
//鍒ゆ柇鏄惁瀛樺湪涓婃姤璁板綍
- row.recordstatus = 0;
-
+ row.recordstatus = 0;var currenttime = new Date();
+ row.createTime = currenttime.getFullYear() + "-" + (currenttime.getMonth()+1) + "-" + currenttime.getDate() + " " + currenttime.getHours() + ":" + currenttime.getMinutes() + ":" + currenttime.getSeconds();
updateFund(row).then(response => {
if (response.code == 200) {
this.$message({
--
Gitblit v1.9.3