Commit bfae6fee authored by youjie's avatar youjie

no message

parent f0efb713
......@@ -2646,7 +2646,8 @@
<!-- 开票费用 -->
<el-dialog width="1000px" :title="BillingChargeTitle" :visible.sync="BillingChargeDialog" center>
<el-form class="Rform" ref="form" :model="Ticketform" label-width="67px" :disabled="BillingChargeTitle=='开票费用详情'">
<el-form class="Rform" ref="form" :model="Ticketform" label-width="67px"
:disabled="BillingChargeTitle=='开票费用详情'">
<div style="color: red;font-size: 13px;text-align: right;padding: 0 0 5px 0;">注:开票单价*开票数量+升舱增收=总开票金额</div>
<table class="po_content singeRowTable" style="border:1px solid #E6E6E6;margin-bottom:15px" cellspacing="0"
cellpadding="0" v-loading="loading">
......@@ -2685,7 +2686,8 @@
</el-form>
<span slot="footer" class="dialog-footer">
<el-button size="small" @click="BillingChargeDialog = false">取 消</el-button>
<el-button :loading="Btnloading" size="small" type="danger" @click="SumbitBillingCharge" v-if="BillingChargeTitle!='开票费用详情'">确 定</el-button>
<el-button :loading="Btnloading" size="small" type="danger" @click="SumbitBillingCharge"
v-if="BillingChargeTitle!='开票费用详情'">确 定</el-button>
</span>
</el-dialog>
</div>
......
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