Commit 77a9b4e2 authored by liudong1993's avatar liudong1993

1

parent f337b144
......@@ -1962,7 +1962,7 @@
</div>
</el-dialog>
<el-dialog title="机票今日付款查询" width="1060px" height="800px" :visible.sync="airPayState" :close-on-click-modal="false" center>
<el-dialog title="机票今日付款查询" width="1260px" height="900px" :visible.sync="airPayState" :close-on-click-modal="false" center>
<el-form class="cdForm" label-width="80px">
<el-form-item label="付款日期" prop="picPayDate">
<el-date-picker class="h34" v-model="picPayDate" type="daterange"
......@@ -1993,7 +1993,7 @@
<th>会计</th>
</tr>
<tr v-for="(item,index) in picPayData" :key="index">
<td><span @click="goUrl('FinancialDocumentsDetail',item.FrID,1,1)" style="cursor: pointer; color:blur">{{item.FrID}}</span></td>
<td><span @click="goUrlFDetail(item.FrID)" style="cursor: pointer; color:blur">{{item.FrID}}</span></td>
<td>{{item.RB_BranchName}}</td>
<td>{{item.CostTypeIdStr}}</td>
<td>{{item.TicketNum}}</td>
......@@ -4147,6 +4147,10 @@
}
});
},
goUrlFDetail(id){
let url = this.domainManager().erpSiteUrl+"FinancialDocumentsDetail?id="+id+"&Conditon=3&pageIndex=1&tab=单据详情";
window.open(url);
},
goUrlAdd(path) {
this.$router.push({
name: path,
......
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