|
@@ -228,9 +228,9 @@
|
|
|
<add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList" @onChose="onChose"></add-or-update>
|
|
|
<detail v-if="detailVisible" ref="detail" @onChose="onChose"/>
|
|
|
<!-- 采购操作 -->
|
|
|
- <operate v-if="operateVisible" ref="operate" @onChose="onChose"/>
|
|
|
+ <operate v-if="operateVisible" ref="operate" @onChose="onChose" @refreshDataList="getDataList"/>
|
|
|
<!-- 入库 -->
|
|
|
- <inbound v-if="inboundVisible" ref="inbound" @onChose="onChose"/>
|
|
|
+ <inbound v-if="inboundVisible" ref="inbound" @onChose="onChose" @refreshDataList="getDataList"/>
|
|
|
<notice-change-setting v-if="noticeChangeAttachVisible" ref="noticeChangeSetting" @onChose="onChose"/>
|
|
|
<!-- <change-form v-if="changeFormVisible" ref="changeForm" @refreshDataList="getDataList" @onChose="onChose"/>-->
|
|
|
</div>
|