From 5b03f447d25c23fb95f3e4e3cd5b32c5fbda615b Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Mon, 2 Sep 2024 09:41:46 +0800 Subject: [PATCH] =?UTF-8?q?HL-5774=E8=A3=85=E9=85=8D=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E3=80=81=E9=A2=84=E7=94=9F=E4=BA=A7=E6=94=B6=E8=B4=A7=EF=BC=8C?= =?UTF-8?q?=E7=8F=AD=E6=AC=A1=E5=BA=94=E6=98=BE=E7=A4=BA=E6=B1=89=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptJobMain.data.ts | 18 ++++++++++++++++++ .../productreceiptRecordMain.data.ts | 18 ++++++++++++++++++ .../productreceiptAssembleJobMain.data.ts | 18 ++++++++++++++++++ .../productreceiptAssembleRecordMain.data.ts | 19 +++++++++++++++++++ 4 files changed, 73 insertions(+) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts index 45a93e713..d0891440f 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts @@ -73,6 +73,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '班次', field: 'shift', @@ -82,6 +91,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '收货类型', field: 'type', diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index a280d25da..2b3d1d629 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -69,6 +69,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + table: { + width: 150 + }, + isTable: true + }, { label: '班次', field: 'shift', @@ -78,6 +87,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + table: { + width: 150 + }, + isTable: true + }, { label: '收货类型', field: 'type', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts index 029ec1ca1..bc9a69400 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleJobMain/productreceiptAssembleJobMain.data.ts @@ -73,6 +73,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '班次', field: 'shift', @@ -82,6 +91,15 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '收货类型', field: 'type', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts index e697dda38..daf572609 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts @@ -88,6 +88,16 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false, + }, + { + label: '班组', + field: 'teamName', + sort: 'custom', + table: { + width: 150 + }, + isTable: true, + }, { label: '班次', @@ -98,6 +108,15 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ }, isTable: false, }, + { + label: '班次', + field: 'shiftName', + sort: 'custom', + isTable:true, + table: { + width: 150 + }, + }, { label: '收货类型', field: 'type',