diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index 8a178399a..f275e7e83 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -48,17 +48,6 @@ export const CountPlanMain = useCrudSchemas(reactive([ }, isSearch: true }, - { - label: '盘点方式', - dictType: DICT_TYPE.COUNT_MODE, - dictClass: 'string', - field: 'countMode', - sort: 'custom', - table: { - width: 180, - fixed: 'left' - }, - }, { label: '状态', field: 'status', @@ -101,6 +90,20 @@ export const CountPlanMain = useCrudSchemas(reactive([ // } // } // }, + { + label: '盘点方式', + dictType: DICT_TYPE.COUNT_MODE, + dictClass: 'string', + field: 'countMode', + sort: 'custom', + form: { + component: 'Radio' + }, + table: { + width: 180, + fixed: 'left' + }, + }, { label: '明盘', field: 'isOpenCount', @@ -109,7 +112,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ isTable: true, form: { component: 'Switch', - value: 'FALSE', + value: 'TRUE', componentProps: { inactiveValue: 'FALSE', activeValue: 'TRUE' @@ -132,7 +135,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ isTable:true, isForm: true, form: { - value: 'masterId', + value: 'locationCode', componentProps: { disabled:true }