|
|
|
@ -1,34 +1,34 @@
|
|
|
|
|
<template> |
|
|
|
|
<a-card :bordered="false" :class="'cust-erp-sub-tab'"> |
|
|
|
|
<!-- 操作按钮区域 --> |
|
|
|
|
<div class="table-operator" v-if="mainId"> |
|
|
|
|
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> |
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('物资出库流程出库清单')">导出</a-button> |
|
|
|
|
<a-upload |
|
|
|
|
name="file" |
|
|
|
|
:showUploadList="false" |
|
|
|
|
:multiple="false" |
|
|
|
|
:headers="tokenHeader" |
|
|
|
|
:action="importExcelUrl" |
|
|
|
|
@change="handleImportExcel"> |
|
|
|
|
<a-button type="primary" icon="import">导入</a-button> |
|
|
|
|
</a-upload> |
|
|
|
|
<!-- 高级查询区域 --> |
|
|
|
|
<j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query> |
|
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0"> |
|
|
|
|
<a-menu slot="overlay"> |
|
|
|
|
<a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item> |
|
|
|
|
</a-menu> |
|
|
|
|
<a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button> |
|
|
|
|
</a-dropdown> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="table-operator" v-if="mainId">--> |
|
|
|
|
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>--> |
|
|
|
|
<!-- <a-button type="primary" icon="download" @click="handleExportXls('物资出库流程出库清单')">导出</a-button>--> |
|
|
|
|
<!-- <a-upload--> |
|
|
|
|
<!-- name="file"--> |
|
|
|
|
<!-- :showUploadList="false"--> |
|
|
|
|
<!-- :multiple="false"--> |
|
|
|
|
<!-- :headers="tokenHeader"--> |
|
|
|
|
<!-- :action="importExcelUrl"--> |
|
|
|
|
<!-- @change="handleImportExcel">--> |
|
|
|
|
<!-- <a-button type="primary" icon="import">导入</a-button>--> |
|
|
|
|
<!-- </a-upload>--> |
|
|
|
|
<!-- <!– 高级查询区域 –>--> |
|
|
|
|
<!--<!– <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>–>--> |
|
|
|
|
<!-- <a-dropdown v-if="selectedRowKeys.length > 0">--> |
|
|
|
|
<!-- <a-menu slot="overlay">--> |
|
|
|
|
<!-- <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>--> |
|
|
|
|
<!-- </a-menu>--> |
|
|
|
|
<!-- <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>--> |
|
|
|
|
<!-- </a-dropdown>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
|
|
|
|
|
<!-- 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" |
|
|
|
@ -40,7 +40,6 @@
|
|
|
|
|
:dataSource="dataSource" |
|
|
|
|
:pagination="ipagination" |
|
|
|
|
:loading="loading" |
|
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
|
|
|
|
@change="handleTableChange"> |
|
|
|
|
|
|
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
@ -116,7 +115,7 @@
|
|
|
|
|
// 表头 |
|
|
|
|
columns: [ |
|
|
|
|
{ |
|
|
|
|
title: '#', |
|
|
|
|
title: '序号', |
|
|
|
|
dataIndex: '', |
|
|
|
|
key:'rowIndex', |
|
|
|
|
width:60, |
|
|
|
@ -126,7 +125,7 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'器材编号', |
|
|
|
|
title:'物料编号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'equipment', |
|
|
|
|
}, |
|
|
|
@ -158,7 +157,7 @@
|
|
|
|
|
{ |
|
|
|
|
title:'供货商', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'supplier', |
|
|
|
|
dataIndex: 'supplierId', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'单价', |
|
|
|
@ -174,9 +173,8 @@
|
|
|
|
|
title:'用途', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'purpose', |
|
|
|
|
fixed:"right", |
|
|
|
|
// fixed:"right", |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
/*{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
|