| | |
| | | { |
| | | "tabBar": { |
| | | "color": "#7a7e83", |
| | | "selectedColor": "#0faeff", |
| | | "backgroundColor": "#ffffff", |
| | | "list": [{ |
| | | "pagePath": "pages/BasePages/main", |
| | | "text": "首页", |
| | | "iconPath": "static/img/home.png", |
| | | "selectedIconPath": "static/img/homeHL.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/BasePages/message", |
| | | "text": "消息中心", |
| | | "iconPath": "static/img/user.png", |
| | | "selectedIconPath": "static/img/userHL.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/BasePages/user", |
| | | "text": "我的", |
| | | "iconPath": "static/img/user.png", |
| | | "selectedIconPath": "static/img/userHL.png" |
| | | } |
| | | ] |
| | | }, |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarBackgroundColor": "#ffffff", |
| | | "backgroundColor": "#fbf9fe" |
| | | }, |
| | | "pages": [ |
| | | |
| | | //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/BasePages/login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录" |
| | | } |
| | | }, |
| | | // MainPage |
| | | // { |
| | | // "path" : "pages/Test/MainPage", |
| | | // "style" : |
| | | // { |
| | | // "navigationBarTitleText" : "主页面" |
| | | // } |
| | | // }, |
| | | { |
| | | "path": "pages/BasePages/user", |
| | | "style": { |
| | | "navigationBarTitleText": "我的" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/menuContainer", |
| | | "style": { |
| | | "navigationBarTitleText": "菜单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/main", |
| | | "style": { |
| | | "navigationBarTitleText": "首页", |
| | | "titleImage": "/static/img/top.png", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Demo", |
| | | "style": { |
| | | "navigationBarTitleText": "form表单的Demo", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/message", |
| | | "style": { |
| | | "navigationBarTitleText": "消息中心", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/ListDemo/ListDemo", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "列表的Demo" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/ListDemo/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "工单明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/newPwd", |
| | | "style": { |
| | | "navigationBarTitleText": "修改密码", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/List", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "巡检" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "巡检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "巡检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/List", |
| | | "style": { |
| | | "navigationBarTitleText": "首检", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "首检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "首检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/RKJ/List", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "入库检" |
| | | } |
| | | }, |
| | | |
| | | { |
| | | "path": "pages/QC/RKJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "入库检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/RKJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "入库检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/List", |
| | | "style": { |
| | | "navigationBarTitleText": "来料检", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "来料检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "来料检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "拍照上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | |
| | | { |
| | | "path": "pages/QC/RKJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "拍照上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "图片上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "图片上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Suspend/Suspend", |
| | | "style": { |
| | | "navigationBarTitleText": "线体巡检暂停", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Suspend/open", |
| | | "style": { |
| | | "navigationBarTitleText": "线体巡检开启", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/SubPage", |
| | | "style": { |
| | | "navigationBarTitleText": "子页面" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/MainPage", |
| | | "style": { |
| | | "navigationBarTitleText": "主页面" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/SubPage2", |
| | | "style": { |
| | | "navigationBarTitleText": "子页面2" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/msgDetail", |
| | | "style": { |
| | | "navigationBarTitleText": "失败单据" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/ListDemo/anotherDetail", |
| | | "style": { |
| | | "navigationBarTitleText": "Test" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/manifest", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "采购到货单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "采购到货单明细" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseInventory/PurchaseInventory", |
| | | "style": { |
| | | "navigationBarTitleText": "采购入库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseInventory/Cgrk", |
| | | "style": { |
| | | "navigationBarTitleText": "采购入库单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseInventory/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "采购入库单明细" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/scanTest", |
| | | "style": { |
| | | "navigationBarTitleText": "扫码测试" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseReturn/Cgth", |
| | | "style": { |
| | | "navigationBarTitleText": "采购退货" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseReturn/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "添加采购退料单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseReturn/PurchaseReturn", |
| | | "style": { |
| | | "navigationBarTitleText": "采购退料扫码" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/information", |
| | | "style": { |
| | | "navigationBarTitleText": "信息详情" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/OpeningReceipt/OpeningReceipt", |
| | | "style": { |
| | | "navigationBarTitleText": "期初入库扫码" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Allocation/In", |
| | | "style": { |
| | | "navigationBarTitleText": "调拨入库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Allocation/Out", |
| | | "style": { |
| | | "navigationBarTitleText": "调拨出库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ChangeOfLocation/ChangeOfLocation", |
| | | "style": { |
| | | "navigationBarTitleText": "库位变更" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/testPrint", |
| | | "style": { |
| | | "navigationBarTitleText": "打印测试" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BarcodePrint/BarcodePrint", |
| | | "style": { |
| | | "navigationBarTitleText": "期初条码打印" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/MaterialReceipt/MaterialReceipt", |
| | | "style": { |
| | | "navigationBarTitleText": "物料接收" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ProductionPick/ProductionPick", |
| | | "style": { |
| | | "navigationBarTitleText": "生产领料" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ProductionPick/List", |
| | | "style": { |
| | | "navigationBarTitleText": "生产领料单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ProductionPick/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "生产领料单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/treated", |
| | | "style": { |
| | | "navigationBarTitleText": "待处理" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/OQC/List", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "OQC检验" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/OQC/ScanCode", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "OQC检验" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/OQC/Add", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/OQC/ImageItem", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "图片查看" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/OQC/detail", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "检验详情" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/Laboratory/Laboratory", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "实验室送检" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/QC/Laboratory/List", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "实验室送检" |
| | | } |
| | | } |
| | | // { |
| | | // "path": "pages/Device/Spotcheck", |
| | | // "style": { |
| | | // "navigationBarTitleText": "设备点检", |
| | | // "enablePullDownRefresh": false |
| | | // } |
| | | // } |
| | | |
| | | ] |
| | | "tabBar": { |
| | | "color": "#7a7e83", |
| | | "selectedColor": "#0faeff", |
| | | "backgroundColor": "#ffffff", |
| | | "list": [ |
| | | { |
| | | "pagePath": "pages/BasePages/main", |
| | | "text": "首页", |
| | | "iconPath": "static/img/home.png", |
| | | "selectedIconPath": "static/img/homeHL.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/BasePages/message", |
| | | "text": "消息中心", |
| | | "iconPath": "static/img/user.png", |
| | | "selectedIconPath": "static/img/userHL.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/BasePages/user", |
| | | "text": "我的", |
| | | "iconPath": "static/img/user.png", |
| | | "selectedIconPath": "static/img/userHL.png" |
| | | } |
| | | ] |
| | | }, |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarBackgroundColor": "#ffffff", |
| | | "backgroundColor": "#fbf9fe" |
| | | }, |
| | | "pages": [ |
| | | //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/BasePages/login", |
| | | "style": { |
| | | "navigationBarTitleText": "登录" |
| | | } |
| | | }, |
| | | // MainPage |
| | | // { |
| | | // "path" : "pages/Test/MainPage", |
| | | // "style" : |
| | | // { |
| | | // "navigationBarTitleText" : "主页面" |
| | | // } |
| | | // }, |
| | | { |
| | | "path": "pages/BasePages/user", |
| | | "style": { |
| | | "navigationBarTitleText": "我的" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/menuContainer", |
| | | "style": { |
| | | "navigationBarTitleText": "菜单", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/main", |
| | | "style": { |
| | | "navigationBarTitleText": "首页", |
| | | "titleImage": "/static/img/top.png", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Demo", |
| | | "style": { |
| | | "navigationBarTitleText": "form表单的Demo", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/message", |
| | | "style": { |
| | | "navigationBarTitleText": "消息中心", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/ListDemo/ListDemo", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "列表的Demo" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/ListDemo/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "工单明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/newPwd", |
| | | "style": { |
| | | "navigationBarTitleText": "修改密码", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/List", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "巡检" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "巡检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "巡检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/List", |
| | | "style": { |
| | | "navigationBarTitleText": "首检", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "首检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "首检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/RKJ/List", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "入库检" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/RKJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "入库检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/RKJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "入库检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/List", |
| | | "style": { |
| | | "navigationBarTitleText": "来料检", |
| | | "enablePullDownRefresh": true |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "来料检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "来料检项目明细", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/LLJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "拍照上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/RKJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "拍照上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/SJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "图片上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/XJ/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "图片上传", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Suspend/Suspend", |
| | | "style": { |
| | | "navigationBarTitleText": "线体巡检暂停", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Suspend/open", |
| | | "style": { |
| | | "navigationBarTitleText": "线体巡检开启", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/SubPage", |
| | | "style": { |
| | | "navigationBarTitleText": "子页面" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/MainPage", |
| | | "style": { |
| | | "navigationBarTitleText": "主页面" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/SubPage2", |
| | | "style": { |
| | | "navigationBarTitleText": "子页面2" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/msgDetail", |
| | | "style": { |
| | | "navigationBarTitleText": "失败单据" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/ListDemo/anotherDetail", |
| | | "style": { |
| | | "navigationBarTitleText": "Test" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/manifest", |
| | | "style": { |
| | | "enablePullDownRefresh": true, |
| | | "navigationBarTitleText": "采购到货单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "采购到货单明细" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseInventory/PurchaseInventory", |
| | | "style": { |
| | | "navigationBarTitleText": "采购入库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseInventory/Cgrk", |
| | | "style": { |
| | | "navigationBarTitleText": "采购入库单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseInventory/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "采购入库单明细" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/scanTest", |
| | | "style": { |
| | | "navigationBarTitleText": "扫码测试" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseReturn/Cgth", |
| | | "style": { |
| | | "navigationBarTitleText": "采购退货" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseReturn/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "添加采购退料单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/PurchaseReturn/PurchaseReturn", |
| | | "style": { |
| | | "navigationBarTitleText": "采购退料扫码" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/information", |
| | | "style": { |
| | | "navigationBarTitleText": "信息详情" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/OpeningReceipt/OpeningReceipt", |
| | | "style": { |
| | | "navigationBarTitleText": "期初入库扫码" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Allocation/In", |
| | | "style": { |
| | | "navigationBarTitleText": "调拨入库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Allocation/Out", |
| | | "style": { |
| | | "navigationBarTitleText": "调拨出库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ChangeOfLocation/ChangeOfLocation", |
| | | "style": { |
| | | "navigationBarTitleText": "库位变更" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Test/testPrint", |
| | | "style": { |
| | | "navigationBarTitleText": "打印测试" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BarcodePrint/BarcodePrint", |
| | | "style": { |
| | | "navigationBarTitleText": "期初条码打印" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/MaterialReceipt/MaterialReceipt", |
| | | "style": { |
| | | "navigationBarTitleText": "物料接收" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ProductionPick/ProductionPick", |
| | | "style": { |
| | | "navigationBarTitleText": "生产领料" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ProductionPick/List", |
| | | "style": { |
| | | "navigationBarTitleText": "生产领料单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Warehouse/ProductionPick/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "生产领料单" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/BasePages/treated", |
| | | "style": { |
| | | "navigationBarTitleText": "待处理" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/OQC/List", |
| | | "style": { |
| | | "navigationBarTitleText": "OQC检验" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/OQC/ScanCode", |
| | | "style": { |
| | | "navigationBarTitleText": "OQC检验" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/OQC/Add", |
| | | "style": { |
| | | "navigationBarTitleText": "" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/OQC/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "图片查看" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/OQC/detail", |
| | | "style": { |
| | | "navigationBarTitleText": "检验详情" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Laboratory/Laboratory", |
| | | "style": { |
| | | "navigationBarTitleText": "实验室送检" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Laboratory/List", |
| | | "style": { |
| | | "navigationBarTitleText": "实验室送检" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/QC/Laboratory/ImageItem", |
| | | "style": { |
| | | "navigationBarTitleText": "图片上传" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/Device/Spotcheck", |
| | | "style": { |
| | | "navigationBarTitleText": "设备点检", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | } |
| | | ] |
| | | } |