Browse Source

修改

hella_online_20240829
zhaoxuebing 2 months ago
parent
commit
8d292e9736
  1. 54
      src/views/wms/countManage/count/countJobMain/countJobMain.data.ts

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

@ -713,18 +713,62 @@ export const CountJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
// {
// label: '项目代码',
// field: 'projectCode',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable:false,
// },
// {
// label: '货主代码',
// field: 'ownerCode',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '项目代码',
field: 'projectCode',
label: '盘点数量',
field: 'countQty',
sort: 'custom',
table: {
width: 150
},
},
{
label: '盘点时间',
field: 'countTime',
formatter: dateFormatter,
detail: {
dateFormat: 'YYYY-MM-DD HH:mm:ss'
},
sort: 'custom',
table: {
width: 180
},
form: {
component: 'DatePicker',
componentProps: {
type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x',
}
},
},
{
label: '盘点人',
field: 'countUser',
sort: 'custom',
table: {
width: 150
},
isTable:false,
},
{
label: '货主代码',
field: 'ownerCode',
label: '盘点描述',
field: 'countDescription',
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save