|
|
|
@ -118,7 +118,7 @@
|
|
|
|
|
</el-container>
|
|
|
|
|
</el-container>
|
|
|
|
|
<!-- 弹出层-->
|
|
|
|
|
<vxe-modal v-model="dialogVisible" width="1200" :title="title">
|
|
|
|
|
<vxe-modal v-model="dialogVisible" width="1200" title="导入文件">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template #default>
|
|
|
|
@ -135,11 +135,13 @@
|
|
|
|
|
:align="center"
|
|
|
|
|
:data="tableupload">
|
|
|
|
|
<vxe-column type="seq" width="50"></vxe-column>
|
|
|
|
|
<vxe-column field="czbh" title="船号" width="150"></vxe-column>
|
|
|
|
|
<vxe-column field="ph" title="批号" width="150"></vxe-column>
|
|
|
|
|
<vxe-column field="stype" title="小类" width="150"></vxe-column>
|
|
|
|
|
<vxe-column field="type" title="类型"width="150"></vxe-column>
|
|
|
|
|
<vxe-column field="czbh" title="船号" width="100"></vxe-column>
|
|
|
|
|
<vxe-column field="ph" title="批号" width="100"></vxe-column>
|
|
|
|
|
<vxe-column field="stype" title="小类" width="100"></vxe-column>
|
|
|
|
|
<vxe-column field="type" title="类型"width="100"></vxe-column>
|
|
|
|
|
<vxe-column field="name" title="名称" width="400"></vxe-column>
|
|
|
|
|
<vxe-column field="xqrq" title="图纸需求期" width="100"></vxe-column>
|
|
|
|
|
<vxe-column field="xqrq" title="导入次数" width="100"></vxe-column>
|
|
|
|
|
</vxe-table>
|
|
|
|
|
<!-- <vxe-list class="my-table-list" height="200" :data="list" >-->
|
|
|
|
|
<!-- <template #default="{ items }">-->
|
|
|
|
@ -704,6 +706,10 @@ export default {
|
|
|
|
|
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
filterRender: { name: 'FilterCombination', },
|
|
|
|
|
},
|
|
|
|
|
// { field: 'bclq.drcs', title: '导入次数', width: 100,
|
|
|
|
|
// filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
|
|
|
|
|
// filterRender: { name: 'FilterCombination', },
|
|
|
|
|
// },
|
|
|
|
|
{ type: 'seq', width: 60, title: '序号' },
|
|
|
|
|
|
|
|
|
|
// { field: 'lqbh', title: '流水号', width: 100,
|
|
|
|
@ -1259,7 +1265,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if ([ 'tlt.dcChZ',
|
|
|
|
|
|
|
|
|
|
'bclq.drcs',
|
|
|
|
|
'tlt.dcPlZ',
|
|
|
|
|
|
|
|
|
|
'tlt.dcZlZ',
|
|
|
|
|