瀏覽代碼

修改还款管理展示等bug

cuixq 4 年之前
父節點
當前提交
a47cc625fb

+ 4 - 3
front-vue/src/api/service/cost/costManage.js

@@ -61,9 +61,10 @@ export function getUser() {
 }
 
 // 去缴费
-export function changeZfiStatus(zciId) {
+export function changeZfiStatus(data) {
   return request({
-    url: '/sc-service/cost/changeZfiStatus/'+ zciId,
-    method: 'put'
+    url: '/sc-service/cost/changeZfiStatus',
+    method: 'put',
+    data: data
   })
 }

+ 4 - 3
front-vue/src/api/service/financeRecord/record.js

@@ -85,10 +85,11 @@ export function listChargeStatus(zfrId) {
   })
 }
 // 修改融资费用表状态
-export function updateChargeStatus(zfrId,zciStatus) {
+export function updateChargeStatus(data) {
   return request({
-    url: '/sc-service/recordSeal/updateChargeStatus/' + zfrId + '/' + zciStatus,
-    method: 'post'
+    url: '/sc-service/recordSeal/updateChargeStatus',
+    method: 'post',
+    data: data
   })
 }
 

+ 1 - 0
front-vue/src/views/home.vue

@@ -1739,6 +1739,7 @@ export default {
         // 取消按钮
         cancel() {
             this.getWorkList()
+            this.getOldWorkList()
             this.openWork = false;
         },
         //去融信

+ 2 - 5
front-vue/src/views/service/cost/userCostManage.vue

@@ -714,13 +714,12 @@ export default {
                   businessId: row.zciId,
                   type: "01"
                 };
-                transfer(map)
+                changeZfiStatus(map)
                   .then(response => {
                     self.msgSuccess("缴费成功");
                     this.accNo = false;
                     this.getList();
                     loading.close();
-                    return changeZfiStatus(zciId);
                   })
                   .catch(() => {
                     this.accNo = false;
@@ -735,14 +734,12 @@ export default {
                   businessId: row.zciId,
                   type: "00"
                 };
-                console.log("缴费")
-                transfer(map)
+                changeZfiStatus(map)
                   .then(response => {
                     this.accNo = false;
                     this.getList();
                     self.msgSuccess("缴费成功");
                     loading.close();
-                    return changeZfiStatus(zciId);
                   })
                   .catch(() => {
                     this.accNo = false;

+ 24 - 2
front-vue/src/views/service/credit/confirmationAudit.vue

@@ -42,7 +42,10 @@
                 <el-form-item class="zap-flex-1" v-if="this.zfiCreateType != 0" label="授信额度" prop="zfpName">
                   <el-input class="zap-form-input" v-model="form.zfpName" disabled />
                 </el-form-item>
-                <div class="zap-form-search-wrap zap-flex-1">
+                        <el-form-item class="zap-flex-1"  v-if="this.zfiCreateType != 0" label="最小融资金额:" prop="zfpMinimumAmount">
+                  <el-input class="zap-form-input" v-model="form.zfpMinimumAmount" disabled />
+                </el-form-item>
+                <div class="zap-form-search-wrap zap-flex-1" v-if="this.zfiCreateType == 0">
                   <span class="label">最小融资金额:</span>
                   <span class="value">{{zfpMinimumAmount}}</span>
                 </div>
@@ -470,6 +473,8 @@ export default {
       zfpcrRate: "",
       //最小融资金额
       zfpMinimumAmount: "",
+      //最短账期
+     zfpShortestPeriod: "",
       //合同附件
       contractFileList: [],
       //发票附件
@@ -559,10 +564,13 @@ export default {
         tempForm.openName = response.data.openName;
         //创建人
         tempForm.createName = response.data.createName;
+        //最小融资金额
+        tempForm.zfpMinimumAmount = response.data.zfpMinimumAmount;
         //签发金额大写
         this.issuedAmount = this.smallToBig(tempForm.zfiAmount);
-
+        listCreditLine(tempForm);
         if (response.data.payList) {
+          console.log(response,"")
           this.ticketList = response.data.payList.records;
           this.getReTotal(this.ticketList);
           //附件
@@ -581,6 +589,7 @@ export default {
         this.listCreditLine(tempForm);
       }
     });
+    
   },
   methods: {
     PDFData(val) {
@@ -603,6 +612,7 @@ export default {
       creditParams.zfpcrId = tempForm.zfiCoreQuotaId;
       creditParams.type = "1";
       listCreditLine(creditParams).then(response => {
+        console.log(response.data,"creditLineList")
         this.creditLineList = response.data.map(item => {
           return {
             value: item.zfpcrId,
@@ -615,6 +625,7 @@ export default {
             zfpcrRate: item.zfpcrRate,
             zfpAuthType: item.zfpAuthType,
             remaining: item.remaining,
+            zfpShortestPeriod: item.zfpShortestPeriod,
             zfpMinimumAmount: item.zfpMinimumAmount
           };
         });
@@ -829,6 +840,8 @@ export default {
         this.zfpcrRate = "";
         //有效期类型
         this.zfpcrDateType = "";
+        //最短账期
+        this.zfpShortestPeriod = "";
         //最小融资金额
         this.zfpMinimumAmount = "";
         return;
@@ -847,6 +860,8 @@ export default {
       this.zfpId = obj.zfpId;
       //利率
       this.zfpcrRate = obj.zfpcrRate;
+      //最短账期
+      this.zfpShortestPeriod = obj.zfpShortestPeriod;
       //最小融资金额
       this.zfpMinimumAmount = obj.zfpMinimumAmount;
       //长期
@@ -1026,10 +1041,13 @@ export default {
           this.form.zfpId = this.zfpId;
           //利率
           this.form.zfiRate = this.zfpcrRate;
+          //最短账期
+          this.form.zfpShortestPeriod = this.zfpShortestPeriod;
           //最小融资金额
           this.form.zfpMinimumAmount = this.zfpMinimumAmount;
           //可用金额
           this.form.availableAmt = this.availableAmt;
+              console.log(this.form,"this.form1")
           approveCredit(this.form)
             .then(response => {
               loading.close();
@@ -1213,10 +1231,14 @@ export default {
             this.form.zfpId = this.zfpId;
             //利率
             this.form.zfiRate = this.zfpcrRate;
+             //最短账期
+            this.form.zfpShortestPeriod = this.zfpShortestPeriod;
             //最小融资金额
             this.form.zfpMinimumAmount = this.zfpMinimumAmount;
+             
             //可用金额
             this.form.availableAmt = this.availableAmt;
+               console.log(this.form,"this.form2")
             approveCredit(this.form)
               .then(response => {
                 loading.close();

+ 3 - 23
front-vue/src/views/service/credit/goFinance.vue

@@ -995,33 +995,13 @@ export default {
                                                                     recvAccNm: "",
                                                                     tranAmt: self.needPay,
                                                                     businessId: self.zciId,
+                                                                    zfrId: "02",
                                                                     type: "00",
                                                                 };
-                                                                transfer(map)
+                                                                updateChargeStatus(map)
                                                                     .then((response) => {
                                                                         loading.close();
-                                                                        setTimeout(() => {
-                                                                            if (response.data.status == "1") {
-                                                                                self.msgSuccess("缴费成功");
-                                                                                updateChargeStatus(zfrId, "02").then(
-                                                                                    (res) => {
-                                                                                        self.getContractFile();
-                                                                                    }
-                                                                                );
-                                                                            } else if (response.data.status == "0") {
-                                                                                self.message("正在缴费中,请稍后再试");
-                                                                                updateChargeStatus(zfrId, "01").then(
-                                                                                    (res) => {}
-                                                                                );
-                                                                            } else if (response.data.status == "2") {
-                                                                                self.msgError(
-                                                                                    "缴费失败,前去费用管理再次缴费"
-                                                                                );
-                                                                                updateChargeStatus(zfrId, "05").then(
-                                                                                    (res) => {}
-                                                                                );
-                                                                            }
-                                                                        }, 1000);
+                                                                        self.getContractFile();
                                                                     })
                                                                     .catch(() => {
                                                                         loading.close();

+ 19 - 14
front-vue/src/views/service/financeRecord/addFinanceRecord.vue

@@ -43,7 +43,7 @@
                     <text-item label="预计融资期限" :value="form.term" suffix="天"></text-item>
                 </el-col>
                 <el-col :span="12">
-                    <text-item label="预计净融资额" :value="form.cost" suffix="元"></text-item>
+                    <text-item label="预计净融资额" :value="form.amount" suffix="元"></text-item>
                 </el-col>
             </el-row>
 
@@ -146,11 +146,13 @@
     <!-- 合同预览 -->
     <el-dialog title="预览" :visible.sync="pdfShowDialog" width="60%" append-to-body :show-close="pdfIsShow">
         <pdf-show :pdfFileList="pdfFileList" :zfiId="this.form.zfiId" :parent="parent"></pdf-show>
-        <span slot="footer" class="dialog-footer">
+        <div style="margin-bottom:50px">
+        <span slot="footer" class="dialog-footer" style="float: right; margin-top: 2%">
             <el-button type="primary" @click="selectType" v-if="pdfIsShow">签署</el-button>
             <el-button type="primary" plain="" @click="pdfShowDialog = false" v-if="pdfIsShow">取消</el-button>
             <el-button type="primary" @click="closePDF" v-if="!pdfIsShow">确定</el-button>
         </span>
+        </div>
     </el-dialog>
 
     <!--选择签署意愿类型-->
@@ -638,7 +640,17 @@ export default {
         /* 清空 */
         clearBoth() {
             this.form.zfrAmount = "";
-            this.form, (zfrRepaymentDate = "");
+            this.$set(this.form, "zfrCollectionAccount", "");
+            this.$set(this.form, "zfrAmount", "");
+            this.$set(this.form, "zfiAmount", "");
+            this.$set(this.form, "zfrRepaymentDate", "");
+            this.$set(this.form, "zfrRate", "");
+            this.$set(this.form, "zfpcrLoanType", "");
+            this.$set(this.form, "zfiProductId","");
+            this.$set(this.form, "zfpcrChargeRate", "");
+            this.$set(this.form, "cost", "");
+            this.$set(this.form, "term", "");
+            this.$set(this.form, "amount", "");
             this.form.zfrRate = "";
             this.form.zfpcrLoanType = "";
             this.billInfList = [];
@@ -971,23 +983,16 @@ export default {
                                                                     recvAccNm: "",
                                                                     tranAmt: self.needPay,
                                                                     businessId: self.zciId,
+                                                                    zfrId:zfrId,
+                                                                    zciStatus:"02",
                                                                     type: "00"
                                                                 };
-                                                                transfer(map)
+                                                                updateChargeStatus(map)
                                                                     .then((response) => {
                                                                      console.log(response,"response")
                                                                         loading.close();
                                                                         self.msgSuccess("缴费成功");
-                                                                        setTimeout(() => {
-                                                                            if (response.data.status == "1") {
-                                                                                updateChargeStatus(zfrId,"02").then(
-                                                                                    (res) => {
-                                                                                        console.log("缴费成功")
-                                                                                        self.getContractFile();
-                                                                                    }
-                                                                                );
-                                                                            }
-                                                                        }, 1000);
+                                                                        self.getContractFile();
                                                                     })
                                                                     .catch(() => {
                                                                         loading.close();

+ 60 - 10
front-vue/src/views/service/financeRecord/approvalRecordDetail.vue

@@ -1,10 +1,12 @@
 <template>
-  <div class="app-container">
+      <el-tabs type="border-card">
+        <!-- 资产信息-->
+        <el-tab-pane label="资产信息">
     <!-- 添加或修改融资记录对话框 -->
-    <span style="float: right; margin-right: 125px;">创建人:{{ user }}</span>
-        <span style="float: right; margin-right: 125px;">创建时间:{{ time }}</span>
-        <span style="float: right; margin-right: 125px;">融资编号:{{ number }}</span>
-      <el-form ref="form" label-position="top" :model="form" :rules="rules" label-width="80px">
+    <span style="float: right; margin-right: 100px; margin-top: 20px">创建人:{{ user }}</span>
+        <span style="float: right; margin-right: 100px; margin-top: 20px">创建时间:{{ time }}</span>
+        <span style="float: right; margin-right: 100px; margin-top: 20px">融资编号:{{ number }}</span>
+      <el-form ref="form" label-position="top" :model="form" :rules="rules" style="margin-top: 20px">
         <el-divider content-position="left">融资信息</el-divider>
         <el-row>
           <el-col :span="8">
@@ -57,8 +59,8 @@
         </el-row>
       </el-form>
       <el-divider content-position="left">应收账款</el-divider>
-        <span style="float: right; margin-right: 125px;">金额大写:{{ smallToBig(allAmount()) }}</span>
-        <span style="float: right; margin-right: 125px;">消费金额:{{ allAmount() }}  元</span>
+        <span style="float: right; margin-right: 100px;">金额大写:{{ smallToBig(allAmount()) }}</span>
+        <span style="float: right; margin-right: 100px;">消费金额:{{ allAmount() }}  元</span>
         <el-table :data="billInfList" border stripe>
           <el-table-column label="序号" type="index" width="50" align="center">
             <template slot-scope="scope">
@@ -102,6 +104,27 @@
                 </template>
             </el-table-column>
           </el-table>
+             <!-- 物流附件 -->
+            <el-divider content-position="left">物流附件</el-divider>
+            <el-table :data="logisticsFileList" border style="width: 100%" stripe>
+                <el-table-column label="文件名称" align="center" prop="pfiFileName" show-overflow-tooltip />
+                <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width='300' fixed="right" >
+                        <template slot-scope="scope">
+                            <el-button
+                                size="mini"
+                                type="text"
+                                icon="el-icon-view"
+                                @click="handleDownload(scope.row)"
+                            >下载</el-button>
+                            <el-button
+                            size="mini"
+                            type="text"
+                            icon="el-icon-view"
+                            @click="handlePreview(scope.row)"
+                            >预览</el-button>
+                        </template>
+                    </el-table-column>
+            </el-table>
         <!-- 其他附件 -->
         <el-divider content-position="left">其他附件</el-divider>
           <el-table :data="otherFileList" border style="width: 100%" stripe>
@@ -117,7 +140,7 @@
                 </template>
             </el-table-column>
           </el-table>
-        <el-divider content-position="left">盖章附件</el-divider>
+        <!-- <el-divider content-position="left">盖章附件</el-divider>
           <el-row>
               <img    style="width:50px;height:50px;"
                       :key="dict.pfiFileId"
@@ -126,7 +149,7 @@
                       @click="handlePreview(dict)"
                       :title="dict.pfiFileName"
                   >
-          </el-row>
+          </el-row> -->
       <div slot="footer" class="dialog-footer">
         <!-- <el-button type="primary" @click="submitForm">确 定</el-button> -->
         <!-- <el-button @click="cancel">取 消</el-button> -->
@@ -136,7 +159,27 @@
         <img :src="wordUrl" v-if="show" width='800px' height='500px'/>
         <iframe :src="wordUrl" width='800px' height='500px' frameborder='1' v-if="heid"/>
       </el-dialog>
-  </div>
+ </el-tab-pane>
+        <el-tab-pane label="签署合同">
+            <el-row class="zap-form" type="flex" style="flex-wrap: wrap;">
+                       <!-- <img    style="width:50px;height:50px;"
+                      :key="dict.pfiFileId"
+                      src="../../../assets/images/pdf.png"
+                      v-for="dict in recordSealList"
+                      @click="handlePreview(dict)"
+                      :title="dict.pfiFileName"
+                  > -->
+                    <attachments v-for="dict in recordSealList" :key="dict.pfiFileId" :fileName="dict.pfiFileName">
+                    <img class="" src="../../../assets/images/pdf.png" />
+                    <div class="attachements__marker" slot="marker">
+                        <el-button class="zap-button-primary" size="mini" @click="handleDownload(dict)">下载</el-button>
+                        <el-button class="zap-button-primary" size="mini" @click="handlePreview(dict)">预览</el-button>
+                    </div>
+                </attachments>
+            </el-row>
+        </el-tab-pane>
+        <!-- </div> -->
+    </el-tabs>
 </template>
 
 <script>
@@ -180,6 +223,8 @@ export default {
       invoiceFileList:[],
       //其他文件
       otherFileList:[],
+      //物流附件
+      logisticsFileList:[],
       // 弹出层标题
       title: "",
       // 是否显示弹出层
@@ -345,6 +390,8 @@ export default {
                   this.contractFileList = response.data.contractFileList;
                 //获取其他文件
                 this.otherFileList = response.data.otherFileList;
+                  //获取物流附件
+                 this.logisticsFileList = response.data.logisticsFileList;
             }
         });
         if(item.zfpcrLoanType == '0'){
@@ -443,10 +490,13 @@ export default {
     getRecordSealFile(){
       getRecordSealFile(this.form).then((response) => {
         if(response.data.list){
+            console.log(response,"response1")
           this.recordSealList = response.data.list;
+          console.log()
         }
       });
     },
+    
     //应收账款合计
     allAmount() {
       var strarr = [0.00];

+ 2 - 1
front-vue/src/views/service/financeRecord/detailFinanceRecord.vue

@@ -329,6 +329,7 @@ export default {
             var self = this;
             self.number = response.data.zfrNumber;
             self.status = response.data.zfrStatus;
+            console.log(response,"response")
             self.reason = response.data.zfrReason;
             self.time = self.parseTime(
                 new Date(response.data.createTime),
@@ -340,11 +341,11 @@ export default {
             self.form.zfrStatus = response.data.zfrStatus;
             self.form.zfrCollectionAccount = response.data.zfrCollectionAccount;
             listFinanceInf(zfrFinanceId).then(response => {
-                debugger
                 if (response.data) {
                     self.financeInfList = response.data;
                     for (let item of self.financeInfList) {
                         if (item.zfiId == zfrFinanceId) {
+                            console.log(item,"item")
                             self.amount(item);
                         }
                     }

+ 77 - 45
front-vue/src/views/service/financeRecord/recordSeal.vue

@@ -281,11 +281,13 @@
       :show-close="pdfIsShow"
     >
       <pdf-show :pdfFileList="pdfFileList" :zfiId="this.form.zfiId" :parent="parent"></pdf-show>
-      <span slot="footer" class="dialog-footer">
+       <div style="margin-bottom:50px">
+      <span slot="footer" class="dialog-footer"  style="float: right; margin-top: 2%">
         <el-button type="primary" @click="selectType" v-if="pdfIsShow">签署</el-button>
         <el-button type="primary" plain @click="pdfShowDialog = false" v-if="pdfIsShow">取消</el-button>
         <el-button type="primary" @click="closePDF" v-if="!pdfIsShow">确定</el-button>
       </span>
+       </div>
     </el-dialog>
 
     <!--选择签署意愿类型-->
@@ -1118,42 +1120,20 @@ export default {
                                 });
                                 loading.close();
                               } else {
-                                console.log();
                                 var map = {
                                   recvAccNo: "",
                                   recvAccNm: "",
                                   tranAmt: self.needPay,
                                   businessId: self.zciId,
+                                  zfrId:"02",
                                   type: "00"
                                 };
-                                transfer(map)
+                                updateChargeStatus(map)
                                   .then(response => {
                                     debugger;
                                     loading.close();
-                                    setTimeout(() => {
-                                      if (response.data.status == "1") {
-                                        self.msgSuccess("缴费成功");
-                                        updateChargeStatus(zfrId, "02").then(
-                                          res => {
-                                            self.getContractFile();
-                                          }
-                                        );
-                                      } else if (response.data.status == "0") {
-                                        self.message("正在缴费中,请稍后再试");
-                                        updateChargeStatus(
-                                          zfrId,
-                                          "01"
-                                        ).then(res => {});
-                                      } else if (response.data.status == "2") {
-                                        self.msgError(
-                                          "缴费失败,前去费用管理再次缴费"
-                                        );
-                                        updateChargeStatus(
-                                          zfrId,
-                                          "05"
-                                        ).then(res => {});
-                                      }
-                                    }, 1000);
+                                    self.msgSuccess("缴费成功");
+                                    self.getContractFile();
                                   })
                                   .catch(() => {
                                     loading.close();
@@ -1397,26 +1377,78 @@ export default {
           if ("60000000" == verification) {
             var zfrId = this.zfrId;
             listChargeStatus(zfrId).then(response => {
-              if (response.data[0]) {
-                if (response.data[0].zciStatus == "00") {
-                  this.$confirm("请缴纳手续费" + this.needPay + "元", "警告", {
-                    confirmButtonText: "去缴费",
-                    cancelButtonText: "取消",
-                    type: "warning"
-                  })
-                    .then(function() {
-                      return updateChargeStatus(zfrId);
-                    })
-                    .then(() => {
-                      this.getContractFile();
-                    });
+                if (response.data.accInfList[0]) {
+                  self.paiAccno = response.data.accInfList[0].paiAccno;
+                }
+                if (response.data.chargeInfList[0]) {
+                  if (response.data.chargeInfList[0].zciStatus == "00") {
+                    self.zciId = response.data.chargeInfList[0].zciId;
+                    self
+                      .$confirm("请缴纳手续费" + self.needPay + "元", "警告", {
+                        confirmButtonText: "去缴费",
+                        cancelButtonText: "取消",
+                        type: "warning"
+                      })
+                      .then(function() {
+                        const loading = self.$loading({
+                          lock: true,
+                          text: "Loading",
+                          spinner: "el-icon-loading",
+                          background: "rgba(0, 0, 0, 0.7)"
+                        });
+                        if (self.paiAccno) {
+                          balance(self.paiAccno)
+                            .then(response => {
+                              if (
+                                eval(self.needPay) > eval(response.data.kyAmt)
+                              ) {
+                                self.$message({
+                                  message:
+                                    "余额为" +
+                                    response.data.kyAmt +
+                                    "不足以抵扣本次缴费费用,请及时充值",
+                                  type: "warning"
+                                });
+                                loading.close();
+                              } else {
+                                var map = {
+                                  recvAccNo: "",
+                                  recvAccNm: "",
+                                  tranAmt: self.needPay,
+                                  businessId: self.zciId,
+                                  zfrId:"02",
+                                  type: "00"
+                                };
+                                updateChargeStatus(map)
+                                  .then(response => {
+                                    debugger;
+                                    loading.close();
+                                    self.msgSuccess("缴费成功");
+                                    self.getContractFile();
+                                  })
+                                  .catch(() => {
+                                    loading.close();
+                                  });
+                              }
+                            })
+                            .catch(() => {
+                              loading.close();
+                            });
+                        } else {
+                          self.$message({
+                            message: "您还没有电子账户,请联系平台开通电子账户",
+                            type: "warning"
+                          });
+                          loading.close();
+                        }
+                      });
+                  } else {
+                    self.getContractFile();
+                  }
                 } else {
-                  this.getContractFile();
+                  self.getContractFile();
                 }
-              } else {
-                this.getContractFile();
-              }
-            });
+              });
           } else {
             //不匹配
             this.$message({

+ 1 - 0
front-vue/src/views/system/accInf/accInf.vue

@@ -847,6 +847,7 @@ export default {
                   newDatas.push(h("p", null, confirmText[j]));
                 }
               }
+              this.paymentList  = response.data;
               self.showPayment = true;
               self.paymentRow = row;
             } else {

+ 13 - 6
front-vue/src/views/system/accInf/accInfDetail.vue

@@ -186,8 +186,8 @@ export default {
           //查询交易明细
           var map = {'startRecord' : '','pageNumber' : '','accNo' : self.accno,'startDate': self.createBeginDate(),'endDate': self.parseTime(new Date(),"{y}{m}{d}")}
           transferDetailed(map).then((response) =>{
-            debugger
             self.detailList = response.data.list.row;
+            console.log(self.detailList,"self.detailList")
             for (let i = 0; i < self.detailList.length; i++) {
               const dataTime = self.detailList[i].TRANDATE + self.detailList[i].TRANTIME;
               var pattern = /(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/;
@@ -208,9 +208,9 @@ export default {
       });
     },
     handleDetail(row) {
-      debugger
-      this.reset();
-      this.form = row;
+      console.log(row,"row")
+       this.reset();
+       this.form = row;
       this.open = true;
     },
      // 每页多少条
@@ -224,6 +224,7 @@ export default {
     // 取消按钮
     cancel() {
       this.open = false;
+         this.reset();
     },
     // 表单重置
     reset() {
@@ -243,12 +244,17 @@ export default {
         sfsRemark: null,
         ssId: null,
         ssName: null,
+        subAccNo:null,
+        TRANAMT:null,
+        status:null,
+        RESUME:null,
+        HOSTFLW:null,
+        dataTime:null,
         amount: null
       };
       this.noneBtnImg = false;
       this.enclosureList = [];
       this.sfzList = [];
-      this.resetForm("form");
       this.accno = null,
       this.KYAMT = null
     },
@@ -266,14 +272,15 @@ export default {
           //查询交易明细
           var map = {'startRecord' : '','pageNumber' : '','accNo' : self.accno,'startDate': self.queryParams.queryTime[0],'endDate': self.queryParams.queryTime[1]}
           transferDetailed(map).then((response) =>{
-            debugger
             self.detailList = response.data.list.row;
+             console.log(self.detailList,"self.detailList")
             for (let i = 0; i < self.detailList.length; i++) {
               const dataTime = self.detailList[i].TRANDATE + self.detailList[i].TRANTIME;
               var pattern = /(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/;
               var formatedDate1 = dataTime.replace(pattern, '$1/$2/$3 $4:$5:$6');
               var ddate1 = new Date(formatedDate1);
               self.detailList[i].dataTime = ddate1;
+              self.detailList[i].status = '交易成功';
             }
             self.loading = false;
           }).catch(response => {