Browse Source

YT-2131:ERP库区类型字段值改为与库区管理中库区类型显示一致,其他字段不用改

intex_online20250327
songguoqiang 3 weeks ago
parent
commit
3f7de48662
  1. 11
      src/views/wms/issueManage/repleinshItemCodeConsumeRecord/repleinshItemCodeConsumeRecord.data.ts

11
src/views/wms/issueManage/repleinshItemCodeConsumeRecord/repleinshItemCodeConsumeRecord.data.ts

@ -95,11 +95,14 @@ export const RepleinshItemCodeConsumeRecord = useCrudSchemas(reactive<CrudSchema
{
label: 'ERP库区类型',
field: 'erpAreaType',
dictType: DICT_TYPE.AREA_TYPE,
dictClass: 'string',
isSearch: false,
isTable: true,
sort: 'custom',
isSearch: true,
form: {
component: 'SelectV2'
},
table: {
width: 150
},
},
{
label: '发料记录号',

Loading…
Cancel
Save