Browse Source

抽屉优化暂存

noToken
安虹睿 1 year ago
parent
commit
4fe0ee7d4d
  1. 18
      PC/InterFace.Dash/src/components/currenDescriptions/index.vue
  2. 1
      PC/InterFace.Dash/src/components/filterForDetailPage/index.vue
  3. 4
      PC/InterFace.Dash/src/utils/baseData/urlOption.js
  4. 1
      PC/InterFace.Dash/src/utils/tabsDesTions_api/index.js

18
PC/InterFace.Dash/src/components/currenDescriptions/index.vue

@ -1,5 +1,6 @@
<template> <template>
<el-descriptions <el-descriptions
class="currenDescriptionsPage"
:title="title" :title="title"
:column="column" :column="column"
:direction="direction" :direction="direction"
@ -162,4 +163,19 @@ export default {
} }
} }
</script> </script>
<style lang="scss">
.currenDescriptionsPage{
th{
min-width: 200px !important;
width: auto;
}
td{
span{
display: inline-block;
max-height: 150px;
overflow: auto;
}
}
}
</style>

1
PC/InterFace.Dash/src/components/filterForDetailPage/index.vue

@ -95,6 +95,7 @@
:close-on-click-modal="true" :close-on-click-modal="true"
:close-on-press-escape="true" :close-on-press-escape="true"
:show-close="true" :show-close="true"
width="70%"
> >
<div v-loading="showParentLoading"> <div v-loading="showParentLoading">
<curren-descriptions <curren-descriptions

4
PC/InterFace.Dash/src/utils/baseData/urlOption.js

@ -131,7 +131,7 @@ export const ReceiptMstr = {
// detailInfoName:'asnNbr',//主表-明细查看详情的title名称 // detailInfoName:'asnNbr',//主表-明细查看详情的title名称
detailListURL:'ReceiptDet/base',//明细-列表, detailListURL:'ReceiptDet/base',//明细-列表,
masterId:'receiptMstrId',//明细获取主表信息的masterId masterId:'receiptMstrId',//明细获取主表信息的masterId
masterName:'receiptNbr'//明细获取主表信息的title名称 // masterName:'receiptMstrAsnNbr'//明细获取主表信息的title名称
} }
// 接口看板管理-ReturnMstr // 接口看板管理-ReturnMstr
@ -141,7 +141,7 @@ export const ReturnMstr = {
// detailInfoName:'asnNbr',//主表-明细查看详情的title名称 // detailInfoName:'asnNbr',//主表-明细查看详情的title名称
detailListURL:'ReturnDet/base',//明细-列表, detailListURL:'ReturnDet/base',//明细-列表,
masterId:'returnMstrId',//明细获取主表信息的masterId masterId:'returnMstrId',//明细获取主表信息的masterId
// masterName:'returnNbr'//明细获取主表信息的title名称 // masterName:'returnMstrAsnNbr'//明细获取主表信息的title名称
} }
// 接口看板管理-VendPart // 接口看板管理-VendPart

1
PC/InterFace.Dash/src/utils/tabsDesTions_api/index.js

@ -63,7 +63,6 @@ export const PoMstr = [
{ label: initFromApiColumnsLable('PoMstrConsignment'), prop: "consignment", type:"showDetail" }, { label: initFromApiColumnsLable('PoMstrConsignment'), prop: "consignment", type:"showDetail" },
{ label: initFromApiColumnsLable('PoMstrContacts'), prop: "contacts", type:"showDetail" }, { label: initFromApiColumnsLable('PoMstrContacts'), prop: "contacts", type:"showDetail" },
{ label: initFromApiColumnsLable('PoMstrContract'), prop: "contract",type:'dateTime' }, { label: initFromApiColumnsLable('PoMstrContract'), prop: "contract",type:'dateTime' },
{ label: initFromApiColumnsLable('PoMstrDetails'), prop: "details" , type:"showDetail"},
{ label: initFromApiColumnsLable('PoMstrDueDate'), prop: "dueDate", type:"dateTime" }, { label: initFromApiColumnsLable('PoMstrDueDate'), prop: "dueDate", type:"dateTime" },
{ label: initFromApiColumnsLable('PoMstrErrorCode'), prop: "errorCode", type:"showDetail" }, { label: initFromApiColumnsLable('PoMstrErrorCode'), prop: "errorCode", type:"showDetail" },
{ label: initFromApiColumnsLable('PoMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"}, { label: initFromApiColumnsLable('PoMstrErrorMessage'), prop: "errorMessage" , type:"showDetail"},

Loading…
Cancel
Save