1 yıl önce
ebeveyn
işleme
fa9cad7e6e

+ 2 - 2
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -56,10 +56,10 @@
             @click="handlePush(record)"
           >推送</operation-button>
           <operation-button
-            v-if=" record.status>3"
+            v-if=" record.status>=3"
             :type="2"
             title="是否要删除该条数据?"
-            @confirm="batchDelete(record.id)">删除</operation-button>
+            @confirm="batchDelete(record.yongYouId)">删除</operation-button>
           <operation-button
             v-if=" record.status==1||record.status==2"
             :type="2"