Browse Source

删除部分无用字段

master_hella_20240701
chenfang 9 months ago
parent
commit
df3711a267
  1. 41
      src/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data.ts
  2. 8
      src/views/wms/inventoryManage/package/package.data.ts

41
src/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data.ts

@ -132,47 +132,6 @@ export const Supplieritem = useCrudSchemas(reactive<CrudSchema[]>([
}
},
},
{
label: '供应商替代包装单位',
field: 'altPackUnit',
dictType: DICT_TYPE.PACK_UNIT,
dictClass: 'string',
isTable: true,
sort: 'custom',
table: {
width: 180
}
},
{
label: '供应商替代包装量',
field: 'altPackQty',
sort: 'custom',
table: {
width: 170
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
},
},
{
label: '每器具包装数',
field: 'packQtyOfContainer',
sort: 'custom',
table: {
width: 150
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
},
},
{
label: '默认收货仓库',
field: 'defaultWarehouseCode',

8
src/views/wms/inventoryManage/package/package.data.ts

@ -68,6 +68,14 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
width: 150,
},
},
{
label: '器具号',
field: 'containerNumber',
sort: 'custom',
table: {
width: 150,
},
},
{
label: '生产日期',
field: 'produceDate',

Loading…
Cancel
Save