Browse Source

包装信息导入按钮展示,库位类型展示

master
chenfang 8 months ago
parent
commit
24fffc0b49
  1. 32
      src/views/wms/basicDataManage/factoryModeling/location/location.data.ts
  2. 2
      src/views/wms/basicDataManage/itemManage/itempackage/index.vue

32
src/views/wms/basicDataManage/factoryModeling/location/location.data.ts

@ -119,29 +119,29 @@ export const Location = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: 'ERP库位类型',
field: 'erpLocationCode',
dictType: DICT_TYPE.ERP_LOCATION,
dictClass: 'string',
isTable: true,
sort: 'custom',
table: {
width: 150
}
},
// {
// label: '类型',
// field: 'type',
// dictType: DICT_TYPE.LOCATION_TYPE,
// label: 'ERP库位类型',
// field: 'erpLocationCode',
// dictType: DICT_TYPE.ERP_LOCATION,
// dictClass: 'string',
// isSearch: true,
// isTable: true,
// sort: 'custom',
// table: {
// width: 150
// },
// }
// },
{
label: '类型',
field: 'type',
dictType: DICT_TYPE.LOCATION_TYPE,
dictClass: 'string',
isSearch: true,
isTable: true,
sort: 'custom',
table: {
width: 150
},
},
{
label: '巷道',
field: 'aisle',

2
src/views/wms/basicDataManage/itemManage/itempackage/index.vue

@ -60,7 +60,7 @@
<!-- 导入 -->
<ImportForm
ref="importFormRef"
url="/wms/itempackage/import"
url="/wms/itempackaging/import"
:importTemplateData="importTemplateData"
@success="importSuccess"
/>

Loading…
Cancel
Save