Commit c1c70766 authored by 吴春's avatar 吴春

提交

parent a3e31668
......@@ -694,7 +694,7 @@
</table>
<table border="0" cellspacing="1" class="leaderReimbursementTable">
<tr>
<th :colspan="8">
<th :colspan="7">
<span>追加团款</span>
</th>
<th :colspan="1" width="200">
......@@ -707,7 +707,6 @@
<th>单号</th>
<th>所属公司</th>
<th>单据类型</th>
<th>单据状态</th>
<th>费用类型</th>
<th>交易方式</th>
<th>金额</th>
......@@ -720,8 +719,6 @@
</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">
......@@ -766,7 +763,7 @@
</td>
</tr>
<tr v-if="!zhuijiaList.length">
<td colspan="9">暂无数据</td>
<td colspan="8">暂无数据</td>
</tr>
</table>
<div v-if='picIsShow' class="viewBigPicLayer">
......@@ -1007,6 +1004,7 @@
CurrencyId: leadr.CurrencyId,
}
let id = [];
console.log("nowLineId:"+obj.LineId+"old:"+ this.LineId);
if (obj.LineId == this.LineId) {
id = [98, 99]
} else {
......@@ -1218,6 +1216,7 @@
}, 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;
}
......@@ -1327,7 +1326,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