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: '类型', // label: 'ERP库位类型',
// field: 'type', // field: 'erpLocationCode',
// dictType: DICT_TYPE.LOCATION_TYPE, // dictType: DICT_TYPE.ERP_LOCATION,
// dictClass: 'string', // dictClass: 'string',
// isSearch: true,
// isTable: true, // isTable: true,
// sort: 'custom', // sort: 'custom',
// table: { // table: {
// width: 150 // width: 150
// }, // }
// }, // },
{
label: '类型',
field: 'type',
dictType: DICT_TYPE.LOCATION_TYPE,
dictClass: 'string',
isSearch: true,
isTable: true,
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '巷道', label: '巷道',
field: 'aisle', field: 'aisle',

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

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

Loading…
Cancel
Save