跳转采购页面

This commit is contained in:
曾成 2020-03-30 11:37:03 +08:00
parent 505db27f94
commit 4944009f75
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
v-on:click="_openEditPurchaseApplyDetailModel(resourceStore)">编辑
</button>
</div>
<div class="btn-group" v-if="purchaseApplyDetailInfo.state == '1000'">
<div class="btn-group" v-if="purchaseApplyDetailInfo.state == '0000'">
<button class="btn-white btn btn-xs"
v-on:click="_openDeletePurchaseApplyDetailModel(resourceStore)">删除
</button>

View File

@ -89,7 +89,7 @@
v-on:click="_openDetailPurchaseApplyModel(purchaseApply)">查看
</button>
</div>
<div class="btn-group" v-if="purchaseApply.state == '1000'">
<div class="btn-group" v-if="purchaseApply.state == '0000'">
<button class="btn-white btn btn-xs"
v-on:click="_openDeletePurchaseApplyModel(purchaseApply)">取消
</button>