|
@@ -184,7 +184,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 测试 -->
|
|
|
- <ve-table :columns="columns" :virtual-scroll-option="virtualScrollOption" :max-height="600" :table-data="shipmentListData" style="width:100%" :border-y="true" :sort-option="sortOption" :scroll-width="2500" row-key-field-name="itemIds" :checkbox-option="checkboxOption">
|
|
|
+ <ve-table :columns="columns" :rowSelection="{ fixed: true, columnWidth: 60 }" :virtual-scroll-option="virtualScrollOption" :max-height="600" :table-data="shipmentListData" style="width:100%" :border-y="true" :sort-option="sortOption" :scroll-width="2500" row-key-field-name="itemIds" :checkbox-option="checkboxOption">
|
|
|
</ve-table>
|
|
|
<div v-show="showEmpty" class="empty-data">暂无数据</div>
|
|
|
<span style="margin-right: 55%;">共勾选{{selectedNumber}}条数</span>
|
|
@@ -580,7 +580,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
columns: [
|
|
|
- {field: "",key: "ju",type: "checkbox",title: "",width: 50, align: "center",ellipsis: {showTitle: true,},},
|
|
|
+ {field: "",key: "ju",type: "checkbox",title: "",width: 50, align: "center",fixed: "left",ellipsis: {showTitle: true,},},
|
|
|
{ field: "account", key: "a", title: "账套", align: "center", width: 85,sortBy: "",ellipsis: {showTitle: true,},},
|
|
|
{ field: "orderNumber", key: "b", title: "销售订单号", align: "center",width: 180,sortBy: "",ellipsis: {showTitle: true,}, },
|
|
|
{ field: "itemNumber", key: "c", title: "款号", align: "center",width: 130,sortBy: "",ellipsis: {showTitle: true,}, },
|