Commit b268b16a authored by 华国豪's avatar 华国豪 🙄

no message

parent a2fb4006
......@@ -694,7 +694,7 @@
</table>
<table border="0" cellspacing="1" class="leaderReimbursementTable">
<tr>
<th :colspan="7">
<th :colspan="8">
<span>追加团款</span>
</th>
<th :colspan="1" width="200">
......@@ -707,6 +707,7 @@
<th>单号</th>
<th>所属公司</th>
<th>单据类型</th>
<th>单据状态</th>
<th>费用类型</th>
<th>交易方式</th>
<th>金额</th>
......@@ -719,6 +720,8 @@
</td>
<td>{{item.BranchName}}</td>
<td><span class="_bg__" :class="item.Type==1 || item.Type==5?'_bg_green':'_bg_red'">{{item.TypeName}}</span>
<td>
<span style="color: red;">{{item.StatusStr}}</span>
</td>
<td>
<template v-for="(s,si) in item.CostTypeList">
......@@ -763,7 +766,7 @@
</td>
</tr>
<tr v-if="!zhuijiaList.length">
<td colspan="8">暂无数据</td>
<td colspan="9">暂无数据</td>
</tr>
</table>
<div v-if='picIsShow' class="viewBigPicLayer">
......@@ -1004,7 +1007,6 @@
CurrencyId: leadr.CurrencyId,
}
let id = [];
console.log("nowLineId:"+obj.LineId+"old:"+ this.LineId);
if (obj.LineId == this.LineId) {
id = [98, 99]
} else {
......@@ -1216,7 +1218,6 @@
}, res => {
if (res.data.resultCode == 1) {
let nav = res.data.data.list;
this.LineId = res.data.data.EntryId
if (nav[0].OutBranchId == 1216) {
this.IsShowRMB = true;
}
......@@ -1326,7 +1327,7 @@
this.isUpdate = this.$route.query.isUpdate;
this.msg.TCIDs = this.$route.query.id;
this.NewCombinationNum = this.$route.query.NewCombinationNum;
this.LineId = this.$route.query.lineId ? this.$route.query.lineId : 0
if (this.$route.query.OutBranchId == 1216) {
this.IsShowRMB = true;
}
......
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