Commit 4a1006e9 authored by youjie's avatar youjie

no message

parent c063ff01
...@@ -1384,7 +1384,7 @@ ...@@ -1384,7 +1384,7 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<!-- <li> <li>
<span> <span>
<em>开票状态</em> <em>开票状态</em>
<el-select v-model="msg.TicketManager" :placeholder="$t('pub.pleaseSel')" class="w120"> <el-select v-model="msg.TicketManager" :placeholder="$t('pub.pleaseSel')" class="w120">
...@@ -1392,7 +1392,7 @@ ...@@ -1392,7 +1392,7 @@
</el-option> </el-option>
</el-select> </el-select>
</span> </span>
</li> --> </li>
<li style="margin-right:50px;"> <li style="margin-right:50px;">
<button class="normalBtn" type="button" @click="resetPageIndex(),getList()">{{$t('pub.searchBtn')}}</button> <button class="normalBtn" type="button" @click="resetPageIndex(),getList()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" type="button" @click="addShow=true,command=false,sanmai=false,initAddMsg()"> <button class="normalBtn" type="button" @click="addShow=true,command=false,sanmai=false,initAddMsg()">
...@@ -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>
......
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