From bd7884c3ec972c367bbb360d4e02460b5997706a Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周二, 23 4月 2024 16:45:27 +0800 Subject: [PATCH] 物料 --- iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue index 3744a08..9666405 100644 --- a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue +++ b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue @@ -177,6 +177,8 @@ 瀵煎嚭 </a-button> <a-button type="primary" v-if="hasPerm('WmsMaterial:add')" icon="plus" @click="$refs.addForm.add()">鏂板鐗╂枡淇℃伅琛�</a-button> + <!-- 鑷畾涔� --> + <a-button type="primary" v-if="hasPerm('WmsMaterial:add')" icon="plus" @click="$refs.tabForm.add()">鏂板tab</a-button> </div> </template> <span slot="isDisabledscopedSlots" slot-scope="text"> @@ -200,6 +202,9 @@ <add-form ref="addForm" @ok="handleOk" /> <edit-form ref="editForm" @ok="handleOk" /> <excel-form ref="excelForm" @ok="handleOk" /> + <!-- 鑷畾涔� --> + <tab-form ref="tabForm" @ok="handleOk" /> + </a-card> </div> </template> @@ -210,6 +215,9 @@ //鑷畾涔塼able楂樺害 import setTableHtMixin from '@/mixins/handleTableHt.js' import addForm from './addForm.vue' +//鑷畾涔� + import tabForm from './tabForm.vue' + import { exportExcel } from '@/utils/exportToExcel' import { downloadFile } from '@/utils/util' import editForm from './editForm.vue' @@ -220,7 +228,8 @@ STable, addForm, editForm, - excelForm + excelForm, + tabForm //鑷畾涔� }, data () { return { -- Gitblit v1.9.3