dcebb6ea by lxs Committed by lihua

数据资产登记更新

1 parent b0840238
...@@ -1419,8 +1419,7 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -1419,8 +1419,7 @@ const passCommonDialogBtnClick = (btn, info) => {
1419 :isExpand="assetContentExpand" expandSwicth @expand="(v) => assetContentExpand = v"> 1419 :isExpand="assetContentExpand" expandSwicth @expand="(v) => assetContentExpand = v">
1420 <div class="list_panel mt4"> 1420 <div class="list_panel mt4">
1421 <!-- <span class="small-title">资产内容</span> --> 1421 <!-- <span class="small-title">资产内容</span> -->
1422 <div class="list_item isFile" 1422 <div class="list_item isFile" v-if="assetDetailInfo.registerAttachment?.registerLetter?.length">
1423 v-if="assetDetailInfo.registerAttachment?.registerLetter?.length">
1424 <div class="item_label" 1423 <div class="item_label"
1425 :style="{ width: 'auto', display: 'flex', 'justify-content': 'space-between', 'margin-right': '8px' }"> 1424 :style="{ width: 'auto', display: 'flex', 'justify-content': 'space-between', 'margin-right': '8px' }">
1426 <span>数据登记承诺及收集函</span> 1425 <span>数据登记承诺及收集函</span>
...@@ -1700,8 +1699,7 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -1700,8 +1699,7 @@ const passCommonDialogBtnClick = (btn, info) => {
1700 <!-- <span 1699 <!-- <span
1701 v-if="tenantDetail.businessLicense?.length || assetDetailInfo.registerAttachment?.commitmentLetter?.length" 1700 v-if="tenantDetail.businessLicense?.length || assetDetailInfo.registerAttachment?.commitmentLetter?.length"
1702 class="small-title" :style="{ marginTop: '10px' }">公司信息</span> --> 1701 class="small-title" :style="{ marginTop: '10px' }">公司信息</span> -->
1703 <div class="list_item isFile" 1702 <div class="list_item isFile" v-if="tenantDetail.businessLicense?.length">
1704 v-if="tenantDetail.businessLicense?.length">
1705 <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">营业执照</span> 1703 <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">营业执照</span>
1706 <span v-for="(item) in (tenantDetail?.businessLicense || [])" class="item_value" 1704 <span v-for="(item) in (tenantDetail?.businessLicense || [])" class="item_value"
1707 :style="{ 'padding-left': '0px' }"> 1705 :style="{ 'padding-left': '0px' }">
...@@ -1740,7 +1738,7 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -1740,7 +1738,7 @@ const passCommonDialogBtnClick = (btn, info) => {
1740 </span> 1738 </span>
1741 </div> 1739 </div>
1742 <div class="list_item isFile" 1740 <div class="list_item isFile"
1743 v-if="detailType !='asset' && assetDetailInfo.registerAttachment?.commitmentLetter?.length"> 1741 v-if="detailType != 'asset' && assetDetailInfo.registerAttachment?.commitmentLetter?.length">
1744 <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">承诺函附件</span> 1742 <span class="item_label" :style="{ width: 'auto', 'text-align': 'left' }">承诺函附件</span>
1745 <span v-for="(item) in (assetDetailInfo.registerAttachment?.commitmentLetter || [])" class="item_value" 1743 <span v-for="(item) in (assetDetailInfo.registerAttachment?.commitmentLetter || [])" class="item_value"
1746 :style="{ 'padding-left': '0px' }"> 1744 :style="{ 'padding-left': '0px' }">
...@@ -1808,7 +1806,8 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -1808,7 +1806,8 @@ const passCommonDialogBtnClick = (btn, info) => {
1808 <div class="list_item"> 1806 <div class="list_item">
1809 <span class="item_label">产权期限:</span> 1807 <span class="item_label">产权期限:</span>
1810 <span class="item_value" v-if="assetDetailInfo.propertyTerm != 'Y'"></span> 1808 <span class="item_value" v-if="assetDetailInfo.propertyTerm != 'Y'"></span>
1811 <span class="item_value" v-else>{{ `${assetDetailInfo.propertyTermSdate ?? '--'} 至 ${assetDetailInfo.propertyTermEdate ?? '--'}`}}</span> 1809 <span class="item_value" v-else>{{ `${assetDetailInfo.propertyTermSdate ?? '--'}
1810 ${assetDetailInfo.propertyTermEdate ?? '--'}`}}</span>
1812 </div> 1811 </div>
1813 <div class="list_item"> 1812 <div class="list_item">
1814 <span class="item_label">公司名称:</span> 1813 <span class="item_label">公司名称:</span>
...@@ -1924,7 +1923,8 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -1924,7 +1923,8 @@ const passCommonDialogBtnClick = (btn, info) => {
1924 <ContentWrap id="id-approveInfo" title="审批信息" expandSwicth style="margin-top: 15px" 1923 <ContentWrap id="id-approveInfo" title="审批信息" expandSwicth style="margin-top: 15px"
1925 :isExpand="approveInfoExpand" @expand="(v) => approveInfoExpand = v" v-if="route.query.type != 'certificate'"> 1924 :isExpand="approveInfoExpand" @expand="(v) => approveInfoExpand = v" v-if="route.query.type != 'certificate'">
1926 <!-- <Table :tableInfo="approveTableInfo" /> --> 1925 <!-- <Table :tableInfo="approveTableInfo" /> -->
1927 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId"> 1926 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId"
1927 :processInstanceId="processInstanceId">
1928 </ApprovalProcess> 1928 </ApprovalProcess>
1929 </ContentWrap> 1929 </ContentWrap>
1930 <ContentWrap id="id-certificate" v-if="tabsInfo.tabs.find(t => t.name == 'certificate')" title="证件信息" 1930 <ContentWrap id="id-certificate" v-if="tabsInfo.tabs.find(t => t.name == 'certificate')" title="证件信息"
...@@ -2212,6 +2212,25 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -2212,6 +2212,25 @@ const passCommonDialogBtnClick = (btn, info) => {
2212 } 2212 }
2213 } 2213 }
2214 2214
2215 &.isFile {
2216 width: 50%;
2217 display: flex;
2218 flex-direction: column;
2219 justify-content: space-between;
2220
2221 .item_label {
2222 width: 100px;
2223 text-align: right;
2224 flex-shrink: 0;
2225 }
2226
2227 .item_value {
2228 flex: 1 1 0%;
2229 min-width: 100px;
2230 white-space: pre-wrap;
2231 }
2232 }
2233
2215 .file-operate { 2234 .file-operate {
2216 display: flex; 2235 display: flex;
2217 align-items: center; 2236 align-items: center;
...@@ -2239,25 +2258,6 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -2239,25 +2258,6 @@ const passCommonDialogBtnClick = (btn, info) => {
2239 } 2258 }
2240 } 2259 }
2241 } 2260 }
2242
2243 &.isFile {
2244 width: 50%;
2245 display: flex;
2246 flex-direction: column;
2247 justify-content: space-between;
2248
2249 .item_label {
2250 width: 100px;
2251 text-align: right;
2252 flex-shrink: 0;
2253 }
2254
2255 .item_value {
2256 flex: 1 1 0%;
2257 min-width: 100px;
2258 white-space: pre-wrap;
2259 }
2260 }
2261 } 2261 }
2262 2262
2263 .mt4 { 2263 .mt4 {
...@@ -2378,6 +2378,7 @@ const passCommonDialogBtnClick = (btn, info) => { ...@@ -2378,6 +2378,7 @@ const passCommonDialogBtnClick = (btn, info) => {
2378 >div { 2378 >div {
2379 width: 33.33%; 2379 width: 33.33%;
2380 } 2380 }
2381
2381 // .first-col { 2382 // .first-col {
2382 // width: 310px; 2383 // width: 310px;
2383 // } 2384 // }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!