@@ -68,7 +68,7 @@
<s-table
class="sTable"
ref="table"
- size="default"
+ size="small"
:rowKey="(record) => record.id"
:columns="columns"
:data="loadData"
@@ -14,7 +14,7 @@
:scroll="{ y: tableHeight }"
@@ -25,7 +25,7 @@
@@ -33,7 +33,7 @@
@@ -35,7 +35,7 @@
<a-table
:rowKey="(record) => record.dealerSn"
:pagination="paginationProps"
@@ -9,7 +9,7 @@
:showPagination="false"
@@ -64,7 +64,7 @@
@@ -20,7 +20,7 @@
@@ -117,7 +117,7 @@
@@ -42,7 +42,7 @@
@@ -59,7 +59,7 @@
@@ -38,7 +38,7 @@
:row-selection="rowSelection"
:rowKey="(record) => record.stockPutSn"
@@ -13,7 +13,7 @@
@@ -16,7 +16,7 @@
@@ -54,7 +54,7 @@
:rowKey="record => record.id"
@@ -46,7 +46,7 @@
@@ -52,7 +52,7 @@
@@ -18,7 +18,7 @@
@@ -100,7 +100,7 @@
@@ -133,7 +133,7 @@
:columns="chooseColumns"
:data="chooseLoadData"
@@ -85,7 +85,7 @@
@@ -91,7 +91,7 @@
:row-selection="$hasPermissions('B_inventoryWarning_refresh')?{ selectedRowKeys: selectedRowKeys, onChange: onChange, onSelect: onSelectChange, onSelectAll: onSelectAllChange }:null"
@@ -31,7 +31,7 @@
rowKey="id"
@@ -75,7 +75,7 @@
</div> -->
@@ -23,7 +23,7 @@
@@ -32,7 +32,7 @@
</div>
@@ -77,7 +77,7 @@
@cancle="isShow=false"
:width="960">
<div>
- <a-descriptions bordered size="default" :column="1">
+ <a-descriptions bordered size="small" :column="1">
<a-descriptions-item label="品牌名称:">{{ detailsData&&detailsData.brandName || '--' }}</a-descriptions-item>
<a-descriptions-item label="品牌分类:">{{ detailsData&&detailsData.brandTypeDictValue || '--' }}</a-descriptions-item>
<a-descriptions-item label="排序字母:">{{ detailsData&&detailsData.sortChar || '--' }}</a-descriptions-item>
@@ -37,7 +37,7 @@
@@ -109,7 +109,7 @@
:row-selection=" showSelect ?{ selectedRowKeys: selectedRowKeys, onChange: onChange, onSelect: onSelectChange, onSelectAll: onSelectAllChange }:null"
@@ -43,7 +43,7 @@
:rowKey="(record) => record.productSn"
@@ -69,7 +69,7 @@
@@ -88,7 +88,7 @@
@@ -51,7 +51,7 @@
@@ -66,7 +66,7 @@
@@ -71,7 +71,7 @@
:rowKey="(record, index) => index"
@@ -39,7 +39,7 @@
:rowKey="(record) => record.sparePartsSn"
@@ -78,7 +78,7 @@
@@ -70,7 +70,7 @@
:row-selection="$hasPermissions('B_stockOut')?rowSelection:null"
:rowKey="(record) => record.stockOutSn"
@@ -62,7 +62,7 @@
@@ -83,7 +83,7 @@
@@ -93,7 +93,7 @@
@@ -53,7 +53,7 @@
:dataSource="loadData"
@@ -56,7 +56,7 @@
@@ -29,7 +29,7 @@