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/expertFeeApply/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/project/fund/expertFeeApply/index.vue b/src/views/project/fund/expertFeeApply/index.vue
index 3a785f3..26bc82b 100644
--- a/src/views/project/fund/expertFeeApply/index.vue
+++ b/src/views/project/fund/expertFeeApply/index.vue
@@ -152,12 +152,12 @@
prop="username"
width="120px"
/>
- <el-table-column
+ <!-- <el-table-column
label="鐢宠閲戦"
align="center"
prop="pretaxcost"
width="200px"
- />
+ /> -->
<el-table-column
label="鎹愮尞浜�"
align="center"
@@ -1585,6 +1585,9 @@
//鏌ユ壘鏄惁瀛樺湪鐧昏瀹屾垚璁板綍
//鍒ゆ柇鏄惁瀛樺湪涓婃姤璁板綍
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