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