|
|
|
@ -124,17 +124,17 @@
|
|
|
|
|
<template v-slot:title="props"> |
|
|
|
|
<p v-for="(item,index) in historyBigId" :key="index">历史价格:{{ item }}</p> |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="chaKan(props)">查看</a-button> |
|
|
|
|
<a-button @mouseenter="chaKan(props)" v-has="'udgePalan:view'">查看</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
|
<!-- <a-button @click="chaKan(props)">查看</a-button>--> |
|
|
|
|
</template> |
|
|
|
|
<template v-slot:actionPrice="props"> |
|
|
|
|
<a-tooltip placement="top"> |
|
|
|
|
<template v-slot:title="props"> |
|
|
|
|
<p v-for="(item,index) in historyPrices" :key="index">历史价格:{{ item.price }} 历史数量:{{item.quantity}} |
|
|
|
|
<p v-for="(item,index) in historyPrices" :key="index" >历史价格:{{ item.price }} 历史数量:{{item.quantity}} |
|
|
|
|
修改人:{{item.createBy_dictText}}</p> |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="seeHistoryPrice(props)">记录</a-button> |
|
|
|
|
<a-button @mouseenter="seeHistoryPrice(props)" v-has="'udgePalan:hisotoryPrice'">记录</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
|
<!-- <a-button @click="chaKan(props)">查看</a-button>--> |
|
|
|
|
</template> |
|
|
|
@ -144,7 +144,7 @@
|
|
|
|
|
<template v-slot:title="props"> |
|
|
|
|
库存数:{{ wateNumber }} |
|
|
|
|
</template> |
|
|
|
|
<a-button @mouseenter="seeWateNumber(props)">库存</a-button> |
|
|
|
|
<a-button @mouseenter="seeWateNumber(props)" v-has="'udgePalan:stock'">库存</a-button> |
|
|
|
|
</a-tooltip> |
|
|
|
|
<!-- <a-button @click="chaKan(props)">查看</a-button>--> |
|
|
|
|
</template> |
|
|
|
|