Commit 59a4172a authored by 黄媛媛's avatar 黄媛媛

备注修改

parent 82d1e5bd
...@@ -401,7 +401,7 @@ export default { ...@@ -401,7 +401,7 @@ export default {
this.GetDetail = data; this.GetDetail = data;
this.loading=false this.loading=false
this.$set(this.$data,"GetDetail",data); this.$set(this.$data,"GetDetail",data);
console.log("sdfsaoifsjapof ",this.GetDetail) // console.log("sdfsaoifsjapof ",this.GetDetail)
let status=false; let status=false;
if(this.GetDetail.DetailList && this.GetDetail.DetailList.length>0 && this.GetDetail.TCIDList.length>0){ if(this.GetDetail.DetailList && this.GetDetail.DetailList.length>0 && this.GetDetail.TCIDList.length>0){
this.GetDetail.DetailList.forEach(item=>{ this.GetDetail.DetailList.forEach(item=>{
...@@ -410,14 +410,14 @@ export default { ...@@ -410,14 +410,14 @@ export default {
} }
}) })
if(status){ if(status){
// console.log("this.GetDetail.DetailList[0].Remark",this.GetDetail.DetailList[0].Remark)
this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{ this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
console.log("res",res); // console.log("res.data.data",res.data.data);
if(res.data.data.length>0){ if(res.data.data.length>0){
this.GetDetail.DetailList[0].Remark="刷卡:" this.GetDetail.DetailList[0].Remark+="刷卡:"
res.data.data.forEach(item=>{ res.data.data.forEach(item=>{
this.GetDetail.DetailList[0].Remark+=`${item.Name},`; this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
console.log("this.GetDetail.DetailList[0].Remark",this.GetDetail.DetailList[0].Remark)
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment