Commit 947da056 authored by 华国豪's avatar 华国豪 🙄
parents 11c09caa b8e92e54
......@@ -410,23 +410,19 @@ export default {
}
})
if(status){
// console.log("this.GetDetail.DetailList[0].Remark",this.GetDetail.DetailList[0].Remark)
this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{
if(res.data.resultCode==1){
// console.log("res.data.data",res.data.data);
if(res.data.data.length>0){
this.GetDetail.DetailList[0].Remark+="刷卡:"
res.data.data.forEach(item=>{
this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
})
}
}else{
this.Error(res.data.message)
}
},err=>{})
// this.apipost('Financial_post_GetFinanceSwipingCard',{FrId:this.ID},res=>{
// if(res.data.resultCode==1){
// if(res.data.data.length>0){
// this.GetDetail.DetailList[0].Remark+=` `+"刷卡:"
// res.data.data.forEach(item=>{
// this.GetDetail.DetailList[0].Remark+=`${item.Name},`;
// })
// }
// }else{
// this.Error(res.data.message)
// }
// },err=>{})
}
}
}
......
......@@ -376,7 +376,7 @@
<span>
<em>领队/导游</em>
<el-select v-model="msg.LeaderId" filterable :placeholder="$t('admin.admin_phBirthPlace')" class="w210">
<el-option :label="$t('pub.unlimitedSel')" :value="0"> </el-option>
<el-option :label="$t('pub.unlimitedSel')" :value="-1"> </el-option>
<el-option v-for='item in leaderList' :key="item.ID" :label="item.Name" :value="item.ID">
</el-option>
</el-select>
......@@ -509,7 +509,7 @@
msg: {
pageIndex: 1,
pageSize: 10,
LeaderId: 0,
LeaderId: -1,
ScheduleType: 0,
YearMonth: "",
TCID: 0,
......
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