diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index 29b55c41a..fff75f207 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -48,6 +48,15 @@ export const CountPlanMain = useCrudSchemas(reactive([ }, isSearch: true }, + { + label: '盘点方式(1:PDA盘点,2:excel盘点)', + field: 'countMode', + sort: 'custom', + table: { + width: 180, + fixed: 'left' + }, + }, { label: '状态', field: 'status',