{ "pages": [ //pages数组中第一项表示应用启动页, { "path": "pages/login/login", "style": { "navigationStyle": "custom" } }, { "path": "pages/main/main", "style": { "navigationStyle": "custom" // "navigationBarTitleText": "应用列表" } }, //我的档案 { "path": "pages/record/record", "style": { "navigationBarTitleText": "我的档案" } }, { "path": "pages/record/information", "style": { "navigationBarTitleText": "基本信息" } }, { "path": "pages/record/expandInformation", "style": { "navigationBarTitleText": "扩展信息" } }, { "path": "pages/record/professionalSkills", "style": { "navigationBarTitleText": "专业技能" } }, { "path": "pages/record/workExperience", "style": { "navigationBarTitleText": "工作经历" } }, { "path": "pages/record/educationExperience", "style": { "navigationBarTitleText": "教育经历" } }, { "path": "pages/record/socialRelation", "style": { "navigationBarTitleText": "社会关系" } }, { "path": "pages/record/beforeExperience", "style": { "navigationBarTitleText": "入职前工作经历" } }, { "path": "pages/record/afterExperience", "style": { "navigationBarTitleText": "入职后转岗记录" } }, { "path": "pages/record/rewardsPunishments", "style": { "navigationBarTitleText": "入职后奖惩经历" } }, //我的合同 { "path": "pages/contract/contract", "style": { "navigationBarTitleText": "我的合同" } }, { "path": "pages/contract/laborContract", "style": { "navigationBarTitleText": "劳动合同" } }, { "path": "pages/contract/laborContractDetail", "style": { "navigationBarTitleText": "劳动合同详情" } }, { "path": "pages/contract/trainingContract", "style": { "navigationBarTitleText": "培训合同" } }, { "path": "pages/contract/trainingContractDetail", "style": { "navigationBarTitleText": "培训合同详情" } }, //我的薪资 { "path": "pages/salary/salary", "style": { "navigationBarTitleText": "我的薪资" } }, //招聘审批 { "path": "pages/advertiseInfo/advertiseInfo", "style": { "navigationBarTitleText": "招聘审批" } }, { "path": "pages/advertiseInfo/advertiseInfoDetail", "style": { "navigationBarTitleText": "招聘审批" } }, { "path": "pages/advertiseInfo/approval", "style": { "navigationBarTitleText": "审批" } }, //面试管理 { "path": "pages/interviewManagement/interview", "style": { "navigationBarTitleText": "面试管理" } }, { "path": "pages/interviewManagement/interviewManagement_addRecord", "style": { "navigationBarTitleText": "应聘人详情" } }, { "path": "pages/interviewManagement/interviewOptions", "style": { "navigationBarTitleText": "面试意见" } }, //在制工单-模块 --开始 { "path": "pages/startWorking/startWorkingList", "style": { "navigationBarTitleText": "在制工单" } }, { "path": "pages/startWorking/startWorking", "style": { "navigationBarTitleText": "工单明细" } }, { "path": "pages/startWorking/pendingReason", "style": { "navigationBarTitleText": "挂起原因" } }, { "path": "pages/startWorking/materialCollect", "style": { "navigationBarTitleText": "用料采集", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/startWorking/selectMaterial", "style": { "navigationBarTitleText": "选择物料", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/startWorking/processReport", "style": { "navigationBarTitleText": "工序汇报", "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/startWorking/add", "style": { "navigationBarTitleText": "添加工序汇报" } }, { "path": "pages/startWorking/selectReport", "style": { "navigationBarTitleText": "选择汇报人", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/startWorking/selectSupplier", "style": { "navigationBarTitleText": "选择供应商", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, //待检工单-模块 --开始 { "path": "pages/waitingDetection/reportList", "style": { "navigationBarTitleText": "待检工单", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/waitingDetection/processCheckout", "style": { "navigationBarTitleText": "工序检验" } }, { "path": "pages/waitingDetection/checkDetail", "style": { "navigationBarTitleText": "检验明细", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/waitingDetection/selectPoor", "style": { "navigationBarTitleText": "选择不良原因", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/waitingDetection/selectCheck", "style": { "navigationBarTitleText": "选择检验项目", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, //待制工单-模块 --开始 { "path": "pages/waitingMenu/waitingMenu", "style": { "navigationBarTitleText": "待制工单", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, //待派计划-模块 --开始 { "path": "pages/plan/plan", "style": { "navigationBarTitleText": "待派计划", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/plan/dispatching", "style": { "navigationBarTitleText": "派工" } }, { "path": "pages/plan/selectOperator", "style": { "navigationBarTitleText": "选择操作工", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/plan/selectSupplier", "style": { "navigationBarTitleText": "选择供应商", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/plan/selectEquipment", "style": { "navigationBarTitleText": "选择设备", "enablePullDownRefresh": true //下拉加载更多 } }, //设备维修-模块 --开始 { "path": "pages/eqRepair/addRepair", "style": { "navigationBarTitleText": "故障报修", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/eqRepair/eqRepair", "style": { "navigationBarTitleText": "设备维修", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#333", "id": "scan" }, { "fontSrc": "/static/iconfont.ttf", "text": "\ue659", "width": "40px", "fontSize": "28px", "color": "#333", "id": "record" }, { "fontSrc": "/static/uni.ttf", "text": "\ue409", "width": "40px", "fontSize": "28px", "color": "#333", "id": "add" } ] } } } }, { "path": "pages/eqRepair/repairSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索设备编号、设备名称" } } } } }, { "path": "pages/eqRepair/repairDetail", "style": { "navigationBarTitleText": "维修明细" } }, { "path": "pages/eqRepair/turnToSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, { "path": "pages/eqRepair/repairStep1", "style": { "navigationBarTitleText": "维修处理" } }, { "path": "pages/eqRepair/addSparePart", "style": { "navigationBarTitleText": "选择备件", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/eqRepair/sparePartSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索物料名称、编号" } } } } }, { "path": "pages/eqRepair/repairTurnTo", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/eqRepair/repairStep2", "style": { "navigationBarTitleText": "维修处理" } }, { "path": "pages/eqRepair/acceptEvaluation", "style": { "navigationBarTitleText": "验收" } }, { "path": "pages/eqRepair/maintenanceDetails", "style": { "navigationBarTitleText": "维修记录详情" } }, { "path": "pages/eqRepair/repairRecord", "style": { "navigationBarTitleText": "维修记录", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue409", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/eqRepair/repairRecordSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索设备编号、设备名称" } } } } }, { "path": "pages/eqRepair/selectDevice", "style": { "navigationBarTitleText": "选择设备", "enablePullDownRefresh": true //下拉加载更多 // "fontSize":12, // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "text":"搜索", // "fontSize": "14px", // "color": "#333" // }], // "searchInput": { // "backgroundColor": "#F6F6F6", // "borderRadius": "5px", // "fontSize": "12px", // "placeholder": "搜索设备编号、设备名称" // } // } // } } }, { "path": "pages/eqRepair/repairRecordAddStep1", "style": { "navigationBarTitleText": "新增维修记录" } }, { "path": "pages/eqRepair/repairRecordAddStep2", "style": { "navigationBarTitleText": "新增维修记录" } }, { "path": "pages/eqRepair/repairRecordAddStep3", "style": { "navigationBarTitleText": "新增维修记录" } }, //设备维修-模块 --结束 //设备巡检-模块 --开始 { "path": "pages/eqPatrol/eqPatrol", "style": { "navigationBarTitleText": "设备巡检", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/eqPatrol/patrolDetail", "style": { "navigationBarTitleText": "巡检明细" } }, { "path": "pages/eqPatrol/patrolStep1", "style": { "navigationBarTitleText": "立即巡检" } }, { "path": "pages/eqPatrol/patrolStep2", "style": { "navigationBarTitleText": "立即巡检" } }, { "path": "pages/eqPatrol/patrolStep3", "style": { "navigationBarTitleText": "立即巡检" } }, { "path": "pages/eqPatrol/patrolEvaluate", //之前是验收评价,现在改成了关闭巡检,命名没有修改。 "style": { "navigationBarTitleText": "关闭巡检" } }, { "path": "pages/eqPatrol/patrolSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索巡检单号" } } } } }, { "path": "pages/eqPatrol/patrolEdit", "style": { "navigationBarTitleText": "巡检项目维护" } }, //设备巡检-模块 --结束 //设备保养-模块 --开始 { "path": "pages/eqUpkeep/eqUpkeep", "style": { "navigationBarTitleText": "设备保养", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/eqUpkeep/upkeepDetail", "style": { "navigationBarTitleText": "保养明细" } }, { "path": "pages/eqUpkeep/keepStep1", "style": { "navigationBarTitleText": "保养执行" } }, { "path": "pages/eqUpkeep/keepStep2", "style": { "navigationBarTitleText": "保养执行" } }, { "path": "pages/eqUpkeep/keepStep3", "style": { "navigationBarTitleText": "保养执行" } }, { "path": "pages/eqUpkeep/keepEdit", "style": { "navigationBarTitleText": "保养项目维护" } }, { "path": "pages/eqUpkeep/keepEvaluation", "style": { "navigationBarTitleText": "验收评价" } }, { "path": "pages/eqUpkeep/keepSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索设备名称或设备编号" } } } } }, { "path": "pages/eqUpkeep/addSparePart", "style": { "navigationBarTitleText": "选择备件", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/eqUpkeep/sparePartSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索物料名称、编号" } } } } }, //设备保养-模块 --结束 //设备台账-模块 --开始 { "path": "pages/eqAccount/eqAccount", "style": { "navigationBarTitleText": "设备信息", "enablePullDownRefresh": true, //就是这个 "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "placeholder": "搜索", "disabled": true } } } } }, { "path": "pages/eqAccount/eqDetail", "style": { "navigationBarTitleText": "设备详情" } }, { "path": "pages/eqAccount/equipInfo", "style": { "navigationBarTitleText": "设备资料" } }, { "path": "pages/eqAccount/eqSearch", "style": { "navigationBarTitleText": "搜索", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "placeholder": "搜索设备编号、设备名称" } } } } }, { "path": "pages/eqAccount/eqMaintenanceRecord", "style": { "navigationBarTitleText": "维修记录", "enablePullDownRefresh": true } }, { "path": "pages/eqAccount/eqUnKeep", "style": { "navigationBarTitleText": "保养记录" } }, { "path": "pages/eqAccount/eqDocument", "style": { "navigationBarTitleText": "文档资料", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": " ", "width": "45px", "fontSize": "14px", "color": "#3382FF" }, { "fontSrc": "/static/uni.ttf", "text": " ", "float": "left", "width": "40px", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/eqAccount/eqInspectRecord", "style": { "navigationBarTitleText": "巡检记录", "enablePullDownRefresh": true } }, { "path": "pages/eqAccount/accessorySubeEq", "style": { "navigationBarTitleText": "附属子设备", "enablePullDownRefresh": true } }, { "path": "pages/eqAccount/eqSparePart", "style": { "navigationBarTitleText": "关联备件" } }, { "path": "pages/eqAccount/eqParamter", "style": { "navigationBarTitleText": "设备产能", "enablePullDownRefresh": true } }, { "path": "pages/eqAccount/eqSupervise", "style": { "navigationBarTitleText": "安监管理", "enablePullDownRefresh": true } }, { "path": "pages/eqAccount/eqInsurance", "style": { "navigationBarTitleText": "保险记录", "enablePullDownRefresh": true } }, { "path": "pages/eqAccount/eqPatrolProject", "style": { "navigationBarTitleText": "巡检标准", "enablePullDownRefresh": true } }, //设备台账-模块 --结束 // ,{ // "path" : "components/xinsoft-no-record/xinsoft-no-record", // "style" : {} // } , //工作日志开始 { "path": "pages/daily/daily", "style": { "navigationBarTitleText": "工作日志", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/daily/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/month/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/week/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/daily/dailyDetail", "style": { "navigationBarTitleText": "查看工作日志" } }, { "path": "pages/daily/addDaily", "style": { "navigationBarTitleText": "新增工作日志" } }, { "path": "pages/daily/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/daily/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //工作日志结束 //月报 开始 { "path": "pages/month/month", "style": { "navigationBarTitleText": "工作月报", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/month/monthDetail", "style": { "navigationBarTitleText": "查看工作月报" } }, { "path": "pages/month/addMonth", "style": { "navigationBarTitleText": "新增工作月报" } }, { "path": "pages/month/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/month/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //工作月报结束 //工作周报 开始 { "path": "pages/week/week", "style": { "navigationBarTitleText": "工作周报", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/week/weekDetail", "style": { "navigationBarTitleText": "查看工作周报" } }, { "path": "pages/week/weekDetailSeven", "style": { "navigationBarTitleText": "本周计划详情" } }, { "path": "pages/week/addWeekSeven", "style": { "navigationBarTitleText": "本周计划详情" } }, { "path": "pages/week/addWeek", "style": { "navigationBarTitleText": "新增工作周报" } }, { "path": "pages/week/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/week/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //周报结束 //加班申请 开始 { "path": "pages/extraWork/extraWork", "style": { "navigationBarTitleText": "加班申请", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/extraWork/extraWorkDetail", "style": { "navigationBarTitleText": "加班申请详情" } }, { "path": "pages/extraWork/addWorkApply", "style": { "navigationBarTitleText": "新增加班申请" } }, { "path": "pages/extraWork/approval", "style": { "navigationBarTitleText": "审批" } }, { "path": "pages/extraWork/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/extraWork/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/extraWork/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //加班申请 结束 //用车申请 开始 { "path": "pages/carUse/carUse", "style": { "navigationBarTitleText": "用车申请", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/carUse/addCarUse", "style": { "navigationBarTitleText": "新增用车申请" } }, { "path": "pages/carUse/carUseDetail", "style": { "navigationBarTitleText": "用车申请详情" } }, { "path": "pages/carUse/approval", "style": { "navigationBarTitleText": "审批" } }, //用车申请 结束 //用章申请 开始 { "path": "pages/sealUse/sealUse", "style": { "navigationBarTitleText": "用章申请", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/sealUse/addSealUse", "style": { "navigationBarTitleText": "新增用章申请" } }, { "path": "pages/sealUse/sealUseDetail", "style": { "navigationBarTitleText": "用章申请详情" } }, { "path": "pages/sealUse/approval", "style": { "navigationBarTitleText": "审批" } }, //用章申请 结束 //请假申请 开始 { "path": "pages/leaveApply/leaveApply", "style": { "navigationBarTitleText": "请假管理", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/leaveApply/leaveDetail", "style": { "navigationBarTitleText": "请假申请详情" } }, { "path": "pages/leaveApply/addLeaveApply", "style": { "navigationBarTitleText": "新增请假申请" } }, { "path": "pages/leaveApply/approval", "style": { "navigationBarTitleText": "审批" } }, { "path": "pages/leaveApply/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/leaveApply/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/leaveApply/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //请假申请 结束 //付款款申请 开始 { "path": "pages/payApply/payApply", "style": { "navigationBarTitleText": "付款申请", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/payApply/payDetail", "style": { "navigationBarTitleText": "付款申请详情" } }, { "path": "pages/payApply/addPayApply", "style": { "navigationBarTitleText": "新增付款申请" } }, { "path": "pages/payApply/repairStep", "style": { "navigationBarTitleText": "导入关联单据" } }, { "path": "pages/payApply/approval", "style": { "navigationBarTitleText": "审批" } }, { "path": "pages/payApply/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/payApply/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/payApply/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //付款申请 结束 //报销申请 开始 { "path": "pages/reimApply/reimApply", "style": { "navigationBarTitleText": "费用报销", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/reimApply/reimDetail", "style": { "navigationBarTitleText": "报销申请详情" } }, { "path": "pages/reimApply/addReimApply", "style": { "navigationBarTitleText": "新增报销申请" } }, { "path": "pages/reimApply/addReimApplyStep", "style": { "navigationBarTitleText": "新增报销申请" } }, { "path": "pages/reimApply/approval", "style": { "navigationBarTitleText": "审批" } }, { "path": "pages/reimApply/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/reimApply/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/reimApply/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, //报销管理 结束 //任务事件 开始 { "path": "pages/task/task", "style": { "navigationBarTitleText": "所有任务", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/task/tabBarTask", "style": { "navigationBarTitleText": "所有任务", "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/task/untreated", "style": { "navigationBarTitleText": "待办任务-待处理", "enablePullDownRefresh": true } }, { "path": "pages/task/unacceptance", "style": { "navigationBarTitleText": "待办任务-待验收", "enablePullDownRefresh": true } }, { "path": "pages/task/acceptance", "style": { "navigationBarTitleText": "待办任务-已验收", "enablePullDownRefresh": true } }, { "path": "pages/task/addTask", "style": { "navigationBarTitleText": "新增任务" } }, { "path": "pages/task/taskDetail", "style": { "navigationBarTitleText": "任务详情" } }, { "path": "pages/task/dealDetail", "style": { "navigationBarTitleText": "处理详情" } }, { "path": "pages/task/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/task/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, { "path": "pages/task/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/task/deal", "style": { "navigationBarTitleText": "处理" } }, { "path": "pages/task/acceptEvaluation", "style": { "navigationBarTitleText": "验收评价" } }, //任务事件 结束 { "path": "pages/schedule/news", "style": { "navigationBarTitleText": "新闻" } }, { "path": "pages/schedule/newsDetail", "style": { "navigationBarTitleText": "新闻详情" } }, { "path": "pages/main/my", "style": { "navigationBarTitleText": "我的" } }, // WMS //采购入库 { "path": "pages/wms/purchaseInStock/index", "style": { "navigationBarTitleText": "待入库列表", //采购入库 "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue468", "width": "40px", "fontSize": "28px", "color": "#333" } ] } } } }, { "path": "pages/wms/purchaseInStock/add", "style": { "navigationBarTitleText": "采购入库" } }, // WMS //采购申请 { "path": "pages/purchaseApply/purchaseApply", "style": { "navigationBarTitleText": "采购申请", //采购入库 "enablePullDownRefresh": true } }, { "path": "pages/purchaseApply/addPurchaseApply", "style": { "navigationBarTitleText": "新增采购申请" } }, { "path": "pages/purchaseApply/purchaseDetail", "style": { "navigationBarTitleText": "采购申请详情" } }, { "path": "pages/purchaseApply/approval", "style": { "navigationBarTitleText": "审批" } }, //销售合同 { "path": "pages/saleContract/saleContract", "style": { "navigationBarTitleText": "销售合同", //采购入库 "enablePullDownRefresh": true } }, { "path": "pages/saleContract/saleContractDetail", "style": { "navigationBarTitleText": "销售合同详情" } }, { "path": "pages/saleContract/approval", "style": { "navigationBarTitleText": "审批" } }, //采购订单 { "path": "pages/purchaseContract/purchaseContract", "style": { "navigationBarTitleText": "采购订单", //采购入库 "enablePullDownRefresh": true } }, { "path": "pages/purchaseContract/purchaseDetail", "style": { "navigationBarTitleText": "采购订单详情" } }, { "path": "pages/purchaseContract/approval", "style": { "navigationBarTitleText": "审批" } }, //委外合同 { "path": "pages/outsourceContract/index", "style": { "navigationBarTitleText": "委外合同", //采购入库 "enablePullDownRefresh": true } }, { "path": "pages/outsourceContract/detail", "style": { "navigationBarTitleText": "委外合同详情" } }, { "path": "pages/outsourceContract/approval", "style": { "navigationBarTitleText": "审批" } }, //产品入库 { "path": "pages/wms/productionInStock/index", "style": { "navigationBarTitleText": "待入库列表", //产品入库 "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/wms/productionInStock/add", "style": { "navigationBarTitleText": "产品入库" } }, //委外入库 { "path": "pages/wms/outsourcingInStock/index", "style": { "navigationBarTitleText": "待入库列表", //委外入库 "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/wms/outsourcingInStock/add", "style": { "navigationBarTitleText": "委外入库" } }, //其他入库 { "path": "pages/wms/otherInStock/add", "style": { "navigationBarTitleText": "其他入库" } }, //生产领料 { "path": "pages/wms/consumingStockOut/index", "style": { "navigationBarTitleText": "待领列表", //生产领料 "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/wms/consumingStockOut/add", "style": { "navigationBarTitleText": "生产领料" } }, //销售出库 { "path": "pages/wms/saleStockOut/index", "style": { "navigationBarTitleText": "待出库合同", //销售出库 "enablePullDownRefresh": true, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue612", "width": "40px", "fontSize": "28px", "color": "#5c91e4" } ] } } } }, { "path": "pages/wms/saleStockOut/add", "style": { "navigationBarTitleText": "销售出库" } }, //委外出库 { "path": "pages/wms/outsourcingStockOut/index", "style": { "navigationBarTitleText": "委外投料", //委外出库 "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/wms/outsourcingStockOut/add", "style": { "navigationBarTitleText": "委外出库" } }, //其他出库 { "path": "pages/wms/otherStockOut/add", "style": { "navigationBarTitleText": "其他出库" } }, //库存调拨 { "path": "pages/wms/stock/allot", "style": { "navigationBarTitleText": "库存调拨" } }, //库存盘点 { "path": "pages/wms/stock/inventory/index", "style": { "navigationBarTitleText": "库存盘点" } }, { "path": "pages/wms/stock/inventory/add", "style": { "navigationBarTitleText": "库存盘点" } }, //库存查询 { "path": "pages/wms/stock/inventory/query", "style": { "navigationBarTitleText": "库存查询", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ] // "searchInput": { // "backgroundColor": "#F6F6F6", // "borderRadius": "5px", // "fontSize": "12px", // "placeholder": "搜索姓名、手机号码" // } } } } }, { "path": "pages/wms/stock/inventory/queryDetail", "style": { "navigationBarTitleText": "库存查询" } }, //生产退料 { "path": "pages/wms/returnMateriel/index", "style": { "navigationBarTitleText": "生产退料", //生产退料 "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/wms/returnMateriel/add", "style": { "navigationBarTitleText": "生产退料" } }, //委外退料 { "path": "pages/wms/returnOutsource/index", "style": { "navigationBarTitleText": "委外退料", //委外退料 "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/wms/returnOutsource/add", "style": { "navigationBarTitleText": "委外退料" } }, //销售退货 { "path": "pages/wms/returnSale/index", "style": { "navigationBarTitleText": "销售退货", //销售退货 "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/wms/returnSale/add", "style": { "navigationBarTitleText": "销售退货" } }, //采购退货 { "path": "pages/wms/returnPurchaseOutStock/index", "style": { "navigationBarTitleText": "采购退货", //采购退货 "enablePullDownRefresh": true // "app-plus": { // "titleNView": { // "titleColor": "#333", // "backgroundColor": "#fff", // "buttons": [{ // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#5c91e4" // }] // } // } } }, { "path": "pages/wms/returnPurchaseOutStock/add", "style": { "navigationBarTitleText": "采购退货" } }, { "path": "pages/wms/logDetail/index", "style": { "navigationBarTitleText": "物料条码追溯查询" } }, //发货通知 开始 { "path": "pages/carDelivery/payApply", "style": { "navigationBarTitleText": "发货通知" } }, { "path": "pages/carDelivery/payDetail", "style": { "navigationBarTitleText": "发货通知详情" } }, { "path": "pages/carDelivery/approval", "style": { "navigationBarTitleText": "审批" } }, { "path": "pages/carDelivery/sendMsg", "style": { "navigationBarTitleText": "回复" } }, { "path": "pages/carDelivery/selectPeople", "style": { "navigationBarTitleText": "人员列表", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "确定", "fontSize": "14px", "color": "#3382FF" } ] } } } }, { "path": "pages/carDelivery/peopleSearch", "style": { "navigationBarTitleText": "搜索", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "text": "搜索", "fontSize": "14px", "color": "#333" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索姓名、手机号码" } } } } }, { "path": "pages/xcjc/6s", "style": { "navigationBarTitleText": "6s现场稽查", "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ // { // "fontSrc": "/static/uni.ttf", // "text": "\ue612", // "width": "40px", // "fontSize": "28px", // "color": "#333", // "id": "scan" // }, // { // "fontSrc": "/static/iconfont.ttf", // "text": "\ue659", // "width": "40px", // "fontSize": "28px", // "color": "#333", // "id": "record" // }, { "fontSrc": "/static/uni.ttf", "text": "\ue409", "width": "40px", "fontSize": "28px", "color": "#333", "id": "add" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "现场稽查单" } } } } }, { "path": "pages/xcjc/add", "style": { "navigationBarTitleText": "6s现场稽查-新增" } }, { "path": "pages/xcjc/detail", "style": { "navigationBarTitleText": "6s现场稽查-详情" } }, { "path": "pages/xcjc/deal", "style": { "navigationBarTitleText": "6s现场稽查-处理" } }, { "path": "pages/xcjc/audit", "style": { "navigationBarTitleText": "6s现场稽查-审核" } }, { "path": "pages/sbbg/index", "style": { "navigationBarTitleText": "生箔报工", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", // "buttons": [ // { // "text": "搜索", // "fontSize": "14px", // "color": "#333" // } // ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索生箔卷号" } } } } }, { "path": "pages/sbbg/detail", "style": { "navigationBarTitleText": "生箔报工-详情" } }, { "path": "pages/sbbg/add", "style": { "navigationBarTitleText": "生箔报工-新增/编辑" } }, { "path": "pages/fqbg/index", "style": { "navigationBarTitleText": "分切报工", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue409", "width": "40px", "fontSize": "28px", "color": "#333", "id": "add" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索箱号" } } } } }, { "path": "pages/fqbg/add", "style": { "navigationBarTitleText": "分切报工-新增" } }, { "path": "pages/fqbg/detail", "style": { "navigationBarTitleText": "分切报工-详情" } }, { "path": "pages/zytljl/index", "style": { "navigationBarTitleText": "制液投料记录", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue409", "width": "40px", "fontSize": "28px", "color": "#333", "id": "add" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "制液投料记录单" } } } } }, { "path": "pages/zytljl/add", "style": { "navigationBarTitleText": "制液投料记录-新增" } }, { "path": "pages/zytljl/detail", "style": { "navigationBarTitleText": "制液投料记录-详情" } }, { "path": "pages/hclbg/index", "style": { "navigationBarTitleText": "后处理报工", "enablePullDownRefresh": true, //下拉加载更多 "fontSize": 12, "app-plus": { "titleNView": { "titleColor": "#333", "backgroundColor": "#fff", "buttons": [ { "fontSrc": "/static/uni.ttf", "text": "\ue409", "width": "40px", "fontSize": "28px", "color": "#333", "id": "add" } ], "searchInput": { "backgroundColor": "#F6F6F6", "borderRadius": "5px", "fontSize": "12px", "placeholder": "搜索生箔卷号" } } } } }, { "path": "pages/hclbg/add", "style": { "navigationBarTitleText": "后处理报工-新增" } }, { "path": "pages/hclbg/detail", "style": { "navigationBarTitleText": "后处理报工-详情" } }, { "path": "pages/zytljl/index", "style": { "navigationBarTitleText": "制液投料记录" } } //发货通知 结束 // ,{ // "path" : "pages/startWorking/pendingReason/pendingReason", // "style" : {} // } ], "tabBar": { "color": "#7a7e83", "selectedColor": "#3382FF", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/task/tabBarTask", "text": "任务事件", "iconPath": "static/img/task.png", "selectedIconPath": "static/img/taskHL.png" }, { "pagePath": "pages/main/main", "text": "应用列表", "iconPath": "static/img/home.png", "selectedIconPath": "static/img/homeHL.png" }, { "pagePath": "pages/main/my", "text": "我的", "iconPath": "static/img/user.png", "selectedIconPath": "static/img/userHL.png" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#fff", "onReachBottomDistance": 0 //上拉触底事件触发距离px; } }