12 changed files with 176 additions and 10 deletions
@ -0,0 +1,55 @@ |
|||||||
|
.card{ |
||||||
|
@include wh(710upx,auto); |
||||||
|
margin: auto; |
||||||
|
margin-top: 24upx; |
||||||
|
background: white; |
||||||
|
border-radius: 10upx; |
||||||
|
padding-top: 20upx; |
||||||
|
padding-bottom: 30upx; |
||||||
|
@include flex(center,space-around); |
||||||
|
.card-left{ |
||||||
|
@include wh(660upx,auto); |
||||||
|
.card-up-list{ |
||||||
|
@include wh(660upx,auto); |
||||||
|
margin-top: 24upx; |
||||||
|
@include flex(center,space-between); |
||||||
|
.card-right{ |
||||||
|
image{ |
||||||
|
@include wh(34upx,34upx) |
||||||
|
} |
||||||
|
} |
||||||
|
.card-up-list-list{ |
||||||
|
@include flex(center,flex-start); |
||||||
|
view{ |
||||||
|
@include fonts(26upx,#333,500); |
||||||
|
} |
||||||
|
text{ |
||||||
|
@include fonts(24upx,#666,500); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
.card-dow-list{ |
||||||
|
@include wh(660upx,auto); |
||||||
|
margin-top: 24upx; |
||||||
|
@include flex(center,space-between); |
||||||
|
.card-right{ |
||||||
|
image{ |
||||||
|
@include wh(34upx,34upx) |
||||||
|
} |
||||||
|
} |
||||||
|
.card-up-list-list{ |
||||||
|
width: 330upx; |
||||||
|
@include flex(center,flex-start); |
||||||
|
view{ |
||||||
|
@include fonts(26upx,#333,500); |
||||||
|
} |
||||||
|
text{ |
||||||
|
@include fonts(24upx,#666,500); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
} |
@ -0,0 +1,62 @@ |
|||||||
|
<template> |
||||||
|
<view> |
||||||
|
<view class="card" v-for="(item,index) in list" :key="index" @tap="firstInspectionInfo(item.plan_id,item)"> |
||||||
|
<view class="card-left"> |
||||||
|
<view class="card-up-list"> |
||||||
|
<view class="card-up-list-list"> |
||||||
|
<view>产品名称:</view><text>{{item.name}}</text> |
||||||
|
</view> |
||||||
|
<view class="card-right"> |
||||||
|
<text style="font-size: 26upx;color: #C0C0C0;" v-if="item.status==0">已报废</text> |
||||||
|
<text style="font-size: 26upx;color: #4CD964;" v-if="item.status==1">正常</text> |
||||||
|
<text style="font-size: 26upx;color: red;" v-if="item.status==2">维护</text> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
<view class="card-up-list"> |
||||||
|
<view class="card-up-list-list"> |
||||||
|
<view>模具编号:</view><text>{{item.no}}</text> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
<view class="card-up-list"> |
||||||
|
<view class="card-up-list-list"> |
||||||
|
<view>产品料号:</view><text>{{item.title}}</text> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
<view class="card-dow-list"> |
||||||
|
<view class="card-up-list-list"> |
||||||
|
<view>客户:</view> |
||||||
|
<text>{{item.customer}}</text> |
||||||
|
</view> |
||||||
|
<view class="card-up-list-list"> |
||||||
|
<view>所处位置:</view><text>{{item.position}}</text> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
</view> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
import {modeList} from "../../api/user.js" |
||||||
|
export default { |
||||||
|
data() { |
||||||
|
return { |
||||||
|
list:[] |
||||||
|
}; |
||||||
|
}, |
||||||
|
onShow() { |
||||||
|
this.getData() |
||||||
|
}, |
||||||
|
methods:{ |
||||||
|
getData(){ |
||||||
|
modeList().then(res=>{ |
||||||
|
this.list=res |
||||||
|
}) |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style lang="scss"> |
||||||
|
@import "./index.scss" |
||||||
|
</style> |
@ -1,8 +1,8 @@ |
|||||||
|
|
||||||
var isReady=false;var onReadyCallbacks=[]; |
var isReady=false;var onReadyCallbacks=[]; |
||||||
var isServiceReady=false;var onServiceReadyCallbacks=[]; |
var isServiceReady=false;var onServiceReadyCallbacks=[]; |
||||||
var __uniConfig = {"pages":["pages/index/index","pages/rawMaterial/rawMaterial","pages/rawMaterialInfo/rawMaterialInfo","pages/firstInspection/firstInspection","pages/firstInspectionInfo/firstInspectionInfo","pages/stampingInspection/stampingInspection","pages/stampingInspectionInfo/stampingInspectionInfo","pages/spray/spray","pages/sprayInfo/sprayInfo","pages/assemble/assemble","pages/assembleInfo/assembleInfo","pages/hardware/hardware","pages/hardwareInfo/hardwareInfo","pages/stampingRecordList/stampingRecordList","pages/stopLine/stopLine","pages/offLine/offLine","pages/badProduct/badProduct","pages/rework/rework","pages/login/login","pages/forgetPassword/forgetPassword","pages/editePsd/editePsd","pages/user/user","pages/stampingInspectionList/stampingInspectionList","pages/firstInspectionList/firstInspectionList","pages/sprayList/sprayList","pages/assembleList/assembleList","pages/hardwareList/hardwareList","pages/TCQ/TCQ","pages/tcqList/tcqList","pages/tcqInfo/tcqInfo"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#007aff","backgroundColor":"#F8F8F8"},"tabBar":{"backgroundColor":"#FFFFFF","color":"#C3C3C3","selectedColor":"#419CFF","list":[{"pagePath":"pages/index/index","text":"首页","iconPath":"./static/shouye-g.png","selectedIconPath":"./static/shouye.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"./static/wode-g.png","selectedIconPath":"./static/wode.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Erp","compilerVersion":"3.1.22","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; |
var __uniConfig = {"pages":["pages/index/index","pages/rawMaterial/rawMaterial","pages/rawMaterialInfo/rawMaterialInfo","pages/firstInspection/firstInspection","pages/firstInspectionInfo/firstInspectionInfo","pages/stampingInspection/stampingInspection","pages/stampingInspectionInfo/stampingInspectionInfo","pages/spray/spray","pages/sprayInfo/sprayInfo","pages/assemble/assemble","pages/assembleInfo/assembleInfo","pages/hardware/hardware","pages/hardwareInfo/hardwareInfo","pages/stampingRecordList/stampingRecordList","pages/stopLine/stopLine","pages/offLine/offLine","pages/badProduct/badProduct","pages/rework/rework","pages/login/login","pages/forgetPassword/forgetPassword","pages/editePsd/editePsd","pages/user/user","pages/stampingInspectionList/stampingInspectionList","pages/firstInspectionList/firstInspectionList","pages/sprayList/sprayList","pages/assembleList/assembleList","pages/hardwareList/hardwareList","pages/TCQ/TCQ","pages/tcqList/tcqList","pages/tcqInfo/tcqInfo","pages/stopLineList/stopLineList"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#007aff","backgroundColor":"#F8F8F8"},"tabBar":{"backgroundColor":"#FFFFFF","color":"#C3C3C3","selectedColor":"#419CFF","list":[{"pagePath":"pages/index/index","text":"首页","iconPath":"./static/shouye-g.png","selectedIconPath":"./static/shouye.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"./static/wode-g.png","selectedIconPath":"./static/wode.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Erp","compilerVersion":"3.1.22","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; |
||||||
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/rawMaterial/rawMaterial","meta":{},"window":{"navigationBarTitleText":"原材料列表","enablePullDownRefresh":false}},{"path":"/pages/rawMaterialInfo/rawMaterialInfo","meta":{},"window":{"navigationBarTitleText":"原材料检验","enablePullDownRefresh":false}},{"path":"/pages/firstInspection/firstInspection","meta":{},"window":{"navigationBarTitleText":"首检列表","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionInfo/firstInspectionInfo","meta":{},"window":{"navigationBarTitleText":"产品首检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspection/stampingInspection","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionInfo/stampingInspectionInfo","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/spray/spray","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/sprayInfo/sprayInfo","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/assemble/assemble","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/assembleInfo/assembleInfo","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/hardware/hardware","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/hardwareInfo/hardwareInfo","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingRecordList/stampingRecordList","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/stopLine/stopLine","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/offLine/offLine","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/badProduct/badProduct","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/rework/rework","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false}},{"path":"/pages/forgetPassword/forgetPassword","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}},{"path":"/pages/editePsd/editePsd","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionList/stampingInspectionList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionList/firstInspectionList","meta":{},"window":{"navigationBarTitleText":"首检记录","enablePullDownRefresh":false}},{"path":"/pages/sprayList/sprayList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/assembleList/assembleList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/hardwareList/hardwareList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/TCQ/TCQ","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqList/tcqList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqInfo/tcqInfo","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}]; |
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/rawMaterial/rawMaterial","meta":{},"window":{"navigationBarTitleText":"原材料列表","enablePullDownRefresh":false}},{"path":"/pages/rawMaterialInfo/rawMaterialInfo","meta":{},"window":{"navigationBarTitleText":"原材料检验","enablePullDownRefresh":false}},{"path":"/pages/firstInspection/firstInspection","meta":{},"window":{"navigationBarTitleText":"首检列表","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionInfo/firstInspectionInfo","meta":{},"window":{"navigationBarTitleText":"产品首检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspection/stampingInspection","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionInfo/stampingInspectionInfo","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/spray/spray","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/sprayInfo/sprayInfo","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/assemble/assemble","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/assembleInfo/assembleInfo","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/hardware/hardware","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/hardwareInfo/hardwareInfo","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingRecordList/stampingRecordList","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/stopLine/stopLine","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/offLine/offLine","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/badProduct/badProduct","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/rework/rework","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false}},{"path":"/pages/forgetPassword/forgetPassword","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}},{"path":"/pages/editePsd/editePsd","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionList/stampingInspectionList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionList/firstInspectionList","meta":{},"window":{"navigationBarTitleText":"首检记录","enablePullDownRefresh":false}},{"path":"/pages/sprayList/sprayList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/assembleList/assembleList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/hardwareList/hardwareList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/TCQ/TCQ","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqList/tcqList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqInfo/tcqInfo","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/stopLineList/stopLineList","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.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()})}}); |
__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}}}}); |
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}}}}); |
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@ |
|||||||
|
|
||||||
var isReady=false;var onReadyCallbacks=[]; |
var isReady=false;var onReadyCallbacks=[]; |
||||||
var isServiceReady=false;var onServiceReadyCallbacks=[]; |
var isServiceReady=false;var onServiceReadyCallbacks=[]; |
||||||
var __uniConfig = {"pages":["pages/index/index","pages/rawMaterial/rawMaterial","pages/rawMaterialInfo/rawMaterialInfo","pages/firstInspection/firstInspection","pages/firstInspectionInfo/firstInspectionInfo","pages/stampingInspection/stampingInspection","pages/stampingInspectionInfo/stampingInspectionInfo","pages/spray/spray","pages/sprayInfo/sprayInfo","pages/assemble/assemble","pages/assembleInfo/assembleInfo","pages/hardware/hardware","pages/hardwareInfo/hardwareInfo","pages/stampingRecordList/stampingRecordList","pages/stopLine/stopLine","pages/offLine/offLine","pages/badProduct/badProduct","pages/rework/rework","pages/login/login","pages/forgetPassword/forgetPassword","pages/editePsd/editePsd","pages/user/user","pages/stampingInspectionList/stampingInspectionList","pages/firstInspectionList/firstInspectionList","pages/sprayList/sprayList","pages/assembleList/assembleList","pages/hardwareList/hardwareList","pages/TCQ/TCQ","pages/tcqList/tcqList","pages/tcqInfo/tcqInfo"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#007aff","backgroundColor":"#F8F8F8"},"tabBar":{"backgroundColor":"#FFFFFF","color":"#C3C3C3","selectedColor":"#419CFF","list":[{"pagePath":"pages/index/index","text":"首页","iconPath":"./static/shouye-g.png","selectedIconPath":"./static/shouye.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"./static/wode-g.png","selectedIconPath":"./static/wode.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Erp","compilerVersion":"3.1.22","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; |
var __uniConfig = {"pages":["pages/index/index","pages/rawMaterial/rawMaterial","pages/rawMaterialInfo/rawMaterialInfo","pages/firstInspection/firstInspection","pages/firstInspectionInfo/firstInspectionInfo","pages/stampingInspection/stampingInspection","pages/stampingInspectionInfo/stampingInspectionInfo","pages/spray/spray","pages/sprayInfo/sprayInfo","pages/assemble/assemble","pages/assembleInfo/assembleInfo","pages/hardware/hardware","pages/hardwareInfo/hardwareInfo","pages/stampingRecordList/stampingRecordList","pages/stopLine/stopLine","pages/offLine/offLine","pages/badProduct/badProduct","pages/rework/rework","pages/login/login","pages/forgetPassword/forgetPassword","pages/editePsd/editePsd","pages/user/user","pages/stampingInspectionList/stampingInspectionList","pages/firstInspectionList/firstInspectionList","pages/sprayList/sprayList","pages/assembleList/assembleList","pages/hardwareList/hardwareList","pages/TCQ/TCQ","pages/tcqList/tcqList","pages/tcqInfo/tcqInfo","pages/stopLineList/stopLineList"],"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#007aff","backgroundColor":"#F8F8F8"},"tabBar":{"backgroundColor":"#FFFFFF","color":"#C3C3C3","selectedColor":"#419CFF","list":[{"pagePath":"pages/index/index","text":"首页","iconPath":"./static/shouye-g.png","selectedIconPath":"./static/shouye.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"./static/wode-g.png","selectedIconPath":"./static/wode.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Erp","compilerVersion":"3.1.22","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; |
||||||
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/rawMaterial/rawMaterial","meta":{},"window":{"navigationBarTitleText":"原材料列表","enablePullDownRefresh":false}},{"path":"/pages/rawMaterialInfo/rawMaterialInfo","meta":{},"window":{"navigationBarTitleText":"原材料检验","enablePullDownRefresh":false}},{"path":"/pages/firstInspection/firstInspection","meta":{},"window":{"navigationBarTitleText":"首检列表","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionInfo/firstInspectionInfo","meta":{},"window":{"navigationBarTitleText":"产品首检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspection/stampingInspection","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionInfo/stampingInspectionInfo","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/spray/spray","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/sprayInfo/sprayInfo","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/assemble/assemble","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/assembleInfo/assembleInfo","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/hardware/hardware","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/hardwareInfo/hardwareInfo","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingRecordList/stampingRecordList","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/stopLine/stopLine","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/offLine/offLine","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/badProduct/badProduct","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/rework/rework","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false}},{"path":"/pages/forgetPassword/forgetPassword","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}},{"path":"/pages/editePsd/editePsd","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionList/stampingInspectionList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionList/firstInspectionList","meta":{},"window":{"navigationBarTitleText":"首检记录","enablePullDownRefresh":false}},{"path":"/pages/sprayList/sprayList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/assembleList/assembleList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/hardwareList/hardwareList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/TCQ/TCQ","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqList/tcqList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqInfo/tcqInfo","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}]; |
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/rawMaterial/rawMaterial","meta":{},"window":{"navigationBarTitleText":"原材料列表","enablePullDownRefresh":false}},{"path":"/pages/rawMaterialInfo/rawMaterialInfo","meta":{},"window":{"navigationBarTitleText":"原材料检验","enablePullDownRefresh":false}},{"path":"/pages/firstInspection/firstInspection","meta":{},"window":{"navigationBarTitleText":"首检列表","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionInfo/firstInspectionInfo","meta":{},"window":{"navigationBarTitleText":"产品首检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspection/stampingInspection","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionInfo/stampingInspectionInfo","meta":{},"window":{"navigationBarTitleText":"冲压巡检","enablePullDownRefresh":false}},{"path":"/pages/spray/spray","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/sprayInfo/sprayInfo","meta":{},"window":{"navigationBarTitleText":"喷涂巡检","enablePullDownRefresh":false}},{"path":"/pages/assemble/assemble","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/assembleInfo/assembleInfo","meta":{},"window":{"navigationBarTitleText":"组装巡检","enablePullDownRefresh":false}},{"path":"/pages/hardware/hardware","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/hardwareInfo/hardwareInfo","meta":{},"window":{"navigationBarTitleText":"五金巡检","enablePullDownRefresh":false}},{"path":"/pages/stampingRecordList/stampingRecordList","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/stopLine/stopLine","meta":{},"window":{"navigationBarTitleText":"冲压记录","enablePullDownRefresh":false}},{"path":"/pages/offLine/offLine","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/badProduct/badProduct","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/rework/rework","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录","enablePullDownRefresh":false}},{"path":"/pages/forgetPassword/forgetPassword","meta":{},"window":{"navigationBarTitleText":"修改密码","enablePullDownRefresh":false}},{"path":"/pages/editePsd/editePsd","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/stampingInspectionList/stampingInspectionList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/firstInspectionList/firstInspectionList","meta":{},"window":{"navigationBarTitleText":"首检记录","enablePullDownRefresh":false}},{"path":"/pages/sprayList/sprayList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/assembleList/assembleList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/hardwareList/hardwareList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/TCQ/TCQ","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqList/tcqList","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/tcqInfo/tcqInfo","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/stopLineList/stopLineList","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.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()})}}); |
__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}}}}); |
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}}}}); |
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in new issue