From 7700718b170683a240485bca0029036ca8b96ca6 Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Wed, 10 Jul 2024 14:37:11 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20=E2=80=94=E2=80=94>=20bug=20=20=E8=87=AA?= =?UTF-8?q?=E5=88=B6=E5=A4=87=E4=BB=B6=E5=8F=91=E8=B4=A7=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E8=B4=A7=E6=9C=88=E5=8F=B0=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=B8=A6=E5=87=BA=EF=BC=9B=E8=87=AA=E5=88=B6=E5=A4=87=E4=BB=B6?= =?UTF-8?q?=E5=8F=91=E8=B4=A7=E8=AE=B0=E5=BD=95=EF=BC=8C=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=8D=95=E5=8F=B7=E3=80=81=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=BA=94=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverJobMain/deliverJobMain.data.ts | 23 +++++++++++-------- .../stockupMainRecord.data.ts | 4 +++- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts index 6cf16428b..3ca07c19c 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts @@ -44,10 +44,23 @@ export const DeliverJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '客户月台代码', + field: 'customerDockCode', + sort: 'custom', + table: { + width: 150 + }, + isTable: true, + }, { label: '发货月台', field: 'deliverDock', sort: 'custom', + isSearch: false, + isTable: false, + isDetail: false, + isForm: false, table: { width: 150 }, @@ -81,16 +94,6 @@ export const DeliverJobMain = useCrudSchemas(reactive([ isTable: false, }, - { - label: '客户月台代码', - field: 'customerDockCode', - sort: 'custom', - table: { - width: 150 - }, - isTable: false, - }, - { label: '承运商', field: 'carrierCode', diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts index a671a1bf7..487bc3b3a 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts @@ -314,6 +314,7 @@ export const StockupMainRecord = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + isTable: false, table: { width: 150, fixed: 'right' @@ -557,7 +558,7 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ field: 'interfaceType', dictType: DICT_TYPE.INTERFACE_TYPE, dictClass: 'string', - isTable: true, + isTable: false, hiddenInMain: true, sort: 'custom', table: { @@ -618,6 +619,7 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + isTable: false, hiddenInMain: true, table: { width: 150,