refactor: 重构字体文件路径及图标资源结构
- 将字体文件从中文路径改为英文路径 - 重新组织图标资源目录结构 - 更新相关文件引用路径 - 修改全局字体CSS配置 - 修复页面图标引用
This commit is contained in:
@@ -40,112 +40,112 @@ export default {
|
||||
// 页面按钮参数
|
||||
gridItemList: [{
|
||||
name: '成品入库',
|
||||
icon: '入库/成品入库',
|
||||
icon: 'inbound/finished-product-inbound',
|
||||
url: '/pages/inWarehouse/inWarehouse?isStrict=true',
|
||||
type: 1,
|
||||
index: 1
|
||||
},
|
||||
{
|
||||
name: '油漆入库',
|
||||
icon: '入库/油漆入库',
|
||||
icon: 'inbound/paint-inbound',
|
||||
url: '',
|
||||
type: 1,
|
||||
index: 2
|
||||
},
|
||||
{
|
||||
name: '毛坯入库',
|
||||
icon: '入库/毛坯入库',
|
||||
icon: 'inbound/rough-casting-inbound',
|
||||
url: '',
|
||||
type: 1,
|
||||
index: 3
|
||||
},
|
||||
{
|
||||
name: '备件入库',
|
||||
icon: '入库/备件入库',
|
||||
icon: 'inbound/spare-parts-inbound',
|
||||
url: '',
|
||||
type: 1,
|
||||
index: 4
|
||||
},
|
||||
{
|
||||
name: '无校验入库',
|
||||
icon: '入库/无校验入库',
|
||||
icon: 'inbound/no-validation-inbound',
|
||||
url: '/pages/inWarehouse/inWarehouse?isStrict=false',
|
||||
type: 1,
|
||||
index: 14
|
||||
},
|
||||
{
|
||||
name: '成品出库',
|
||||
icon: '出库/成品出库',
|
||||
icon: 'outbound/finished-product-outbound',
|
||||
url: '/pages/outWarehouse/outWarehouse',
|
||||
type: 2,
|
||||
index: 5
|
||||
},
|
||||
{
|
||||
name: '无校验出库',
|
||||
icon: '出库/无出库单出库',
|
||||
icon: 'outbound/no-outbound-order',
|
||||
url: '/pages/returnWarehouse/returnWarehouse',
|
||||
type: 2,
|
||||
index: 15
|
||||
},
|
||||
{
|
||||
name: '出货',
|
||||
icon: '出库/出货',
|
||||
icon: 'outbound/shipping',
|
||||
url: '',
|
||||
type: 2,
|
||||
index: 6
|
||||
},
|
||||
{
|
||||
name: '退货',
|
||||
icon: '出库/退货',
|
||||
icon: 'outbound/return',
|
||||
url: '',
|
||||
type: 2,
|
||||
index: 7
|
||||
},
|
||||
{
|
||||
name: '盘点',
|
||||
icon: '库存管理/盘点',
|
||||
icon: 'inventory-management/stocktake',
|
||||
url: '/pages/stocktake/stocktake',
|
||||
type: 3,
|
||||
index: 8
|
||||
},
|
||||
{
|
||||
name: '库存查询',
|
||||
icon: '库存管理/库存查询',
|
||||
icon: 'inventory-management/inventory-query',
|
||||
url: '/pages/watchGoods/watchGoods',
|
||||
type: 3,
|
||||
index: 9
|
||||
},
|
||||
{
|
||||
name: '操作记录',
|
||||
icon: '库存管理/操作记录',
|
||||
icon: 'inventory-management/operation-record',
|
||||
url: '/pages/warehoseActionList/warehoseActionList',
|
||||
type: 3,
|
||||
index: 10
|
||||
},
|
||||
{
|
||||
name: '扫描管理',
|
||||
icon: '库存管理/扫描管理',
|
||||
icon: 'inventory-management/scan-management',
|
||||
url: '/pages/scan/scan',
|
||||
type: 3,
|
||||
index: 14
|
||||
},
|
||||
{
|
||||
name: '拼箱',
|
||||
icon: '库内管理/拼箱',
|
||||
icon: 'warehouse-management/consolidation',
|
||||
url: '/pages/consolidation/consolidation',
|
||||
type: 4,
|
||||
index: 11
|
||||
},
|
||||
{
|
||||
name: '拆箱',
|
||||
icon: '库内管理/拆箱',
|
||||
icon: 'warehouse-management/unpacking',
|
||||
url: '/pages/unpacking/unpacking',
|
||||
type: 4,
|
||||
index: 12
|
||||
},
|
||||
{
|
||||
name: '移库',
|
||||
icon: '库内管理/移库',
|
||||
icon: 'warehouse-management/relocation',
|
||||
url: '/pages/relocation/relocation',
|
||||
type: 4,
|
||||
index: 13
|
||||
|
||||
@@ -37,37 +37,37 @@
|
||||
// 页面按钮参数
|
||||
gridItemList: [{
|
||||
name: '仓库配料',
|
||||
icon: '仓库配料',
|
||||
icon: 'warehouse-material',
|
||||
url: '/pages/materialManagement/MaterialProductionInput/MaterialProductionInput',
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
name: '车间叫料',
|
||||
icon: '车间叫料',
|
||||
icon: 'workshop-call-material',
|
||||
url: '/pages/materialManagement/MaterialRequisition/MaterialRequisition',
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
name: '车间进料',
|
||||
icon: '车间进料',
|
||||
icon: 'workshop-feed-material',
|
||||
url: '/pages/materialManagement/MaterialFeeding/MaterialFeeding',
|
||||
type: 1,
|
||||
},
|
||||
{
|
||||
name: '成品入库',
|
||||
icon: '成品入库',
|
||||
icon: 'finished-product-inbound',
|
||||
url: '/pages/materialManagement/MaterialWarehousing/MaterialWarehousing',
|
||||
type: 2,
|
||||
},
|
||||
{
|
||||
name: '进箱',
|
||||
icon: '进箱',
|
||||
icon: 'into-box',
|
||||
url: '/pages/materialManagement/package/package',
|
||||
type: 3,
|
||||
},
|
||||
{
|
||||
name: '全点位移动',
|
||||
icon: '全点位移动',
|
||||
icon: 'full-position-move',
|
||||
url: '/pages/materialManagement/AGVRemoteControl/AGVRemoteControl',
|
||||
type: 4,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user