Browse Source

创建者创建时间列表展示

master_hella_20240701
滕晓飞 10 months ago
parent
commit
60f3739fd6
  1. 4
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts
  2. 5
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts
  3. 4
      src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts

4
src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

@ -476,7 +476,7 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable:false, isTable:true,
form: { form: {
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
@ -493,7 +493,7 @@ export const CountJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable:false, isTable:true,
}, },
{ {
label: '操作', label: '操作',

5
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

@ -280,7 +280,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable:false, isTable:true,
isForm: false, isForm: false,
}, },
{ {
@ -303,7 +303,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
isTable:false, isTable:true,
isForm: false, isForm: false,
}, },
{ {
@ -462,6 +462,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
isForm: false, isForm: false,
isTable: false,
}, },
{ {
label: '最后更新者', label: '最后更新者',

4
src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts

@ -730,7 +730,7 @@ export const ScrapJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
valueFormat: 'x', valueFormat: 'x',
} }
}, },
isTable: false, isTable: true,
}, },
{ {
label: '创建者', label: '创建者',
@ -739,7 +739,7 @@ export const ScrapJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false, isTable: true,
}, },
])) ]))

Loading…
Cancel
Save