Browse Source

物料库区配置表中隐藏与上架策略中重复的属性及最下面的列表

hella_online_20240829
wangyufei 3 months ago
parent
commit
4121b52619
  1. 310
      src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts

310
src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts

@ -458,161 +458,161 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false
},
{
label: '优先空库位',
field: 'emptyLocationFirst',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE',
}
},
},
{
label: '优先非空库位',
field: 'notEmptyLocationFirst',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'FALSE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE',
disabled: true
}
},
},
{
label: '可以混批次',
field: 'enableMixLot',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
},
{
label: '可以混物品',
field: 'enableMixItem',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'FALSE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
},
{
label: '可以混状态',
field: 'enableMixStatus',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
},
{
label: '巷道排序方向',
field: 'aisleOrder',
sort: 'custom',
dictType: DICT_TYPE.BATCH_DIRECTION,
dictClass: 'string',
// colorType: 'danger',
isTable: true,
form: {
component: 'Select',
value: 'ASC',
componentProps: {
inactiveValue: 'DESC',
activeValue: 'ASC'
}
},
table: {
width: 150
},
},
{
label: '货架排序方向',
field: 'sheIfOrder',
sort: 'custom',
dictType: DICT_TYPE.BATCH_DIRECTION,
dictClass: 'string',
isTable: true,
form: {
component: 'Select',
value: 'ASC',
componentProps: {
inactiveValue: 'DESC',
activeValue: 'ASC'
}
},
table: {
width: 150
},
},
{
label: '行排序方向',
field: 'rowOrder',
sort: 'custom',
dictType: DICT_TYPE.BATCH_DIRECTION,
dictClass: 'string',
// colorType: 'danger',
isTable: true,
form: {
component: 'Select',
value: 'ASC',
componentProps: {
inactiveValue: 'DESC',
activeValue: 'ASC'
}
},
table: {
width: 150
},
},
{
label: '列排序方向',
field: 'columOrder',
sort: 'custom',
dictType: DICT_TYPE.BATCH_DIRECTION,
dictClass: 'string',
// colorType: 'danger',
isTable: true,
form: {
component: 'Select',
value: 'ASC',
componentProps: {
inactiveValue: 'DESC',
activeValue: 'ASC'
}
},
table: {
width: 150
},
},
// {
// label: '优先空库位',
// field: 'emptyLocationFirst',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE',
// }
// },
// },
// {
// label: '优先非空库位',
// field: 'notEmptyLocationFirst',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// form: {
// component: 'Switch',
// value: 'FALSE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE',
// disabled: true
// }
// },
// },
// {
// label: '可以混批次',
// field: 'enableMixLot',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// },
// },
// {
// label: '可以混物品',
// field: 'enableMixItem',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// form: {
// component: 'Switch',
// value: 'FALSE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// },
// },
// {
// label: '可以混状态',
// field: 'enableMixStatus',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// },
// },
// {
// label: '巷道排序方向',
// field: 'aisleOrder',
// sort: 'custom',
// dictType: DICT_TYPE.BATCH_DIRECTION,
// dictClass: 'string',
// // colorType: 'danger',
// isTable: true,
// form: {
// component: 'Select',
// value: 'ASC',
// componentProps: {
// inactiveValue: 'DESC',
// activeValue: 'ASC'
// }
// },
// table: {
// width: 150
// },
// },
// {
// label: '货架排序方向',
// field: 'sheIfOrder',
// sort: 'custom',
// dictType: DICT_TYPE.BATCH_DIRECTION,
// dictClass: 'string',
// isTable: true,
// form: {
// component: 'Select',
// value: 'ASC',
// componentProps: {
// inactiveValue: 'DESC',
// activeValue: 'ASC'
// }
// },
// table: {
// width: 150
// },
// },
// {
// label: '行排序方向',
// field: 'rowOrder',
// sort: 'custom',
// dictType: DICT_TYPE.BATCH_DIRECTION,
// dictClass: 'string',
// // colorType: 'danger',
// isTable: true,
// form: {
// component: 'Select',
// value: 'ASC',
// componentProps: {
// inactiveValue: 'DESC',
// activeValue: 'ASC'
// }
// },
// table: {
// width: 150
// },
// },
// {
// label: '列排序方向',
// field: 'columOrder',
// sort: 'custom',
// dictType: DICT_TYPE.BATCH_DIRECTION,
// dictClass: 'string',
// // colorType: 'danger',
// isTable: true,
// form: {
// component: 'Select',
// value: 'ASC',
// componentProps: {
// inactiveValue: 'DESC',
// activeValue: 'ASC'
// }
// },
// table: {
// width: 150
// },
// },
{
label: '生效时间',
field: 'activeTime',

Loading…
Cancel
Save