|
|
|
@ -70,7 +70,7 @@
|
|
|
|
|
</a-form> |
|
|
|
|
</div> |
|
|
|
|
<div class="table-operator"> |
|
|
|
|
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> |
|
|
|
|
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
|
|
|
@ -80,10 +80,10 @@
|
|
|
|
|
|
|
|
|
|
<!-- table区域-begin --> |
|
|
|
|
<div> |
|
|
|
|
<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> |
|
|
|
|
<i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 |
|
|
|
|
<a style="margin-left: 24px" @click="onClearSelected">清空</a> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> |
|
|
|
|
<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项--> |
|
|
|
|
<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
|
|
|
|
|
<a-table |
|
|
|
|
ref="table" |
|
|
|
@ -94,9 +94,10 @@
|
|
|
|
|
:dataSource="dataSource" |
|
|
|
|
:pagination="ipagination" |
|
|
|
|
:loading="loading" |
|
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
|
|
|
|
class="j-table-force-nowrap" |
|
|
|
|
@change="handleTableChange"> |
|
|
|
|
<!-- :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span slot="supplierName" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="10"/> |
|
|
|
@ -270,6 +271,11 @@
|
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'expirationDate' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'来源', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'state' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'入库时间', |
|
|
|
|
align:"center", |
|
|
|
|