diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index edaecb60f..8fb474d8a 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -28,21 +28,21 @@ export const CountJobMain = useCrudSchemas(reactive([ }, }, { - label: '申请单号', - field: 'requestNumber', + label: '计划单号', + field: 'planNumber', sort: 'custom', table: { - width: 150 + width: 180 }, - isSearch: true }, { - label: '计划单号', - field: 'planNumber', + label: '申请单号', + field: 'requestNumber', sort: 'custom', table: { - width: 150 + width: 180 }, + isSearch: true }, { label: '阶段', @@ -123,6 +123,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 180 }, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -139,13 +140,14 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '从库区类型范围', field: 'fromAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -156,7 +158,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'toAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -169,6 +171,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable: false, form: { component: 'InputNumber', } @@ -177,6 +180,7 @@ export const CountJobMain = useCrudSchemas(reactive([ label: '优先级增量', field: 'priorityIncrement', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -191,6 +195,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false }, { label: '部门', @@ -199,13 +204,14 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '自动完成', field: 'autoComplete', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -224,7 +230,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowModifyLocation', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -243,7 +249,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowModifyQty', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -262,7 +268,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowBiggerQty', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -281,7 +287,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowSmallerQty', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -300,7 +306,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowModifyInventoryStatus', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -319,7 +325,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowContinuousScanning', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -338,7 +344,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowPartialComplete', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -357,7 +363,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowModifyBatch', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -376,7 +382,7 @@ export const CountJobMain = useCrudSchemas(reactive([ field: 'allowModifyPackingNumber', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, form: { component: 'Switch', value: 'TRUE', @@ -397,6 +403,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '承接时间', @@ -409,6 +416,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 180 }, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -425,6 +433,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '完成时间', @@ -437,6 +446,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 180 }, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -453,6 +463,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '创建时间', @@ -465,6 +476,7 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 180 }, + isTable:false, form: { component: 'DatePicker', componentProps: { @@ -481,25 +493,18 @@ export const CountJobMain = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, - // { - // label: '状态', - // field: 'jobStageStatus', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, - // { - // label: '操作', - // field: 'action', - // isDetail: false, - // isForm: false, - // table: { - // width: 120, - // fixed: 'right' - // }, - // } + { + label: '操作', + field: 'action', + isDetail: false, + isForm: false, + table: { + width: 120, + fixed: 'right' + }, + } ])) //表单校验 @@ -565,6 +570,7 @@ export const CountJobDetail = useCrudSchemas(reactive([ table: { width: 180 }, + hiddenInMain:true, }, { label: '盘点明细号', @@ -587,7 +593,7 @@ export const CountJobDetail = useCrudSchemas(reactive([ field: 'itemName', sort: 'custom', table: { - width: 150 + width: 200 }, }, { @@ -629,6 +635,7 @@ export const CountJobDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '数量', @@ -670,6 +677,7 @@ export const CountJobDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTable:false, }, { label: '货主代码',