From 4ae53606c37a09e23a5160b97f27c7dda74583ec Mon Sep 17 00:00:00 2001 From: chenfang Date: Sat, 8 Jun 2024 15:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E9=99=8D=E7=BA=A7=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relegate/relegateRequest/index.vue | 16 ++++++++++++++ .../wms/inventoryManage/balance/index.vue | 22 +++++++++---------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/src/views/wms/basicDataManage/itemManage/relegate/relegateRequest/index.vue b/src/views/wms/basicDataManage/itemManage/relegate/relegateRequest/index.vue index a94e8357d..11b9f468d 100644 --- a/src/views/wms/basicDataManage/itemManage/relegate/relegateRequest/index.vue +++ b/src/views/wms/basicDataManage/itemManage/relegate/relegateRequest/index.vue @@ -175,24 +175,40 @@ RelegateRequestDetail.allSchemas.tableFormColumns.map(item => { key: 'businessType', value: businessType, isMainValue: false + },{ + key: 'isIn', + value: true, + isMainValue: false }] item.form.componentProps.searchCondition = [ { key: 'businessType', value: businessType, isMainValue: false + },{ + key: 'isIn', + value: true, + isMainValue: false }] item.tableForm.searchCondition = [ { key: 'businessType', value: businessType, isMainValue: false + },{ + key: 'isIn', + value: true, + isMainValue: false }] item.form.componentProps.searchCondition = [ { key: 'businessType', value: businessType, isMainValue: false + },{ + key: 'isIn', + value: true, + isMainValue: false }] } }) diff --git a/src/views/wms/inventoryManage/balance/index.vue b/src/views/wms/inventoryManage/balance/index.vue index c546435e2..8e5432f6e 100644 --- a/src/views/wms/inventoryManage/balance/index.vue +++ b/src/views/wms/inventoryManage/balance/index.vue @@ -200,17 +200,17 @@ const handleSelectionPoint = async ()=>{ } // 列表-操作按钮 const butttondata = [ - // { - // label: '标签信息', - // name: 'bqxx', - // hide: false, - // type: 'primary', - // icon: '', - // color: '', - // link: true, - // float:'right', - // hasPermi: '' - // }, + { + label: '标签信息', + name: 'bqxx', + hide: false, + type: 'primary', + icon: '', + color: '', + link: true, + float:'right', + hasPermi: '' + }, defaultButtons.mainListPointBtn(null), // 标签打印 // defaultButtons.mainListEditBtn({hasPermi:'wms:balance:update'}), // 编辑 // defaultButtons.mainListDeleteBtn({hasPermi:'wms:balance:delete'}), // 删除