Commit fc6664da authored by jingnan's avatar jingnan 👀

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

parent a367d4c3
...@@ -7,13 +7,15 @@ ...@@ -7,13 +7,15 @@
<template> <template>
<div class="flow-edit"> <div class="flow-edit">
<edit-purchase v-if="purchaseVis" :basic-data="basicData" /> <edit-purchase v-if="purchaseVis" :basic-data="basicData" />
<InStorageRecalEdit v-if="InStorageRecallVis" :basic-data="basicData" /> <div v-else>
<dee-as-com <InStorageRecalEdit v-if="InStorageRecallVis" :basic-data="basicData" />
v-else <dee-as-com
style="border:none;" v-else
:lay-config="cmpOptions" style="border:none;"
:basic-data="{...basicData,InStorageApplyProcessId:InStorageApplyProcessInfo.id}" :lay-config="cmpOptions"
/> :basic-data="{...basicData,InStorageApplyProcessId:InStorageApplyProcessInfo.id}"
/>
</div>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -155,7 +155,7 @@ export default { ...@@ -155,7 +155,7 @@ export default {
'basicData.state': { 'basicData.state': {
immediate: true, immediate: true,
handler(val) { handler(val) {
if (val === 'Apply') { if (val === 'Apply' || val === 'Back') {
this.$set(this.topLayConfig, 'layKey', 'flowtable_edit') this.$set(this.topLayConfig, 'layKey', 'flowtable_edit')
} else { } else {
this.$set(this.topLayConfig, 'layKey', 'flowView_view') 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