sjz
2025-02-19 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69
1
2
3
4
5
6
7
8
 
var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/login/login","pages/index/index","pages/main/main","pages/pdfView/pdfView","pages/inspection/inspectionList","pages/inspection/firstInspectionList","pages/inspection/mtInspectionList","pages/inspection/inspectionInfo","pages/inspection/mtInspectionInfo","pages/fqc/fqcInspectionList","pages/fqc/fqcInspectionDetail","pages/fqc/fqcSampleResult","pages/iqc/iqcInspectionList","pages/iqc/iqcInspectionDetail","pages/iqc/iqcSampleResult","pages/eqSpotCheck/eqSpotCheckList","pages/eqSpotCheck/eqSpotCheckInfo","pages/eqSpotCheck/moldSpotCheckList","pages/eqSpotCheck/moldSpotCheckInfo"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#f1f1f1","enablePullDownRefresh":true,"backgroundColor":"#efefef"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"MES-APP","compilerVersion":"4.29","entryPagePath":"pages/login/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/login/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"MES-移动终端","enablePullDownRefresh":false}},{"path":"/pages/main/main","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/pdfView/pdfView","meta":{},"window":{"navigationBarTitleText":"图纸预览","enablePullDownRefresh":false}},{"path":"/pages/inspection/inspectionList","meta":{},"window":{"navigationBarTitleText":"巡检检验列表","enablePullDownRefresh":true}},{"path":"/pages/inspection/firstInspectionList","meta":{},"window":{"navigationBarTitleText":"首检检验列表","enablePullDownRefresh":true}},{"path":"/pages/inspection/mtInspectionList","meta":{},"window":{"navigationBarTitleText":"齿轮制程检验列表","enablePullDownRefresh":true}},{"path":"/pages/inspection/inspectionInfo","meta":{},"window":{"navigationBarTitleText":"检验信息录入","enablePullDownRefresh":false,"titleNView":{"buttons":[{"float":"right","fontSize":"25px","fontSrc":"/static/fonts/uniicons.ttf","text":""}]}}},{"path":"/pages/inspection/mtInspectionInfo","meta":{},"window":{"navigationBarTitleText":"齿轮检验信息录入","enablePullDownRefresh":false,"titleNView":{"buttons":[{"float":"right","fontSize":"25px","fontSrc":"/static/fonts/uniicons.ttf","text":""}]}}},{"path":"/pages/fqc/fqcInspectionList","meta":{},"window":{"navigationBarTitleText":"成品入库检检验","enablePullDownRefresh":true,"titleNView":{"buttons":[{"float":"right","fontSize":"25px","fontSrc":"/static/fonts/uniicons.ttf","text":""}]}}},{"path":"/pages/fqc/fqcInspectionDetail","meta":{},"window":{"navigationBarTitleText":"检验明细","enablePullDownRefresh":false,"titleNView":{"buttons":[{"float":"right","fontSize":"25px","fontSrc":"/static/fonts/uniicons.ttf","text":""}]}}},{"path":"/pages/fqc/fqcSampleResult","meta":{},"window":{"navigationBarTitleText":"抽样信息录入"}},{"path":"/pages/iqc/iqcInspectionList","meta":{},"window":{"navigationBarTitleText":"来料检验申请单","enablePullDownRefresh":true,"titleNView":{"buttons":[{"float":"right","fontSize":"25px","fontSrc":"/static/fonts/uniicons.ttf","text":""}]}}},{"path":"/pages/iqc/iqcInspectionDetail","meta":{},"window":{"navigationBarTitleText":"检验明细","enablePullDownRefresh":false,"titleNView":{"buttons":[{"float":"right","fontSize":"25px","fontSrc":"/static/fonts/uniicons.ttf","text":""}]}}},{"path":"/pages/iqc/iqcSampleResult","meta":{},"window":{"navigationBarTitleText":"抽样信息录入"}},{"path":"/pages/eqSpotCheck/eqSpotCheckList","meta":{},"window":{"navigationBarTitleText":"设备点检计划列表","enablePullDownRefresh":true}},{"path":"/pages/eqSpotCheck/eqSpotCheckInfo","meta":{},"window":{"navigationBarTitleText":"设备点检项目录入","enablePullDownRefresh":false}},{"path":"/pages/eqSpotCheck/moldSpotCheckList","meta":{},"window":{"navigationBarTitleText":"模具保养计划列表","enablePullDownRefresh":true}},{"path":"/pages/eqSpotCheck/moldSpotCheckInfo","meta":{},"window":{"navigationBarTitleText":"模具保养计划明细","enablePullDownRefresh":false}}];
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});