数据资产登记更新
Showing
1 changed file
with
42 additions
and
41 deletions
| ... | @@ -1210,7 +1210,7 @@ const passCommonDialogInfo = ref({ | ... | @@ -1210,7 +1210,7 @@ const passCommonDialogInfo = ref({ |
| 1210 | footer: { | 1210 | footer: { |
| 1211 | btns: [ | 1211 | btns: [ |
| 1212 | { type: "default", label: "取消", value: "cancel" }, | 1212 | { type: "default", label: "取消", value: "cancel" }, |
| 1213 | { type: "primary", label: "确定", value: "submit", loading: true }, | 1213 | { type: "primary", label: "确定", value: "submit", loading: true }, |
| 1214 | ], | 1214 | ], |
| 1215 | }, | 1215 | }, |
| 1216 | }); | 1216 | }); |
| ... | @@ -1263,8 +1263,8 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1263,8 +1263,8 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1263 | <div class="title1">{{ assetDetailInfo.daName ?? '--' }}</div> | 1263 | <div class="title1">{{ assetDetailInfo.daName ?? '--' }}</div> |
| 1264 | <div v-if="assetDetailInfo.dataSensitivityLevelName?.length" class="dataLabel">{{ | 1264 | <div v-if="assetDetailInfo.dataSensitivityLevelName?.length" class="dataLabel">{{ |
| 1265 | (assetDetailInfo.dataSensitivityLevelName?.filter(u => u != '其他')?.join('、') + | 1265 | (assetDetailInfo.dataSensitivityLevelName?.filter(u => u != '其他')?.join('、') + |
| 1266 | `${assetDetailInfo.dataSensitivityLevelOther || ''}`) | 1266 | `${assetDetailInfo.dataSensitivityLevelOther || ''}`) |
| 1267 | }} | 1267 | }} |
| 1268 | </div> | 1268 | </div> |
| 1269 | <div v-if="assetDetailInfo.bizOwnName?.length" class="dataLabel">{{ | 1269 | <div v-if="assetDetailInfo.bizOwnName?.length" class="dataLabel">{{ |
| 1270 | assetDetailInfo.bizOwnName?.filter(u => u != '其他')?.join('、') + (assetDetailInfo.bizOwn?.includes(4) | 1270 | assetDetailInfo.bizOwnName?.filter(u => u != '其他')?.join('、') + (assetDetailInfo.bizOwn?.includes(4) |
| ... | @@ -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> |
| ... | @@ -1454,7 +1453,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1454,7 +1453,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1454 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1453 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1455 | </template> | 1454 | </template> |
| 1456 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1455 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1457 | refName="tooltipOver"></ellipsis-tooltip></div> | 1456 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1458 | <div :style="{ right: '36px' }" | 1457 | <div :style="{ right: '36px' }" |
| 1459 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1458 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1460 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1459 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -1494,7 +1493,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1494,7 +1493,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1494 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1493 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1495 | </template> | 1494 | </template> |
| 1496 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1495 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1497 | refName="tooltipOver"></ellipsis-tooltip></div> | 1496 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1498 | <div :style="{ right: '36px' }" | 1497 | <div :style="{ right: '36px' }" |
| 1499 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1498 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1500 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1499 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -1533,7 +1532,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1533,7 +1532,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1533 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1532 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1534 | </template> | 1533 | </template> |
| 1535 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1534 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1536 | refName="tooltipOver"></ellipsis-tooltip></div> | 1535 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1537 | <div :style="{ right: '36px' }" | 1536 | <div :style="{ right: '36px' }" |
| 1538 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1537 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1539 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1538 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -1572,7 +1571,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1572,7 +1571,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1572 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1571 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1573 | </template> | 1572 | </template> |
| 1574 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1573 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1575 | refName="tooltipOver"></ellipsis-tooltip></div> | 1574 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1576 | <div :style="{ right: '36px' }" | 1575 | <div :style="{ right: '36px' }" |
| 1577 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1576 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1578 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1577 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -1611,7 +1610,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1611,7 +1610,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1611 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1610 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1612 | </template> | 1611 | </template> |
| 1613 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1612 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1614 | refName="tooltipOver"></ellipsis-tooltip></div> | 1613 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1615 | <div :style="{ right: '36px' }" | 1614 | <div :style="{ right: '36px' }" |
| 1616 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1615 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1617 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1616 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -1650,7 +1649,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1650,7 +1649,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1650 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1649 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1651 | </template> | 1650 | </template> |
| 1652 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1651 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1653 | refName="tooltipOver"></ellipsis-tooltip></div> | 1652 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1654 | <div :style="{ right: '36px' }" | 1653 | <div :style="{ right: '36px' }" |
| 1655 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1654 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1656 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1655 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -1689,7 +1688,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1689,7 +1688,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1689 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1688 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1690 | </template> | 1689 | </template> |
| 1691 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1690 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1692 | refName="tooltipOver"></ellipsis-tooltip></div> | 1691 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1693 | <div :style="{ right: '36px' }" | 1692 | <div :style="{ right: '36px' }" |
| 1694 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1693 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1695 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1694 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -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' }"> |
| ... | @@ -1731,7 +1729,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1731,7 +1729,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1731 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1729 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1732 | </template> | 1730 | </template> |
| 1733 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1731 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1734 | refName="tooltipOver"></ellipsis-tooltip></div> | 1732 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1735 | <div :style="{ right: '36px' }" class="file-preview" | 1733 | <div :style="{ right: '36px' }" class="file-preview" |
| 1736 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1734 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1737 | @click="onUploadFilePreview(item)">查看</div> | 1735 | @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -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' }"> |
| ... | @@ -1770,7 +1768,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1770,7 +1768,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1770 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1768 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1771 | </template> | 1769 | </template> |
| 1772 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" | 1770 | <div class="file-name"><ellipsis-tooltip :content="item.name ?? ''" class-name="w100f" |
| 1773 | refName="tooltipOver"></ellipsis-tooltip></div> | 1771 | refName="tooltipOver"></ellipsis-tooltip></div> |
| 1774 | <div :style="{ right: '36px' }" | 1772 | <div :style="{ right: '36px' }" |
| 1775 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1773 | v-if="item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || item.name.substring(item.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1776 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> | 1774 | class="file-preview" @click="onUploadFilePreview(item)">查看</div> |
| ... | @@ -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> |
| ... | @@ -1879,7 +1878,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1879,7 +1878,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1879 | <div class="file-operate"> | 1878 | <div class="file-operate"> |
| 1880 | <img class="file-img" src="../../assets/images/PDF.png" /> | 1879 | <img class="file-img" src="../../assets/images/PDF.png" /> |
| 1881 | <div class="file-name"><ellipsis-tooltip :content="evaDetailInfo.evaluationFile[0].name ?? ''" | 1880 | <div class="file-name"><ellipsis-tooltip :content="evaDetailInfo.evaluationFile[0].name ?? ''" |
| 1882 | class-name="w100f" refName="tooltipOver"></ellipsis-tooltip></div> | 1881 | class-name="w100f" refName="tooltipOver"></ellipsis-tooltip></div> |
| 1883 | <div :style="{ right: '36px' }" class="file-preview" | 1882 | <div :style="{ right: '36px' }" class="file-preview" |
| 1884 | @click="onUploadFilePreview(evaDetailInfo.evaluationFile?.[0])">查看</div> | 1883 | @click="onUploadFilePreview(evaDetailInfo.evaluationFile?.[0])">查看</div> |
| 1885 | <div :style="{ right: '0px' }" class="file-preview" | 1884 | <div :style="{ right: '0px' }" class="file-preview" |
| ... | @@ -1911,7 +1910,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1911,7 +1910,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1911 | <div class="file-operate"> | 1910 | <div class="file-operate"> |
| 1912 | <img class="file-img" src="../../assets/images/PDF.png" /> | 1911 | <img class="file-img" src="../../assets/images/PDF.png" /> |
| 1913 | <div class="file-name"><ellipsis-tooltip :content="costAssessDetailInfo.assessmentFile[0].name ?? ''" | 1912 | <div class="file-name"><ellipsis-tooltip :content="costAssessDetailInfo.assessmentFile[0].name ?? ''" |
| 1914 | class-name="w100f" refName="tooltipOver"></ellipsis-tooltip></div> | 1913 | class-name="w100f" refName="tooltipOver"></ellipsis-tooltip></div> |
| 1915 | <div :style="{ right: '36px' }" class="file-preview" | 1914 | <div :style="{ right: '36px' }" class="file-preview" |
| 1916 | @click="onUploadFilePreview(costAssessDetailInfo.assessmentFile?.[0])">查看</div> | 1915 | @click="onUploadFilePreview(costAssessDetailInfo.assessmentFile?.[0])">查看</div> |
| 1917 | <div :style="{ right: '0px' }" class="file-preview" | 1916 | <div :style="{ right: '0px' }" class="file-preview" |
| ... | @@ -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="证件信息" |
| ... | @@ -1985,7 +1985,7 @@ const passCommonDialogBtnClick = (btn, info) => { | ... | @@ -1985,7 +1985,7 @@ const passCommonDialogBtnClick = (btn, info) => { |
| 1985 | <img class="file-img" src="../../assets/images/jpg.png" /> | 1985 | <img class="file-img" src="../../assets/images/jpg.png" /> |
| 1986 | </template> | 1986 | </template> |
| 1987 | <div class="file-name"><ellipsis-tooltip :content="detailInfo.documentFile[0].name ?? ''" | 1987 | <div class="file-name"><ellipsis-tooltip :content="detailInfo.documentFile[0].name ?? ''" |
| 1988 | class-name="w100f" refName="tooltipOver"></ellipsis-tooltip></div> | 1988 | class-name="w100f" refName="tooltipOver"></ellipsis-tooltip></div> |
| 1989 | <div :style="{ right: '36px' }" class="file-preview" | 1989 | <div :style="{ right: '36px' }" class="file-preview" |
| 1990 | v-if="detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" | 1990 | v-if="detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'pdf' || detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'png' || detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'jpg' || detailInfo.documentFile?.[0]?.name.substring(detailInfo.documentFile?.[0]?.name.lastIndexOf('.') + 1).toLowerCase() == 'jpeg'" |
| 1991 | @click="onUploadFilePreview(detailInfo.documentFile?.[0])">查看</div> | 1991 | @click="onUploadFilePreview(detailInfo.documentFile?.[0])">查看</div> |
| ... | @@ -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 | // } | ... | ... |
-
Please register or sign in to post a comment