Commit 2563feba authored by wuchun's avatar wuchun

提交代码

parent bd98d6f4
......@@ -2100,9 +2100,13 @@
this.msg.TCIDs = this.$route.query.id;
this.NewCombinationNum = this.$route.query.NewCombinationNum;
this.myLineId = this.$route.query.lineId;
if (this.myLineId == 14) {
if (this.myLineId == 14) {//日本线95%
this.comRate = 0.95;
} else {
}
else if (this.myLineId == 168||this.myLineId == 2) {//欧洲线60% 2023-07-25 add by:W 徐总要求
this.comRate = 0.60;
}
else {
this.comRate = 1;
}
if (this.$route.query.OutBranchId == 1216) {
......
......@@ -847,7 +847,8 @@
<td width="80" class="_zhidan">
<input v-if="TimeXiao" type="button" value="制单" class="leader2Btn" @click="goZhiDan(item)">
<input v-else-if="dataList.LeaderApply && dataList.LeaderApply.Status && dataList.LeaderApply.Status==2"
type="button" value="制单" class="leader2Btn" @click="goZhiDan(item)">
type="button" value="制单" style="" class="leader2Btn" @click="goZhiDan(item)">
<span v-else style="color:red">请在APP中提交实际用款详情信息</span>
<input style="margin-top:15px" v-if="item.FinanceIds && item.FinanceIds.length>0" type="button" value="退款制单" class="leader2Btn" @click="gofzZd(item)">
</td>
......
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