| | |
| | | <!-- 操作按钮区域 --> |
| | | <div class="table-operator"> |
| | | <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-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-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>项 |
| | | <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> |
| | | |
| | |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
| | | class="j-table-force-nowrap" |
| | | @change="handleTableChange"> |
| | | |
| | | <template slot="htmlSlot" slot-scope="text"> |
| | | <div v-html="text"></div> |
| | | </template> |
| | | <template slot="imgSlot" slot-scope="text,record"> |
| | | <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span> |
| | | <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/> |
| | | </template> |
| | | <template slot="fileSlot" slot-scope="text"> |
| | | <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span> |
| | | <a-button |
| | | v-else |
| | | :ghost="true" |
| | | type="primary" |
| | | icon="download" |
| | | size="small" |
| | | @click="downloadFile(text)"> |
| | | 下载 |
| | | </a-button> |
| | | </template> |
| | | |
| | | <span slot="action" slot-scope="text, record"> |
| | | <a @click="handleEdit(record)">编辑</a> |
| | | |
| | |
| | | |
| | | <script> |
| | | |
| | | import '@/assets/less/TableExpand.less' |
| | | import { mixinDevice } from '@/utils/mixin' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import MesMaterialTransferRequestModal from './modules/MesMaterialTransferRequestModal' |
| | | import {filterMultiDictText} from '@/components/dict/JDictSelectUtil' |
| | | import '@/assets/less/TableExpand.less' |
| | | import { mixinDevice } from '@/utils/mixin' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import MesMaterialTransferRequestModal from './modules/MesMaterialTransferRequestModal' |
| | | |
| | | export default { |
| | | name: 'MesMaterialTransferRequestList', |
| | | mixins:[JeecgListMixin, mixinDevice], |
| | | components: { |
| | | MesMaterialTransferRequestModal |
| | | }, |
| | | data () { |
| | | return { |
| | | description: '物料拉动申请管理页面', |
| | | // 表头 |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | | dataIndex: '', |
| | | key:'rowIndex', |
| | | width:60, |
| | | align:"center", |
| | | customRender:function (t,r,index) { |
| | | return parseInt(index)+1; |
| | | } |
| | | }, |
| | | { |
| | | title:'删除标记', |
| | | align:"center", |
| | | dataIndex: 'delFlag' |
| | | }, |
| | | { |
| | | title:'拉动单号', |
| | | align:"center", |
| | | dataIndex: 'requestCode' |
| | | }, |
| | | { |
| | | title:'工单ID', |
| | | align:"center", |
| | | dataIndex: 'workOrderId' |
| | | }, |
| | | { |
| | | title:'SAP预留号', |
| | | align:"center", |
| | | dataIndex: 'reservationCode' |
| | | }, |
| | | { |
| | | title:'发布状态', |
| | | align:"center", |
| | | dataIndex: 'publishStatus_dictText' |
| | | }, |
| | | { |
| | | title:'请求状态', |
| | | align:"center", |
| | | dataIndex: 'requestStatus_dictText' |
| | | }, |
| | | { |
| | | title:'请求时间', |
| | | align:"center", |
| | | dataIndex: 'requestTime' |
| | | }, |
| | | { |
| | | title:'原库存地', |
| | | align:"center", |
| | | dataIndex: 'originalWarehouseId' |
| | | }, |
| | | { |
| | | title:'目标库存地', |
| | | align:"center", |
| | | dataIndex: 'targetWarehouseId' |
| | | }, |
| | | { |
| | | title:'优先级(拉动类型)', |
| | | align:"center", |
| | | dataIndex: 'priority_dictText' |
| | | }, |
| | | { |
| | | title:'最晚配送时间', |
| | | align:"center", |
| | | dataIndex: 'latestDeliveryTime' |
| | | }, |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | | align:"center", |
| | | fixed:"right", |
| | | width:147, |
| | | scopedSlots: { customRender: 'action' } |
| | | export default { |
| | | name: 'MesMaterialTransferRequestList', |
| | | mixins: [JeecgListMixin, mixinDevice], |
| | | components: { |
| | | MesMaterialTransferRequestModal |
| | | }, |
| | | data() { |
| | | return { |
| | | description: '物料拉动申请管理页面', |
| | | // 表头 |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | | dataIndex: '', |
| | | key: 'rowIndex', |
| | | width: 60, |
| | | align: 'center', |
| | | customRender: function(t, r, index) { |
| | | return parseInt(index) + 1 |
| | | } |
| | | ], |
| | | url: { |
| | | list: "/mesmaterialtransferrequest/mesMaterialTransferRequest/list", |
| | | delete: "/mesmaterialtransferrequest/mesMaterialTransferRequest/delete", |
| | | deleteBatch: "/mesmaterialtransferrequest/mesMaterialTransferRequest/deleteBatch", |
| | | exportXlsUrl: "/mesmaterialtransferrequest/mesMaterialTransferRequest/exportXls", |
| | | importExcelUrl: "mesmaterialtransferrequest/mesMaterialTransferRequest/importExcel", |
| | | |
| | | }, |
| | | dictOptions:{}, |
| | | superFieldList:[], |
| | | } |
| | | }, |
| | | created() { |
| | | this.getSuperFieldList(); |
| | | }, |
| | | computed: { |
| | | importExcelUrl: function(){ |
| | | return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`; |
| | | }, |
| | | }, |
| | | methods: { |
| | | initDictConfig(){ |
| | | }, |
| | | getSuperFieldList(){ |
| | | let fieldList=[]; |
| | | fieldList.push({type:'int',value:'delFlag',text:'删除标记',dictCode:''}) |
| | | fieldList.push({type:'string',value:'requestCode',text:'拉动单号',dictCode:''}) |
| | | fieldList.push({type:'string',value:'workOrderId',text:'工单ID',dictCode:''}) |
| | | fieldList.push({type:'string',value:'reservationCode',text:'SAP预留号',dictCode:''}) |
| | | fieldList.push({type:'string',value:'publishStatus',text:'发布状态',dictCode:'publish_status'}) |
| | | fieldList.push({type:'string',value:'requestStatus',text:'请求状态',dictCode:'request_status'}) |
| | | fieldList.push({type:'datetime',value:'requestTime',text:'请求时间'}) |
| | | fieldList.push({type:'string',value:'originalWarehouseId',text:'原库存地',dictCode:''}) |
| | | fieldList.push({type:'string',value:'targetWarehouseId',text:'目标库存地',dictCode:''}) |
| | | fieldList.push({type:'string',value:'priority',text:'优先级(拉动类型)',dictCode:'priority'}) |
| | | fieldList.push({type:'datetime',value:'latestDeliveryTime',text:'最晚配送时间'}) |
| | | this.superFieldList = fieldList |
| | | { |
| | | title: '拉动单号', |
| | | align: 'center', |
| | | dataIndex: 'requestCode' |
| | | }, |
| | | { |
| | | title: '工单ID', |
| | | align: 'center', |
| | | dataIndex: 'workOrderId' |
| | | }, |
| | | { |
| | | title: 'SAP预留号', |
| | | align: 'center', |
| | | dataIndex: 'reservationCode' |
| | | }, |
| | | { |
| | | title: '发布状态', |
| | | align: 'center', |
| | | dataIndex: 'publishStatus_dictText' |
| | | }, |
| | | { |
| | | title: '请求状态', |
| | | align: 'center', |
| | | dataIndex: 'requestStatus_dictText' |
| | | }, |
| | | { |
| | | title: '请求时间', |
| | | align: 'center', |
| | | dataIndex: 'requestTime' |
| | | }, |
| | | { |
| | | title: '原库存地', |
| | | align: 'center', |
| | | dataIndex: 'originalWarehouseId' |
| | | }, |
| | | { |
| | | title: '目标库存地', |
| | | align: 'center', |
| | | dataIndex: 'targetWarehouseId' |
| | | }, |
| | | { |
| | | title: '优先级(拉动类型)', |
| | | align: 'center', |
| | | dataIndex: 'priority_dictText' |
| | | }, |
| | | { |
| | | title: '最晚配送时间', |
| | | align: 'center', |
| | | dataIndex: 'latestDeliveryTime' |
| | | }, |
| | | { |
| | | title: '操作', |
| | | dataIndex: 'action', |
| | | align: 'center', |
| | | fixed: 'right', |
| | | width: 147, |
| | | scopedSlots: { customRender: 'action' } |
| | | } |
| | | ], |
| | | url: { |
| | | list: '/mes/mesMaterialTransferRequest/list', |
| | | delete: '/mes/mesMaterialTransferRequest/delete', |
| | | deleteBatch: '/mes/mesMaterialTransferRequest/deleteBatch' |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | }, |
| | | computed: {}, |
| | | methods: {} |
| | | } |
| | | </script> |
| | | <style scoped> |
| | | @import '~@assets/less/common.less'; |
| | | @import '~@assets/less/common.less'; |
| | | </style> |