|
@@ -14,15 +14,17 @@
|
|
:value="item.value">
|
|
:value="item.value">
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
-
|
|
|
|
|
|
+
|
|
</el-upload>
|
|
</el-upload>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="demo-input-suffix" style="margin-top: 5px;">
|
|
<div class="demo-input-suffix" style="margin-top: 5px;">
|
|
|
|
+
|
|
<el-input placeholder="公司名称" class="input-demo" v-model="noCarWayBill.companyName"></el-input>
|
|
<el-input placeholder="公司名称" class="input-demo" v-model="noCarWayBill.companyName"></el-input>
|
|
- <el-input placeholder="运单编号" class="input-demo" v-model="noCarWayBill.billNum"></el-input>
|
|
|
|
<el-input placeholder="税号" class="input-demo" v-model="noCarWayBill.taxplayerCode"></el-input>
|
|
<el-input placeholder="税号" class="input-demo" v-model="noCarWayBill.taxplayerCode"></el-input>
|
|
|
|
+ <el-input placeholder="车牌号" class="input-demo" v-model="noCarWayBill.plateNum"></el-input>
|
|
|
|
+ <el-input placeholder="运单编号" class="input-demo" v-model="noCarWayBill.billNum"></el-input>
|
|
<el-button style="margin-right: 1%;" @click="DownloadTemplate">查询模板下载</el-button>
|
|
<el-button style="margin-right: 1%;" @click="DownloadTemplate">查询模板下载</el-button>
|
|
<el-button type="primary" style="margin-left: 1%;" @click="exportExcel">导出报表</el-button>
|
|
<el-button type="primary" style="margin-left: 1%;" @click="exportExcel">导出报表</el-button>
|
|
|
|
|
|
@@ -76,6 +78,11 @@
|
|
label="税号"
|
|
label="税号"
|
|
show-overflow-tooltip>
|
|
show-overflow-tooltip>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ label="车牌号码"
|
|
|
|
+ prop="plateNum"
|
|
|
|
+ show-overflow-tooltip>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="startTime"
|
|
prop="startTime"
|
|
label="运单开始时间"
|
|
label="运单开始时间"
|
|
@@ -456,7 +463,7 @@ import XLSX from "xlsx";
|
|
}
|
|
}
|
|
.billWay_container .input-demo {
|
|
.billWay_container .input-demo {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 20%;
|
|
|
|
|
|
+ width: 15%;
|
|
margin-left: 1%;
|
|
margin-left: 1%;
|
|
}
|
|
}
|
|
.billWay_container .block {
|
|
.billWay_container .block {
|