lilei 3 years ago
parent
commit
ef62cbfdee

+ 1 - 1
src/views/financialManagement/companyReceivablePayable/collectionPayment.vue

@@ -7,7 +7,7 @@
           <a id="collectionPayment-back-btn" href="javascript:;" @click="handleBack"><a-icon type="left" /> 返回列表</a>
           <p style=" display: inline-block;margin: 0 0 0 60px;color: #000;font-size: 16px;font-weight: 600;">客户:{{ $route.params.name || '--' }}</p>
         </template>
-        <template slot="extra">
+        <template slot="extra" v-if="$hasPermissions('B_cPayment_printAndExport')">
           <Print :disabled="chooseLoadData.length==0||totalBalance==0" @handlePrint="handlePrint"></Print>
         </template>
       </a-page-header>