11
WXL
2023-12-17 8c7d6925222fd6f81a9a5869426086635e0c08df
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({