|
@@ -28,6 +28,7 @@
|
|
<div class="top">
|
|
<div class="top">
|
|
<label style="margin-left: 1%;">发票抬头:</label>
|
|
<label style="margin-left: 1%;">发票抬头:</label>
|
|
<el-select v-model="taxPlayerCode" filterable placeholder="请选择发票抬头">
|
|
<el-select v-model="taxPlayerCode" filterable placeholder="请选择发票抬头">
|
|
|
|
+ <el-option label="全部" value=""></el-option>
|
|
<el-option
|
|
<el-option
|
|
v-for="item in companyList"
|
|
v-for="item in companyList"
|
|
:key="item.companyName"
|
|
:key="item.companyName"
|