From 3ba001020b203ee2917fc816a71c3945cab4abd8 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Thu, 4 Jul 2024 18:11:44 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=9B=98=E7=82=B9=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=BB=E5=8A=A1=E6=8B=86=E5=88=86=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countJobMain/countJobMain.data.ts | 32 +++++++++---------- .../count/countPlanMain/countPlanMain.data.ts | 2 +- .../countRecordMain/countRecordMain.data.ts | 18 +++++------ .../countRequestMain/countRequestMain.data.ts | 27 ++++++---------- 4 files changed, 35 insertions(+), 44 deletions(-) diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index 5768ef3fb..c81addf77 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -56,22 +56,22 @@ export const CountJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '仓库代码', - field: 'warehouseCode', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '库位代码', - field: 'locationCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '仓库代码', + // field: 'warehouseCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '库位代码', + // field: 'locationCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '申请时间', field: 'requestTime', diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index dd626bb8b..25c3b062f 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -88,7 +88,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ isTable:false, isForm: true, form: { - value: 'LOCATION_CODE' + value: 'locationCode' } }, diff --git a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts index 65250f6f8..8b5029d6d 100644 --- a/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts +++ b/src/views/wms/countManage/count/countRecordMain/countRecordMain.data.ts @@ -40,14 +40,14 @@ export const CountRecordMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '仓库代码', - field: 'warehouseCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '仓库代码', + // field: 'warehouseCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '阶段', field: 'stage', @@ -615,4 +615,4 @@ export const CountRecordDetailRules = reactive({ creator: [ { required: true, message: '请输入创建者', trigger: 'blur' } ], -}) \ No newline at end of file +}) diff --git a/src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts b/src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts index 5143949d2..53a9b2930 100644 --- a/src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts +++ b/src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts @@ -54,15 +54,6 @@ export const CountRequestMain = useCrudSchemas(([ width: 150 }, }, - { - label: '申请单号', - field: 'requestNumber', - sort: 'custom', - table: { - width: 150 - }, - isForm: false, - }, { label: '计划单号', field: 'planNumber', @@ -99,15 +90,15 @@ export const CountRequestMain = useCrudSchemas(([ }, isSearch: true, }, - { - label: '仓库代码', - field: 'warehouseCode', - sort: 'custom', - table: { - width: 150 - }, - isSearch: true, - }, + // { + // label: '仓库代码', + // field: 'warehouseCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isSearch: true, + // }, { label: '申请时间', field: 'requestTime',