Browse Source

提交

master
865118801@qq.com 4 years ago
parent
commit
320c940580
  1. 14
      api/user.js
  2. 9
      pages.json
  3. 26
      pages/index/index.vue
  4. 55
      pages/modeMaintainList/index.scss
  5. 62
      pages/modeMaintainList/modeMaintainList.vue
  6. 4
      unpackage/cache/wgt/__UNI__E896C30/app-config-service.js
  7. 4
      unpackage/cache/wgt/__UNI__E896C30/app-service.js
  8. 2
      unpackage/cache/wgt/__UNI__E896C30/app-view.js
  9. 4
      unpackage/dist/build/app-plus/app-config-service.js
  10. 4
      unpackage/dist/build/app-plus/app-service.js
  11. 2
      unpackage/dist/build/app-plus/app-view.js
  12. BIN
      unpackage/release/apk/__UNI__E896C30__20210817215953.apk

14
api/user.js

@ -579,4 +579,18 @@ export function stopDetail(data) {
method: "get",
data
});
}
/**
* 模具保养列表
* @param {Object} data
*/
export function modeList(data) {
console.log(data)
return request({
url: `${functions.getDomain()}/api/mode-lists`,
method: "get",
data
});
}

9
pages.json

@ -238,6 +238,15 @@
}
}
,{
"path" : "pages/modeMaintainList/modeMaintainList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",

26
pages/index/index.vue

@ -151,6 +151,27 @@
</view>
</view>
</view>
<view class="card" style="margin-top: 24upx;">
<view class="card-title">保养</view>
<view class="card-content">
<view class="card-list" @tap="modeMaintainList()" >
<view class="card-list-img">
<image class="icon-yclj" src="../../static/cyrb.png"></image>
</view>
<view class="menu-text">
模具保养
</view>
</view>
<view class="card-list" @tap="kfz()">
<view class="card-list-img">
<image class="icon-yclj" src="../../static/cyzb.png"></image>
</view>
<view class="menu-text">
设备保养
</view>
</view>
</view>
</view>
</view>
</template>
@ -219,6 +240,11 @@
url: '../TCQ/TCQ'
});
},
modeMaintainList(){
uni.navigateTo({
url: '../modeMaintainList/modeMaintainList'
});
},
kfz(){
this.$functions.error("功能开发中");
}

55
pages/modeMaintainList/index.scss

@ -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);
}
}
}
}
}

62
pages/modeMaintainList/modeMaintainList.vue

@ -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>

4
unpackage/cache/wgt/__UNI__E896C30/app-config-service.js vendored

@ -1,8 +1,8 @@
var isReady=false;var onReadyCallbacks=[];
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 __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 __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}},{"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.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}}}});

4
unpackage/cache/wgt/__UNI__E896C30/app-service.js vendored

File diff suppressed because one or more lines are too long

2
unpackage/cache/wgt/__UNI__E896C30/app-view.js vendored

File diff suppressed because one or more lines are too long

4
unpackage/dist/build/app-plus/app-config-service.js vendored

@ -1,8 +1,8 @@
var isReady=false;var onReadyCallbacks=[];
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 __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 __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}},{"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.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}}}});

4
unpackage/dist/build/app-plus/app-service.js vendored

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/app-view.js vendored

File diff suppressed because one or more lines are too long

BIN
unpackage/release/apk/__UNI__E896C30__20210817215953.apk

Binary file not shown.
Loading…
Cancel
Save