12345678 |
- var isReady=false;var onReadyCallbacks=[];
- var isServiceReady=false;var onServiceReadyCallbacks=[];
- var __uniConfig = {"pages":["pages/user/login","pages/index/index","pages/home","pages/addQrcode/addQrcode","pages/addQrcode/selectQrcode","pages/addQrcode/addBatch","pages/manageQrcode/manageQrcode","pages/goIn/goIn","pages/goIn/withdrawal","pages/goOut/goOut","pages/inOut/inOut","pages/check/check","pages/check/checkDtl","pages/check/checkSubmit","pages/weigh/weigh","pages/weigh/checkDtl","pages/weigh/checkSubmit","pages/Inventory/Inventory","pages/Inventory/InventorySubmit","pages/Inventory/InventoryDtl","pages/select/select","pages/overCloth/overCloth","pages/shiftHandover/shiftHandover","pages/succession/succession","pages/total/total","pages/total/summary","pages/total/warehouseDtl","pages/total/warehousingDtl","pages/usedTotal/usedTotal","pages/usedTotal/warehouse-list","pages/usedTotal/summary","pages/usedTotal/warehouseDtl","pages/usedTotal/warehousingDtl","pages/submit/submit","pages/usedTotal/return-warehouse","pages/usedTotal/fabric-correction","pages/materialTransfer/materialTransfer","pages/materialTransfer/transferCompositeList","pages/materialTransfer/transferComposite"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
- var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/home","meta":{},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/addQrcode/addQrcode","meta":{},"window":{"navigationBarTitleText":"添加二维码"}},{"path":"/pages/addQrcode/selectQrcode","meta":{},"window":{"navigationBarTitleText":"添加二维码"}},{"path":"/pages/addQrcode/addBatch","meta":{},"window":{"navigationBarTitleText":"添加二维码"}},{"path":"/pages/manageQrcode/manageQrcode","meta":{},"window":{"navigationBarTitleText":"二维码管理"}},{"path":"/pages/goIn/goIn","meta":{},"window":{"navigationBarTitleText":"扫码入库"}},{"path":"/pages/goIn/withdrawal","meta":{},"window":{"navigationBarTitleText":"退仓"}},{"path":"/pages/goOut/goOut","meta":{},"window":{"navigationBarTitleText":"出库"}},{"path":"/pages/inOut/inOut","meta":{},"window":{"navigationBarTitleText":"调仓"}},{"path":"/pages/check/check","meta":{},"window":{"navigationBarTitleText":"到货质检"}},{"path":"/pages/check/checkDtl","meta":{},"window":{"navigationBarTitleText":"到货质检"}},{"path":"/pages/check/checkSubmit","meta":{},"window":{"navigationBarTitleText":"到货质检"}},{"path":"/pages/weigh/weigh","meta":{},"window":{"navigationBarTitleText":"称重质检"}},{"path":"/pages/weigh/checkDtl","meta":{},"window":{"navigationBarTitleText":"称重质检"}},{"path":"/pages/weigh/checkSubmit","meta":{},"window":{"navigationBarTitleText":"称重质检"}},{"path":"/pages/Inventory/Inventory","meta":{},"window":{"navigationBarTitleText":"库存盘点"}},{"path":"/pages/Inventory/InventorySubmit","meta":{},"window":{"navigationBarTitleText":"库存盘点"}},{"path":"/pages/Inventory/InventoryDtl","meta":{},"window":{"navigationBarTitleText":"库存盘点"}},{"path":"/pages/select/select","meta":{},"window":{"navigationBarTitleText":"库存查询"}},{"path":"/pages/overCloth/overCloth","meta":{},"window":{"navigationBarTitleText":"过布"}},{"path":"/pages/shiftHandover/shiftHandover","meta":{},"window":{"navigationBarTitleText":"现场交班"}},{"path":"/pages/succession/succession","meta":{},"window":{"navigationBarTitleText":"现场接班"}},{"path":"/pages/total/total","meta":{},"window":{"navigationBarTitleText":"统计"}},{"path":"/pages/total/summary","meta":{},"window":{"navigationBarTitleText":"面料库存详情"}},{"path":"/pages/total/warehouseDtl","meta":{},"window":{"navigationBarTitleText":"出库详情"}},{"path":"/pages/total/warehousingDtl","meta":{},"window":{"navigationBarTitleText":"面料入库详情"}},{"path":"/pages/usedTotal/usedTotal","meta":{},"window":{"navigationBarTitleText":"统计(rfid)"}},{"path":"/pages/usedTotal/warehouse-list","meta":{},"window":{"navigationBarTitleText":"物料接收"}},{"path":"/pages/usedTotal/summary","meta":{},"window":{"navigationBarTitleText":"面料库存详情(rfid)"}},{"path":"/pages/usedTotal/warehouseDtl","meta":{},"window":{"navigationBarTitleText":"出库详情(rfid)"}},{"path":"/pages/usedTotal/warehousingDtl","meta":{},"window":{"navigationBarTitleText":"面料入库详情(rfid)"}},{"path":"/pages/submit/submit","meta":{},"window":{"navigationBarTitleText":"面料问题反馈"}},{"path":"/pages/usedTotal/return-warehouse","meta":{},"window":{"navigationBarTitleText":"物料退仓"}},{"path":"/pages/usedTotal/fabric-correction","meta":{},"window":{"navigationBarTitleText":"面料修正"}},{"path":"/pages/materialTransfer/materialTransfer","meta":{},"window":{"navigationBarTitleText":"面料转仓"}},{"path":"/pages/materialTransfer/transferCompositeList","meta":{},"window":{"navigationBarTitleText":"转仓复核"}},{"path":"/pages/materialTransfer/transferComposite","meta":{},"window":{"navigationBarTitleText":"转仓复核详情"}}];
- __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}}}});
|