|
|
|
@ -82,6 +82,18 @@
|
|
|
|
|
</a-button> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<!-- <template slot="fileOn" slot-scope="text">--> |
|
|
|
|
<!-- <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>--> |
|
|
|
|
<!-- <a-button--> |
|
|
|
|
<!-- v-else--> |
|
|
|
|
<!-- :ghost="true"--> |
|
|
|
|
<!-- type="primary"--> |
|
|
|
|
<!-- size="small"--> |
|
|
|
|
<!-- @click="onlineFile(text)">--> |
|
|
|
|
<!-- 预览--> |
|
|
|
|
<!-- </a-button>--> |
|
|
|
|
<!-- </template>--> |
|
|
|
|
|
|
|
|
|
<span slot="action" slot-scope="text, record"> |
|
|
|
|
<a @click="handleEdit(record)">编辑</a> |
|
|
|
|
|
|
|
|
@ -106,7 +118,6 @@
|
|
|
|
|
<ProcessUdgetPlanMaterialList :mainId="selectedMainId" /> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
</a-tabs> |
|
|
|
|
|
|
|
|
|
<processUdgetPlan-modal ref="modalForm" @ok="modalFormOk"></processUdgetPlan-modal> |
|
|
|
|
</a-card> |
|
|
|
|
</template> |
|
|
|
@ -186,6 +197,12 @@
|
|
|
|
|
dataIndex: 'fileId', |
|
|
|
|
scopedSlots: {customRender: 'fileSlot'} |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title:'文件预览', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'fileId', |
|
|
|
|
// scopedSlots: {customRender: 'fileOn'} |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
@ -308,11 +325,12 @@
|
|
|
|
|
fieldList.push({type:'date',value:'needTime',text:'需求时间'}) |
|
|
|
|
fieldList.push({type:'int',value:'orderNumber',text:'顺序号',dictCode:''}) |
|
|
|
|
fieldList.push({type:'string',value:'fileId',text:'文件id',dictCode:''}) |
|
|
|
|
// fieldList.push({type:'string',value:'fileId',text:'文件预览',dictCode:'1'}) |
|
|
|
|
this.superFieldList = fieldList |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
<style scoped> |
|
|
|
|
@import '~@assets/less/common.less' |
|
|
|
|
@import '~@assets/less/common.less'; |
|
|
|
|
</style> |