|
|
|
@ -84,10 +84,6 @@
|
|
|
|
|
:data="list"
|
|
|
|
|
style="width: 100%;" highlight-current-row
|
|
|
|
|
@row-click="getStockOrderDetailList" ref="multipleTable">
|
|
|
|
|
<el-table-column
|
|
|
|
|
type="selection"
|
|
|
|
|
width="55">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column type="index" label="序号" width="50"></el-table-column>
|
|
|
|
|
<el-table-column label="单据号" prop="billNo" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="往来单位" prop="corpName" show-overflow-tooltip></el-table-column>
|
|
|
|
|