From 0c525ecf57809add2b988f331e22a74022ad1070 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 24 4月 2024 20:25:56 +0800 Subject: [PATCH] 物料 --- iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 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..496e596 100644 --- a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue +++ b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/index.vue @@ -176,7 +176,9 @@ <a-button type="info" v-if="hasPerm('WmsMaterial:exportExcel')" icon="download" @click="WmsMaterialToExcel()"> 瀵煎嚭 </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.addForm.add()">鏂板鐗╂枡淇℃伅琛�</a-button> --> + <!-- 鑷畾涔� --> + <a-button type="primary" v-if="hasPerm('WmsMaterial:add')" icon="plus" @click="$refs.tabForm.add()">鏂板鐗╂枡淇℃伅</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