whj 1 year ago
parent
commit
99c4a32f27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

+ 1 - 0
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -56,6 +56,7 @@
             @click="handlePush(record)"
           >推送</operation-button>
           <operation-button
+             v-if="record.status>2&&record.status<8"
             @click="handleViewPurchase(record)"
           >同步</operation-button>
           <operation-button