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',