a61b4d39 by lihua

去掉企业认证的认证结果信息

1 parent 12748e02
...@@ -1613,7 +1613,7 @@ const viewVoucherFile = () => { ...@@ -1613,7 +1613,7 @@ const viewVoucherFile = () => {
1613 <div class="empty_tips" v-else>暂无变更信息</div> 1613 <div class="empty_tips" v-else>暂无变更信息</div>
1614 </div> 1614 </div>
1615 </ContentWrap> 1615 </ContentWrap>
1616 <ContentWrap title="认证结果信息" v-if="bizApproveState == 'Y' && !isEdit" expandSwicth style="margin-top: 15px" :isExpand="expandResult" 1616 <!-- <ContentWrap title="认证结果信息" v-if="bizApproveState == 'Y' && !isEdit" expandSwicth style="margin-top: 15px" :isExpand="expandResult"
1617 @expand="(v) => expandResult = v"> 1617 @expand="(v) => expandResult = v">
1618 <div class="list_panel"> 1618 <div class="list_panel">
1619 <div class="list_item"> 1619 <div class="list_item">
...@@ -1626,7 +1626,7 @@ const viewVoucherFile = () => { ...@@ -1626,7 +1626,7 @@ const viewVoucherFile = () => {
1626 <span v-else class="item_value">--</span> 1626 <span v-else class="item_value">--</span>
1627 </div> 1627 </div>
1628 </div> 1628 </div>
1629 </ContentWrap> 1629 </ContentWrap> -->
1630 <!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6" 1630 <!-- <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6"
1631 @expand="(v) => expand6 = v" v-show="deploymentId"> 1631 @expand="(v) => expand6 = v" v-show="deploymentId">
1632 <ApprovalProcess v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId" 1632 <ApprovalProcess v-if="deploymentId" :deploymentId="deploymentId" :processInstanceId="processInstanceId"
......
...@@ -1284,7 +1284,7 @@ const viewVoucherFile = () => { ...@@ -1284,7 +1284,7 @@ const viewVoucherFile = () => {
1284 <div class="empty_tips" v-else>暂无变更信息</div> 1284 <div class="empty_tips" v-else>暂无变更信息</div>
1285 </div> 1285 </div>
1286 </ContentWrap> 1286 </ContentWrap>
1287 <ContentWrap title="认证结果信息" v-if="approveState == 'Y'" expandSwicth style="margin-top: 15px" :isExpand="expandResult" 1287 <!-- <ContentWrap title="认证结果信息" v-if="approveState == 'Y'" expandSwicth style="margin-top: 15px" :isExpand="expandResult"
1288 @expand="(v) => expandResult = v"> 1288 @expand="(v) => expandResult = v">
1289 <div class="list_panel"> 1289 <div class="list_panel">
1290 <div class="list_item"> 1290 <div class="list_item">
...@@ -1297,7 +1297,7 @@ const viewVoucherFile = () => { ...@@ -1297,7 +1297,7 @@ const viewVoucherFile = () => {
1297 <span v-else class="item_value">--</span> 1297 <span v-else class="item_value">--</span>
1298 </div> 1298 </div>
1299 </div> 1299 </div>
1300 </ContentWrap> 1300 </ContentWrap> -->
1301 <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6" 1301 <ContentWrap id="id-approveInfo" title="审核信息" expandSwicth style="margin-top: 15px" :isExpand="expand6"
1302 @expand="(v) => expand6 = v"> 1302 @expand="(v) => expand6 = v">
1303 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId" 1303 <ApprovalProcess ref="approvalProcessRef" v-if="deploymentId" :deploymentId="deploymentId"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!