Commit 8740e965 authored by youjie's avatar youjie

no message

parent 2f149ca3
......@@ -872,6 +872,7 @@ export default {
id: obj.Id,
branchId: obj.RB_Branch_Id,
blank: "y",
TrafficToll: obj.TrafficToll?obj.TrafficToll:0,
tab: "结算列表"
}
});
......
......@@ -24,7 +24,8 @@
<div class="fl meta mg0">
成本
</div>
<input v-if="seeDes" type="button" class="normalBtn fr" value="新增单据" @click="goUrl()"/>
<input v-if="$route.query.TrafficToll>0||seeDes" type="button"
class="normalBtn fr" value="新增车费成本" @click="goUrl()"/>
</div>
<table class="saleOrderSettlementTable" border="0" cellspacing="0" cellpadding="0">
<tr>
......
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