Commit a4d280a1 authored by youjie's avatar youjie

no message

parent 70ed2e1c
...@@ -1945,12 +1945,12 @@ ...@@ -1945,12 +1945,12 @@
<el-button type="primary" class="iconfont icon-duigou" @click="UpdateTicketState(item.ID,1)"> <el-button type="primary" class="iconfont icon-duigou" @click="UpdateTicketState(item.ID,1)">
</el-button> </el-button>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="开票费用" placement="top-start" <!-- <el-tooltip class="item" effect="dark" content="开票费用" placement="top-start"
v-if="item.isBillingCharge"> v-if="item.isBillingCharge">
<el-button type="primary" class="el-icon-coin" @click="BillingCharge(item)" <el-button type="primary" class="el-icon-coin" @click="BillingCharge(item)"
style="font-size: 16px;"> style="font-size: 16px;">
</el-button> </el-button>
</el-tooltip> </el-tooltip> -->
</el-button-group> </el-button-group>
</div> </div>
</el-col> </el-col>
...@@ -2658,8 +2658,6 @@ ...@@ -2658,8 +2658,6 @@
</tr> </tr>
<tr v-for="(item,index) in MsgRAirServiceList" :key="index"> <tr v-for="(item,index) in MsgRAirServiceList" :key="index">
<td> <td>
<!-- <input style="position: relative;top: 3px;display: inline-block;width: 15px;height: 15px;"
type="checkbox" :value="item.TCID" v-model="customerList" /> -->
{{item.TCNUM}}({{item.TCID}}){{item.OutBranchName}} {{item.TCNUM}}({{item.TCID}}){{item.OutBranchName}}
</td> </td>
<td> <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