From f38fb243e8c234d47e1ed2c8e40c4e7dd36cb34d Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 3 Mar 2025 13:16:40 +0800 Subject: [PATCH] =?UTF-8?q?SBBJ-884pda=E9=A2=86=E7=94=A8=E5=87=BA=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=A4=87=E4=BB=B6=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=8F=90=E7=A4=BA=E6=B7=BB=E5=8A=A0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/item/itemApplyMain/index.vue | 1 + .../eam/item/itemApplyMain/itemApplyMain.data.ts | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/src/views/eam/item/itemApplyMain/index.vue b/src/views/eam/item/itemApplyMain/index.vue index 3fc504c..a0c2a71 100644 --- a/src/views/eam/item/itemApplyMain/index.vue +++ b/src/views/eam/item/itemApplyMain/index.vue @@ -93,6 +93,7 @@ } row[formField] = val[0][searchField] row['itemNumber'] = val[0]['itemNumber'] + row['locationNumber'] = val[0]['locationNumber'] row['isInAccount'] = val[0]['isInAccount'] row['currentQty'] = val[0]['qty'] row['available'] = val[0]['available'] diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index ef98f88..4b34522 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -29,6 +29,7 @@ export const ItemApplyMain = useCrudSchemas(reactive([ isForm: false, isSearch: false, }, + { label: '审批人', field: 'approveId', @@ -211,6 +212,16 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ disabled: true } }, + { + label: '库位编号', + field: 'locationNumber', + sort: 'custom', + isForm: false, + isTableForm: true, + tableForm: { + disabled: true + } + }, { label: '类型', field: 'type',