Commit fc6664da authored by jingnan's avatar jingnan 👀

采购入库编辑权限及界面展示bug修改

parent a367d4c3
......@@ -7,6 +7,7 @@
<template>
<div class="flow-edit">
<edit-purchase v-if="purchaseVis" :basic-data="basicData" />
<div v-else>
<InStorageRecalEdit v-if="InStorageRecallVis" :basic-data="basicData" />
<dee-as-com
v-else
......@@ -15,6 +16,7 @@
:basic-data="{...basicData,InStorageApplyProcessId:InStorageApplyProcessInfo.id}"
/>
</div>
</div>
</template>
<script>
import EditPurchase from '@/privateComponents/components/PurchasingWarehousingNewOrEdit'
......
......@@ -155,7 +155,7 @@ export default {
'basicData.state': {
immediate: true,
handler(val) {
if (val === 'Apply') {
if (val === 'Apply' || val === 'Back') {
this.$set(this.topLayConfig, 'layKey', 'flowtable_edit')
} else {
this.$set(this.topLayConfig, 'layKey', 'flowView_view')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment