Commit c1c70766 authored by 吴春's avatar 吴春

提交

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