|
|
|
@ -5,35 +5,51 @@
|
|
|
|
|
<a-form layout="inline" @keyup.enter.native="searchQuery"> |
|
|
|
|
<a-row :gutter="24"> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="供应商ID"> |
|
|
|
|
<a-input placeholder="请输入供应商ID" v-model="queryParam.supplierId"></a-input> |
|
|
|
|
<a-form-item label="供应商"> |
|
|
|
|
<a-input placeholder="请输入供应商" v-model="queryParam.supplierId"></a-input> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="物料详情ID"> |
|
|
|
|
<a-input placeholder="请输入物料详情ID" v-model="queryParam.merchandiseNewsId"></a-input> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<template v-if="toggleSearchStatus"> |
|
|
|
|
<!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">--> |
|
|
|
|
<!-- <a-form-item label="物料详情">--> |
|
|
|
|
<!-- <a-input placeholder="请输入物料详情" v-model="queryParam.merchandiseNewsId"></a-input>--> |
|
|
|
|
<!-- </a-form-item>--> |
|
|
|
|
<!-- </a-col>--> |
|
|
|
|
|
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="品名类ID"> |
|
|
|
|
<a-input placeholder="请输入品名类ID" v-model="queryParam.descriptionId"></a-input> |
|
|
|
|
<a-form-item label="物料组名称"> |
|
|
|
|
<a-input placeholder="请输入物料组名称" v-model="queryParam.descriptionId"></a-input> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="库存地点"> |
|
|
|
|
<a-input placeholder="请输入库存地点" v-model="queryParam.inventoryAddress"></a-input> |
|
|
|
|
<!-- <a-input placeholder="请输入库存地点" v-model="queryParam.inventoryAddress"></a-input>--> |
|
|
|
|
<!-- <a-select placeholder="请选择库存地点" v-model="queryParam.inventoryAddress"--> |
|
|
|
|
<!-- show-search--> |
|
|
|
|
<!-- style="width: 100%"--> |
|
|
|
|
<!-- :default-active-first-option="true"--> |
|
|
|
|
<!-- :show-arrow="false"--> |
|
|
|
|
<!-- :filter-option="false"--> |
|
|
|
|
<!-- :not-found-content="null"--> |
|
|
|
|
<!-- @search="handleExpressSearch"--> |
|
|
|
|
<!-- @change="handleExpressChange"--> |
|
|
|
|
<!-- @blur="handleExpressBlur"--> |
|
|
|
|
<!-- > --> |
|
|
|
|
<a-select placeholder="请选择库存地点" v-model="queryParam.inventoryAddress"> |
|
|
|
|
<a-select-option v-for="(item,index) in bigId" :key="index" :value="item.inventoryAddress">{{item.inventoryAddress}}</a-select-option> |
|
|
|
|
</a-select> |
|
|
|
|
|
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<template v-if="toggleSearchStatus"> |
|
|
|
|
</template> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> |
|
|
|
|
<a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
|
|
|
|
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
|
|
|
|
<a @click="handleToggleSearch" style="margin-left: 8px"> |
|
|
|
|
{{ toggleSearchStatus ? '收起' : '展开' }} |
|
|
|
|
<a-icon :type="toggleSearchStatus ? 'up' : 'down'"/> |
|
|
|
|
</a> |
|
|
|
|
<!-- <a @click="handleToggleSearch" style="margin-left: 8px">--> |
|
|
|
|
<!-- {{ toggleSearchStatus ? '收起' : '展开' }}--> |
|
|
|
|
<!-- <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>--> |
|
|
|
|
<!-- </a>--> |
|
|
|
|
</span> |
|
|
|
|
</a-col> |
|
|
|
|
</a-row> |
|
|
|
@ -49,7 +65,7 @@
|
|
|
|
|
<a-button type="primary" icon="import">导入</a-button> |
|
|
|
|
</a-upload> |
|
|
|
|
<!-- 高级查询区域 --> |
|
|
|
|
<j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query> |
|
|
|
|
<!-- <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> |
|
|
|
@ -132,6 +148,7 @@
|
|
|
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
|
|
|
|
import ProcessMaterialStorageModal from './modules/ProcessMaterialStorageModal' |
|
|
|
|
import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' |
|
|
|
|
import { getAction } from '@api/manage' |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: 'ProcessMaterialStorageList', |
|
|
|
@ -143,10 +160,11 @@
|
|
|
|
|
data () { |
|
|
|
|
return { |
|
|
|
|
description: '物资储存地址表管理页面', |
|
|
|
|
bigId:[], |
|
|
|
|
// 表头 |
|
|
|
|
columns: [ |
|
|
|
|
{ |
|
|
|
|
title: '#', |
|
|
|
|
title: '序号', |
|
|
|
|
dataIndex: '', |
|
|
|
|
key:'rowIndex', |
|
|
|
|
width:60, |
|
|
|
@ -156,17 +174,17 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'供应商ID', |
|
|
|
|
title:'供应商', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'supplierId' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物料详情ID', |
|
|
|
|
title:'物料描述', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'merchandiseNewsId' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'品名类ID', |
|
|
|
|
title:'物料组名称', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'descriptionId' |
|
|
|
|
}, |
|
|
|
@ -180,19 +198,19 @@
|
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'unit' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'删除标志', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'delFlag' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'删除时间', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'delTime', |
|
|
|
|
customRender:function (text) { |
|
|
|
|
return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'删除标志', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'delFlag' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'删除时间', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'delTime', |
|
|
|
|
// customRender:function (text) { |
|
|
|
|
// return !text?"":(text.length>10?text.substr(0,10):text) |
|
|
|
|
// } |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
@ -208,7 +226,8 @@
|
|
|
|
|
deleteBatch: "/materialstorage/processMaterialStorage/deleteBatch", |
|
|
|
|
exportXlsUrl: "/materialstorage/processMaterialStorage/exportXls", |
|
|
|
|
importExcelUrl: "materialstorage/processMaterialStorage/importExcel", |
|
|
|
|
|
|
|
|
|
addressUrl:"/materialstorage/processMaterialStorage/materialStorageAddress", |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
dictOptions:{}, |
|
|
|
|
superFieldList:[], |
|
|
|
@ -223,6 +242,17 @@
|
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
handleExpressBlur(value) { |
|
|
|
|
this.handleExpressChange(value); |
|
|
|
|
}, |
|
|
|
|
handleExpressSearch(value) { |
|
|
|
|
this.handleExpressChange(value); |
|
|
|
|
}, |
|
|
|
|
handleExpressChange(value) { |
|
|
|
|
console.log(value); |
|
|
|
|
// JeecgListMixin.queryParam.inventoryAddress = value; |
|
|
|
|
// this.getExpress({ name: value }); |
|
|
|
|
}, |
|
|
|
|
initDictConfig(){ |
|
|
|
|
}, |
|
|
|
|
getSuperFieldList(){ |
|
|
|
@ -234,7 +264,14 @@
|
|
|
|
|
fieldList.push({type:'string',value:'unit',text:'单位',dictCode:''}) |
|
|
|
|
fieldList.push({type:'int',value:'delFlag',text:'删除标志',dictCode:''}) |
|
|
|
|
fieldList.push({type:'date',value:'delTime',text:'删除时间'}) |
|
|
|
|
this.superFieldList = fieldList |
|
|
|
|
this.superFieldList = fieldList; |
|
|
|
|
getAction(this.url.addressUrl,null).then((res)=>{ |
|
|
|
|
if(res.success){ |
|
|
|
|
// console.log(res.result); |
|
|
|
|
this.bigId = res.result; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|