Commit 9e995391 authored by 黄奎's avatar 黄奎

11

parent 3b041b04
......@@ -587,8 +587,8 @@
</el-select>
</td>
</tr>
<tr style="display:none;">
<td width="70" style="text-align:right;">{{$t('ground.duigysbz')}}:</td>
<tr v-if="LineId==90">
<td width="70" style="text-align:right;">{{$t('pub.pubRemark')}}:</td>
<td>
<el-input type='textarea' class='w135' v-model='subItem.Remarks'></el-input>
</td>
......
......@@ -1039,7 +1039,6 @@
<el-input class="w300" type="number" v-model="leadr.LeaderGetPriceT" @input="changePrice"></el-input>
</template>
</div>
</td>
<td>
<p v-for="(subItem, subIndex) in item.FinanceIds"><span class="cursorpointer text-decoration"
......@@ -1055,7 +1054,6 @@
@click="goFncUrl('DebitNote', subItem.FinanceId)">{{$t('objFill.jiezhidan')}}</span></p>
</td>
<td width="80" class="_zhidan">
<template v-if="myLineId==90">
<div style="margin:10px 0" v-for="(cur,index2) in CurrencyListMoney">
<template v-for="leadr in cur.LeaderGetPriceArr" v-if=" leadr.TCNUMS == item.TCNUMS">
......@@ -2359,7 +2357,6 @@
var tempMoney = (cur.money * this.comRate - cur.yiLing);
var tempShowPrice = cur.money * this.comRate;
//日本
if (this.myLineId == 14) {
tempShowPrice = Math.round(tempShowPrice / 10000) * 10000;
......@@ -2372,7 +2369,7 @@
lead.LeaderGetPriceT = Math.round(tempMoney / 10000) * 10000;
} else {
//其它线路可能不精确到"万"
lead.LeaderGetPriceT = Math.round(tempMoney / 10000) * 10000;
lead.LeaderGetPriceT = tempMoney;
}
} else {
//领取过,直接用计划金额(精确到万)-已领取的金额
......
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