whj пре 1 година
родитељ
комит
3e269f433f
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

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

@@ -90,24 +90,24 @@
             v-if="record.status===1"
             @click="handleEdit(record)"
           >修改</operation-button>
-          <operation-button
+          <!-- <operation-button
             v-if=" record.status===1 || record.status === 0"
             @click="handlePush(record)"
-          >推送</operation-button>
-          <operation-button
+          >推送</operation-button> -->
+          <!-- <operation-button
             v-if="record.status>2&&record.status<8"
             @click="handleViewPurchase(record)"
-          >同步</operation-button>
+          >同步</operation-button> -->
           <operation-button
             v-if=" record.status>=0"
             :type="2"
             title="是否要删除该条数据?"
             @confirm="batchDelete(record.id)">删除</operation-button>
-          <operation-button
+          <!-- <operation-button
             v-if=" record.status==1||record.status==2"
             :type="2"
             title="是否要废弃该条数据?"
-            @confirm="batchWaste(record)">废弃</operation-button>
+            @confirm="batchWaste(record)">废弃</operation-button> -->
         </span>
         <template #status="text">
           <badge :text="BaseTool.Object.getField(statusMap,text)" :status="DictCache.COLOR.LONG_YAN_PURCHASE_ORDER_STATUS[text]"/>