app端新增原材料送检功能

This commit is contained in:
geht
2026-07-20 17:31:54 +08:00
parent 531cac7341
commit f24a21a41c
24 changed files with 1806 additions and 52 deletions

View File

@@ -1,5 +1,5 @@
/**
* 常用服务
* 基础服务(原常用服务
* useful server
*/
@@ -108,36 +108,28 @@ export const us = {
}
/**
* other server 其他服务
* 生产服务(原其他服务
* 首页「更多」按钮仍按 type=other 追加,勿删空数组
*/
export const os = {
data: [
//update-begin---author:xsl ---date:20260720 for【APP首页】生产服务菜单调整-----------
{
title: '新闻中心',
icon: icon_prefix + 'xinwen.png',
description: '新闻中心',
routeIndex: 'news',
title: '原材料送检',
icon: icon_prefix + 'renwu.png',
description: '扫码送检与录入检验结果',
useCount: 10000,
},
{
title: '会议',
icon: icon_prefix + 'huiyi.png',
description: '会议',
useCount: 10000,
routeIndex: 'meeting',
routeIndex: 'rawMaterialInspect',
enabled: true,
},
{
title: '任务中心',
icon: icon_prefix + 'renwu.png',
description: '任务中心',
useCount: 10000,
},
{
title: '合同',
icon: icon_prefix + 'hetong.png',
description: '合同',
title: '扫描识别',
icon: icon_prefix + 'wendang.png',
description: '手持机扫描头识别条码',
useCount: 10000,
routeIndex: 'scanIdentify',
enabled: true,
},
//update-end---author:xsl ---date:20260720 for【APP首页】生产服务菜单调整-----------
],
}