12/24页面变更
This commit is contained in:
parent
d0fb85cb7c
commit
0fbec51bc1
|
|
@ -8,7 +8,8 @@ import {
|
|||
exitMaterial,
|
||||
fix,
|
||||
exitExam,
|
||||
repairTestInStore
|
||||
repairTestInStore,
|
||||
backMaterialReceive
|
||||
} from './apiTest.js'
|
||||
|
||||
export default{
|
||||
|
|
@ -21,5 +22,6 @@ export default{
|
|||
exitMaterial: exitMaterial,
|
||||
fix: fix,
|
||||
exitExam: exitExam,
|
||||
repairTestInStore: repairTestInStore
|
||||
repairTestInStore: repairTestInStore,
|
||||
backMaterialReceive: backMaterialReceive
|
||||
}
|
||||
|
|
@ -255,6 +255,25 @@ const repairTestInStore = {
|
|||
},
|
||||
}
|
||||
|
||||
const backMaterialReceive = {
|
||||
async backMaterialReceiveList (data = {} , header = {}){
|
||||
return await Http.post(
|
||||
HttpConfig.basePath,
|
||||
HttpConfig.serviceUrl.backMaterialReceive.backMaterialReceiveList,
|
||||
data,
|
||||
header
|
||||
)
|
||||
},
|
||||
async backMaterialReceiveDetail (data = {} , header = {}){
|
||||
return await Http.post(
|
||||
HttpConfig.basePath,
|
||||
HttpConfig.serviceUrl.backMaterialReceive.backMaterialReceiveDetail,
|
||||
data,
|
||||
header
|
||||
)
|
||||
},
|
||||
}
|
||||
|
||||
export {
|
||||
login,
|
||||
index,
|
||||
|
|
@ -265,5 +284,6 @@ export {
|
|||
exitMaterial,
|
||||
fix,
|
||||
exitExam,
|
||||
repairTestInStore
|
||||
repairTestInStore,
|
||||
backMaterialReceive
|
||||
}
|
||||
12
apis/http.js
12
apis/http.js
|
|
@ -1,16 +1,16 @@
|
|||
class HttpConfig{
|
||||
|
||||
// 演示基地址
|
||||
/* authPath = 'http://112.29.103.165:21624/auth'
|
||||
authPath = 'http://112.29.103.165:21624/auth'
|
||||
systemPath = 'http://112.29.103.165:21624/system'
|
||||
basePath = 'http://112.29.103.165:21624/base'
|
||||
materialPath = 'http://112.29.103.165:21624/material' */
|
||||
materialPath = 'http://112.29.103.165:21624/material'
|
||||
|
||||
// 14服务器
|
||||
authPath = 'http://192.168.0.14:21624/auth'
|
||||
/* authPath = 'http://192.168.0.14:21624/auth'
|
||||
systemPath = 'http://192.168.0.14:21624/system'
|
||||
basePath = 'http://192.168.0.14:21624/base'
|
||||
materialPath = 'http://192.168.0.14:21624/material'
|
||||
materialPath = 'http://192.168.0.14:21624/material' */
|
||||
|
||||
/*
|
||||
调试ip
|
||||
|
|
@ -74,6 +74,10 @@ class HttpConfig{
|
|||
repairTestInStoreList: '/RepairTestInput/getAppRepairedList', // 获取修试后入库列表
|
||||
repairTestInStoreDetail: '/RepairTestInput/getAppRepairedDetailList', // 获取修试后列表详情
|
||||
processOrReject: '/RepairTestInput/inputByType', // 修试审核通过或驳回
|
||||
},
|
||||
backMaterialReceive: {
|
||||
backMaterialReceiveList: '/backReceive/getbackReceiveList', // 获取退料接收列表
|
||||
backMaterialReceiveDetail: '/backReceive/receiveView'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -327,6 +327,14 @@
|
|||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/numReceive/numReceive",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "数量接收"
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#2c2c2c",
|
||||
|
|
|
|||
|
|
@ -15,36 +15,32 @@
|
|||
<checkbox :checked="fetch.checked" />
|
||||
</checkbox-group> -->
|
||||
<view class="upper-lef">
|
||||
{{ fetch.createBy.slice(0, 1) }}
|
||||
{{ fetch.backPerson.slice(0, 1) }}
|
||||
</view>
|
||||
<view class="upper-rig">
|
||||
<h4 style="font-size: 16px;">{{ fetch.createBy }}</h4>
|
||||
<h4 style="color: #989898;">{{ fetch.phoneNumber }}</h4>
|
||||
<h4 style="font-size: 16px;">{{ fetch.backPerson }}</h4>
|
||||
<h4 style="color: #989898;">{{ fetch.unitName }}</h4>
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
class="fetch-lower"
|
||||
@click="seeDetail(fetch.taskId)"
|
||||
@click="seeDetail(fetch.id)"
|
||||
>
|
||||
<view>
|
||||
<span>领料申请单位</span>
|
||||
<h4>{{ fetch.deptName }}</h4>
|
||||
<span>退料单号</span>
|
||||
<h4>{{ fetch.code }}</h4>
|
||||
</view>
|
||||
<view>
|
||||
<span>领料申请工程</span>
|
||||
<h4>{{ fetch.proName }}</h4>
|
||||
<span>退料工程</span>
|
||||
<h4>{{ fetch.lotName }}</h4>
|
||||
</view>
|
||||
<!-- <view>
|
||||
<view>
|
||||
<span>工机具类型</span>
|
||||
<h4>{{ fetch.fetchType }}</h4>
|
||||
</view> -->
|
||||
<view>
|
||||
<span>申请数量</span>
|
||||
<h4>{{ fetch.preCountNum }}</h4>
|
||||
<h4>{{ fetch.typeName }}</h4>
|
||||
</view>
|
||||
<view>
|
||||
<span>申请时间</span>
|
||||
<h4>{{ fetch.createTime }}</h4>
|
||||
<span>申请日期</span>
|
||||
<h4>{{ fetch.backTime }}</h4>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="fetch-btns">
|
||||
|
|
@ -66,9 +62,9 @@
|
|||
</view>
|
||||
</view> -->
|
||||
<view class="sticky-area">
|
||||
<image src="/static/passed.png" v-show="fetch.taskStatus == '35'" mode=""></image>
|
||||
<image src="/static/passed.png" v-show="fetch.taskStatus == '40'" mode=""></image>
|
||||
<!-- <image src="/static/noPass.png" v-show="fetch.status == '1'" mode=""></image> -->
|
||||
<image src="/static/noPass.png" v-show="fetch.taskStatus != '35'" mode=""></image>
|
||||
<image src="/static/noPass.png" v-show="fetch.taskStatus != '40'" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="btm-sticky">
|
||||
|
|
@ -101,9 +97,9 @@ import { basePath } from '../../public'
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
seeDetail (taskId) {
|
||||
seeDetail (id) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/backMaterialReceiveDetail/backMaterialReceiveDetail?taskId=${taskId}`
|
||||
url: `/pages/backMaterialReceiveDetail/backMaterialReceiveDetail?id=${id}`
|
||||
})
|
||||
},
|
||||
/* checkAll() {
|
||||
|
|
@ -202,17 +198,17 @@ import { basePath } from '../../public'
|
|||
},
|
||||
onShow() {
|
||||
let that = this
|
||||
// console.log(uni.getStorageSync('userInfo').sysUser.companyId);
|
||||
// 获取领料出库数据
|
||||
that.$api.fetchExam.fetchExamList({}, null).then(res => {
|
||||
that.$api.backMaterialReceive.backMaterialReceiveList({
|
||||
companyId: uni.getStorageSync('userInfo').sysUser.companyId
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
if (res.data.code == 200) {
|
||||
that.fetchMaterialList = res.data.data.rows.filter((item) => {
|
||||
return item.taskStatus == 33 || item.taskStatus == 34 || item.taskStatus == 35
|
||||
})
|
||||
that.fetchMaterialList = res.data.data
|
||||
}
|
||||
console.log(that.fetchMaterialList);
|
||||
}).catch(err => {
|
||||
|
||||
console.log(err);
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@
|
|||
</view>
|
||||
<view>
|
||||
<span>规格型号</span>
|
||||
<h4>{{ fetch.typeModelName }}</h4>
|
||||
<h4>{{ fetch.typeCode }}</h4>
|
||||
</view>
|
||||
<view>
|
||||
<span>待出库数量</span>
|
||||
<h4>{{ fetch.preNum }}</h4>
|
||||
<span>待退料数量</span>
|
||||
<h4>{{ fetch.num }}</h4>
|
||||
</view>
|
||||
</view>
|
||||
<uni-popup
|
||||
|
|
@ -127,12 +127,14 @@
|
|||
},
|
||||
methods: {
|
||||
openPopup (list) {
|
||||
console.log(list);
|
||||
this.infoList = list
|
||||
console.log(this.infoList.manageType, this.infoList);
|
||||
if (this.infoList.manageType == 0) {
|
||||
if (this.infoList.manageType == '0') {
|
||||
this.$refs.popup1.open()
|
||||
} else if (this.infoList.manageType == 1) {
|
||||
this.$refs.popup2.open()
|
||||
} else if (this.infoList.manageType == '1') {
|
||||
uni.navigateTo({
|
||||
url: `/pages/numReceive/numReceive?parentId=${this.infoList.id}&typeName=${this.infoList.typeName}&typeCode=${this.infoList.typeCode}&num=${this.infoList.num}`
|
||||
})
|
||||
}
|
||||
},
|
||||
closePopup1 () {
|
||||
|
|
@ -156,7 +158,7 @@
|
|||
this.closePopup1()
|
||||
console.log(this.infoList);
|
||||
uni.navigateTo({
|
||||
url: `/pages/codeReceive/codeReceive?typeId=${this.infoList.typeId}&num=${this.infoList.preNum}&parentId=${this.infoList.parenntId}`
|
||||
url: `/pages/codeReceive/codeReceive?typeId=${this.infoList.typeId}&num=${this.infoList.preNum}&parentId=${this.infoList.parenntId}&typeId=${this.infoList.typeId}`
|
||||
})
|
||||
},
|
||||
multiOut () {
|
||||
|
|
@ -192,9 +194,22 @@
|
|||
},
|
||||
onLoad(params) {
|
||||
let that = this
|
||||
console.log(params.taskId);
|
||||
console.log(params.id);
|
||||
// 获取详情
|
||||
that.$api.fetchExam.fetchExamList({
|
||||
that.$api.backMaterialReceive.backMaterialReceiveDetail({
|
||||
id: params.id
|
||||
}).then(res => {
|
||||
if (res.data.code == 200) {
|
||||
for (let i = 0; i < res.data.data.length; i++) {
|
||||
res.data.data[i].num = res.data.data[i].num.split('.')[0]
|
||||
}
|
||||
that.fetchList = res.data.data
|
||||
console.log(that.fetchList);
|
||||
}
|
||||
}).catch(err => {
|
||||
console.log(err);
|
||||
})
|
||||
/* that.$api.fetchExam.fetchExamList({
|
||||
taskId: params.taskId
|
||||
}, null).then(res => {
|
||||
if (res.data.code == 200) {
|
||||
|
|
@ -206,7 +221,7 @@
|
|||
}
|
||||
}).catch(err => {
|
||||
console.log(err);
|
||||
})
|
||||
}) */
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
</view>
|
||||
<view
|
||||
class="fetch-lower"
|
||||
@click="seeDetail(fetch.taskId)"
|
||||
@click="seeDetail(fetch.taskId, fetch.taskStatus)"
|
||||
>
|
||||
<view>
|
||||
<span>领料申请单位</span>
|
||||
|
|
@ -101,10 +101,12 @@ import { basePath } from '../../public'
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
seeDetail (taskId) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail?taskId=${taskId}`
|
||||
})
|
||||
seeDetail (taskId, taskStatus) {
|
||||
if (taskStatus != 35) {
|
||||
uni.navigateTo({
|
||||
url: `/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail?taskId=${taskId}`
|
||||
})
|
||||
}
|
||||
},
|
||||
/* checkAll() {
|
||||
this.allChecked = !this.allChecked
|
||||
|
|
|
|||
|
|
@ -154,7 +154,9 @@
|
|||
icon: 'none',
|
||||
title: res.data.msg,
|
||||
success: () => {
|
||||
uni.navigateBack()
|
||||
uni.redirectTo({
|
||||
url: '/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail'
|
||||
})
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
|
@ -175,9 +177,12 @@
|
|||
that.$api.fetchExam.fetchExamList({
|
||||
taskId: params.taskId
|
||||
}, null).then(res => {
|
||||
console.log(res);
|
||||
if (res.data.code == 200) {
|
||||
for (let i = 0; i < res.data.data.rows[0].leaseApplyInfoList.length; i++) {
|
||||
that.fetchList.push(res.data.data.rows[0].leaseApplyInfoList[i].leaseApplyDetails[0])
|
||||
for (let k = 0; k < res.data.data.rows[0].leaseApplyInfoList[i].leaseApplyDetails.length; k++) {
|
||||
that.fetchList.push(res.data.data.rows[0].leaseApplyInfoList[i].leaseApplyDetails[k])
|
||||
}
|
||||
}
|
||||
console.log(that.fetchList);
|
||||
// that.fetchList[1].manageType = 1
|
||||
|
|
|
|||
|
|
@ -0,0 +1,115 @@
|
|||
<template>
|
||||
<view>
|
||||
<view class="form-area">
|
||||
<view>
|
||||
<h4>类型名称</h4>
|
||||
<span>{{ upperInfo.typeName }}</span>
|
||||
</view>
|
||||
<view>
|
||||
<h4>规格型号</h4>
|
||||
<span>{{ upperInfo.typeCode }}</span>
|
||||
</view>
|
||||
<view>
|
||||
<h4>待入库数量</h4>
|
||||
<span>{{ upperInfo.num }}</span>
|
||||
</view>
|
||||
<view>
|
||||
<h4>合格数量</h4>
|
||||
<uni-easyinput type="number" v-model="lowerIpt.passedNum" placeholder="请输入数量"></uni-easyinput>
|
||||
</view>
|
||||
<view>
|
||||
<h4>待修数量</h4>
|
||||
<uni-easyinput type="number" v-model="lowerIpt.waitRepairNum" placeholder="请输入数量"></uni-easyinput>
|
||||
</view>
|
||||
<view>
|
||||
<h4>待报废数量</h4>
|
||||
<uni-easyinput type="number" v-model="lowerIpt.waitCrashNum" placeholder="请输入数量"></uni-easyinput>
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
class="sub-btn"
|
||||
@click="subForm"
|
||||
>
|
||||
确认
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
upperInfo: {
|
||||
parentId: '',
|
||||
typeName: '',
|
||||
typeCode: '',
|
||||
num: ''
|
||||
},
|
||||
lowerIpt: {
|
||||
passedNum: '',
|
||||
waitRepairNum: '',
|
||||
waitCrashNum: ''
|
||||
},
|
||||
totalNum: 0
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
subForm () {
|
||||
let that = this
|
||||
that.totalNum = Number(that.lowerIpt.passedNum) + Number(that.lowerIpt.waitRepairNum) + Number(that.lowerIpt.waitCrashNum)
|
||||
console.log(that.totalNum);
|
||||
if (that.totalNum > that.upperInfo.num) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '接收总量不能大于退库数量!'
|
||||
})
|
||||
} else {
|
||||
console.log(1);
|
||||
}
|
||||
}
|
||||
},
|
||||
onLoad(params) {
|
||||
console.log(params);
|
||||
this.upperInfo = params
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.form-area{
|
||||
width: 90%;
|
||||
margin: 40rpx auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
view{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 25rpx;
|
||||
h4{
|
||||
width: 35%;
|
||||
font-weight: normal;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
span{
|
||||
font-size: 28rpx;
|
||||
}
|
||||
}
|
||||
view:last-child{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.sub-btn{
|
||||
width: 80%;
|
||||
margin: 20vh auto;
|
||||
box-sizing: border-box;
|
||||
padding: 15rpx 0;
|
||||
background-color: #3788FF;
|
||||
color: #fff;
|
||||
border-radius: 40rpx;
|
||||
font-size: 28rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -265,6 +265,13 @@ const router = createRouter({
|
|||
"meta": {
|
||||
"needAuth": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path" : "/pages/numReceive/numReceive",
|
||||
"name": 'numReceive',
|
||||
"meta": {
|
||||
"needAuth": "true"
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
https://ide.dcloud.net.cn/build/download/fe560230-a0cf-11ee-9118-ef065d1007ec
|
||||
https://ide.dcloud.net.cn/build/download/7bfcfd90-a1ac-11ee-aa87-21e31a2d1d8f
|
||||
|
|
@ -1 +1 @@
|
|||
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
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
var isReady=false;var onReadyCallbacks=[];
|
||||
var isServiceReady=false;var onServiceReadyCallbacks=[];
|
||||
var __uniConfig = {"pages":["pages/index/index","pages/user/user","pages/workSpace/workSpace","pages/login/login","pages/fetchMaterial/fetchMaterial","pages/exitMaterial/exitMaterial","pages/workFetchMaterial/workFetchMaterial","pages/workExitMaterial/workExitMaterial","pages/deviceDetail/deviceDetail","pages/orderCart/orderCart","pages/fetchExam/fetchExam","pages/exitMaterialDetail/exitMaterialDetail","pages/fetchMaterialDetail/fetchMaterialDetail","pages/exitExam/exitExam","pages/newInStore/newInStore","pages/newBuyDetail/newBuyDetail","pages/newInAfterScan/newInAfterScan","pages/fix/fix","pages/fixDetail/fixDetail","pages/innerFix/innerFix","pages/returnFix/returnFix","pages/waitCrash/waitCrash","pages/backMaterialInStore/backMaterialInStore","pages/backMaterialInStoreDetail/backMaterialInStoreDetail","pages/repairTestInStore/repairTestInStore","pages/fetchMaterialOutStore/fetchMaterialOutStore","pages/backMaterialReceive/backMaterialReceive","pages/repairTestInStoreDetail/repairTestInStoreDetail","pages/exitMaterialSelect/exitMaterialSelect","pages/exitExamDetail/exitExamDetail","pages/crashExam/crashExam","pages/testExam/testExam","pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"SmartStorage","compilerVersion":"3.8.7","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/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"个人中心"}},{"path":"/pages/workSpace/workSpace","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"工作台"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/fetchMaterial/fetchMaterial","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/exitMaterial/exitMaterial","meta":{},"window":{"navigationBarTitleText":"退料申请","titleNView":{"buttons":[{"float":"right","text":"新增","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/workFetchMaterial/workFetchMaterial","meta":{},"window":{"navigationBarTitleText":"工器具领料申请"}},{"path":"/pages/workExitMaterial/workExitMaterial","meta":{},"window":{"navigationBarTitleText":"工器具退料申请"}},{"path":"/pages/deviceDetail/deviceDetail","meta":{},"window":{"navigationBarTitleText":"机具详情"}},{"path":"/pages/orderCart/orderCart","meta":{},"window":{"navigationBarTitleText":"预约车","titleNView":{"buttons":[{"float":"right","text":"删除","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/fetchExam/fetchExam","meta":{},"window":{"navigationBarTitleText":"领料审批"}},{"path":"/pages/exitMaterialDetail/exitMaterialDetail","meta":{},"window":{"navigationBarTitleText":"退料申请明细"}},{"path":"/pages/fetchMaterialDetail/fetchMaterialDetail","meta":{},"window":{"navigationBarTitleText":"领料明细"}},{"path":"/pages/exitExam/exitExam","meta":{},"window":{"navigationBarTitleText":"退料审批"}},{"path":"/pages/newInStore/newInStore","meta":{},"window":{"navigationBarTitleText":"新购入库"}},{"path":"/pages/newBuyDetail/newBuyDetail","meta":{},"window":{"navigationBarTitleText":"新购明细"}},{"path":"/pages/newInAfterScan/newInAfterScan","meta":{},"window":{"navigationBarTitleText":"新购机具详情"}},{"path":"/pages/fix/fix","meta":{},"window":{"navigationBarTitleText":"维修"}},{"path":"/pages/fixDetail/fixDetail","meta":{},"window":{"navigationBarTitleText":"维修明细"}},{"path":"/pages/innerFix/innerFix","meta":{},"window":{"navigationBarTitleText":"内部维修"}},{"path":"/pages/returnFix/returnFix","meta":{},"window":{"navigationBarTitleText":"返厂维修"}},{"path":"/pages/waitCrash/waitCrash","meta":{},"window":{"navigationBarTitleText":"待报废"}},{"path":"/pages/backMaterialInStore/backMaterialInStore","meta":{},"window":{"navigationBarTitleText":"退料入库"}},{"path":"/pages/backMaterialInStoreDetail/backMaterialInStoreDetail","meta":{},"window":{"navigationBarTitleText":"退料入库明细"}},{"path":"/pages/repairTestInStore/repairTestInStore","meta":{},"window":{"navigationBarTitleText":"修试入库"}},{"path":"/pages/fetchMaterialOutStore/fetchMaterialOutStore","meta":{},"window":{"navigationBarTitleText":"领料出库"}},{"path":"/pages/backMaterialReceive/backMaterialReceive","meta":{},"window":{"navigationBarTitleText":"退料接收"}},{"path":"/pages/repairTestInStoreDetail/repairTestInStoreDetail","meta":{},"window":{"navigationBarTitleText":"修试入库明细"}},{"path":"/pages/exitMaterialSelect/exitMaterialSelect","meta":{},"window":{"navigationBarTitleText":"退料物料选择"}},{"path":"/pages/exitExamDetail/exitExamDetail","meta":{},"window":{"navigationBarTitleText":"退料明细"}},{"path":"/pages/crashExam/crashExam","meta":{},"window":{"navigationBarTitleText":"报废审核"}},{"path":"/pages/testExam/testExam","meta":{},"window":{"navigationBarTitleText":"试验检验审核"}},{"path":"/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","meta":{},"window":{"navigationBarTitleText":"领料出库明细"}}];
|
||||
var __uniConfig = {"pages":["pages/index/index","pages/user/user","pages/workSpace/workSpace","pages/login/login","pages/fetchMaterial/fetchMaterial","pages/exitMaterial/exitMaterial","pages/workFetchMaterial/workFetchMaterial","pages/workExitMaterial/workExitMaterial","pages/deviceDetail/deviceDetail","pages/orderCart/orderCart","pages/fetchExam/fetchExam","pages/exitMaterialDetail/exitMaterialDetail","pages/fetchMaterialDetail/fetchMaterialDetail","pages/exitExam/exitExam","pages/newInStore/newInStore","pages/newBuyDetail/newBuyDetail","pages/newInAfterScan/newInAfterScan","pages/fix/fix","pages/fixDetail/fixDetail","pages/innerFix/innerFix","pages/returnFix/returnFix","pages/waitCrash/waitCrash","pages/backMaterialInStore/backMaterialInStore","pages/backMaterialInStoreDetail/backMaterialInStoreDetail","pages/repairTestInStore/repairTestInStore","pages/fetchMaterialOutStore/fetchMaterialOutStore","pages/backMaterialReceive/backMaterialReceive","pages/repairTestInStoreDetail/repairTestInStoreDetail","pages/exitMaterialSelect/exitMaterialSelect","pages/exitExamDetail/exitExamDetail","pages/crashExam/crashExam","pages/testExam/testExam","pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","pages/codeOutStore/codeOutStore","pages/scanOutStore/scanOutStore","pages/backMaterialReceiveDetail/backMaterialReceiveDetail","pages/scanReceive/scanReceive","pages/codeReceive/codeReceive"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"SmartStorage","compilerVersion":"3.8.7","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/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"个人中心"}},{"path":"/pages/workSpace/workSpace","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"工作台"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/fetchMaterial/fetchMaterial","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/exitMaterial/exitMaterial","meta":{},"window":{"navigationBarTitleText":"退料申请","titleNView":{"buttons":[{"float":"right","text":"新增","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/workFetchMaterial/workFetchMaterial","meta":{},"window":{"navigationBarTitleText":"工器具领料申请"}},{"path":"/pages/workExitMaterial/workExitMaterial","meta":{},"window":{"navigationBarTitleText":"工器具退料申请"}},{"path":"/pages/deviceDetail/deviceDetail","meta":{},"window":{"navigationBarTitleText":"机具详情"}},{"path":"/pages/orderCart/orderCart","meta":{},"window":{"navigationBarTitleText":"预约车","titleNView":{"buttons":[{"float":"right","text":"删除","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/fetchExam/fetchExam","meta":{},"window":{"navigationBarTitleText":"领料审批"}},{"path":"/pages/exitMaterialDetail/exitMaterialDetail","meta":{},"window":{"navigationBarTitleText":"退料申请明细"}},{"path":"/pages/fetchMaterialDetail/fetchMaterialDetail","meta":{},"window":{"navigationBarTitleText":"领料明细"}},{"path":"/pages/exitExam/exitExam","meta":{},"window":{"navigationBarTitleText":"退料审批"}},{"path":"/pages/newInStore/newInStore","meta":{},"window":{"navigationBarTitleText":"新购入库"}},{"path":"/pages/newBuyDetail/newBuyDetail","meta":{},"window":{"navigationBarTitleText":"新购明细"}},{"path":"/pages/newInAfterScan/newInAfterScan","meta":{},"window":{"navigationBarTitleText":"新购机具详情"}},{"path":"/pages/fix/fix","meta":{},"window":{"navigationBarTitleText":"维修"}},{"path":"/pages/fixDetail/fixDetail","meta":{},"window":{"navigationBarTitleText":"维修明细"}},{"path":"/pages/innerFix/innerFix","meta":{},"window":{"navigationBarTitleText":"内部维修"}},{"path":"/pages/returnFix/returnFix","meta":{},"window":{"navigationBarTitleText":"返厂维修"}},{"path":"/pages/waitCrash/waitCrash","meta":{},"window":{"navigationBarTitleText":"待报废"}},{"path":"/pages/backMaterialInStore/backMaterialInStore","meta":{},"window":{"navigationBarTitleText":"退料入库"}},{"path":"/pages/backMaterialInStoreDetail/backMaterialInStoreDetail","meta":{},"window":{"navigationBarTitleText":"退料入库明细"}},{"path":"/pages/repairTestInStore/repairTestInStore","meta":{},"window":{"navigationBarTitleText":"修试入库"}},{"path":"/pages/fetchMaterialOutStore/fetchMaterialOutStore","meta":{},"window":{"navigationBarTitleText":"领料出库"}},{"path":"/pages/backMaterialReceive/backMaterialReceive","meta":{},"window":{"navigationBarTitleText":"退料接收"}},{"path":"/pages/repairTestInStoreDetail/repairTestInStoreDetail","meta":{},"window":{"navigationBarTitleText":"修试入库明细"}},{"path":"/pages/exitMaterialSelect/exitMaterialSelect","meta":{},"window":{"navigationBarTitleText":"退料物料选择"}},{"path":"/pages/exitExamDetail/exitExamDetail","meta":{},"window":{"navigationBarTitleText":"退料明细"}},{"path":"/pages/crashExam/crashExam","meta":{},"window":{"navigationBarTitleText":"报废审核"}},{"path":"/pages/testExam/testExam","meta":{},"window":{"navigationBarTitleText":"试验检验审核"}},{"path":"/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","meta":{},"window":{"navigationBarTitleText":"领料出库明细"}},{"path":"/pages/codeOutStore/codeOutStore","meta":{},"window":{"navigationBarTitleText":"编码出库"}},{"path":"/pages/scanOutStore/scanOutStore","meta":{},"window":{"navigationBarTitleText":"二维码出库"}},{"path":"/pages/backMaterialReceiveDetail/backMaterialReceiveDetail","meta":{},"window":{"navigationBarTitleText":"退料接收明细"}},{"path":"/pages/scanReceive/scanReceive","meta":{},"window":{"navigationBarTitleText":"二维码接收"}},{"path":"/pages/codeReceive/codeReceive","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}}}});
|
||||
|
|
|
|||
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 isServiceReady=false;var onServiceReadyCallbacks=[];
|
||||
var __uniConfig = {"pages":["pages/index/index","pages/user/user","pages/workSpace/workSpace","pages/login/login","pages/fetchMaterial/fetchMaterial","pages/exitMaterial/exitMaterial","pages/workFetchMaterial/workFetchMaterial","pages/workExitMaterial/workExitMaterial","pages/deviceDetail/deviceDetail","pages/orderCart/orderCart","pages/fetchExam/fetchExam","pages/exitMaterialDetail/exitMaterialDetail","pages/fetchMaterialDetail/fetchMaterialDetail","pages/exitExam/exitExam","pages/newInStore/newInStore","pages/newBuyDetail/newBuyDetail","pages/newInAfterScan/newInAfterScan","pages/fix/fix","pages/fixDetail/fixDetail","pages/innerFix/innerFix","pages/returnFix/returnFix","pages/waitCrash/waitCrash","pages/backMaterialInStore/backMaterialInStore","pages/backMaterialInStoreDetail/backMaterialInStoreDetail","pages/repairTestInStore/repairTestInStore","pages/fetchMaterialOutStore/fetchMaterialOutStore","pages/backMaterialReceive/backMaterialReceive","pages/repairTestInStoreDetail/repairTestInStoreDetail","pages/exitMaterialSelect/exitMaterialSelect","pages/exitExamDetail/exitExamDetail","pages/crashExam/crashExam","pages/testExam/testExam","pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"SmartStorage","compilerVersion":"3.8.7","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/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"个人中心"}},{"path":"/pages/workSpace/workSpace","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"工作台"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/fetchMaterial/fetchMaterial","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/exitMaterial/exitMaterial","meta":{},"window":{"navigationBarTitleText":"退料申请","titleNView":{"buttons":[{"float":"right","text":"新增","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/workFetchMaterial/workFetchMaterial","meta":{},"window":{"navigationBarTitleText":"工器具领料申请"}},{"path":"/pages/workExitMaterial/workExitMaterial","meta":{},"window":{"navigationBarTitleText":"工器具退料申请"}},{"path":"/pages/deviceDetail/deviceDetail","meta":{},"window":{"navigationBarTitleText":"机具详情"}},{"path":"/pages/orderCart/orderCart","meta":{},"window":{"navigationBarTitleText":"预约车","titleNView":{"buttons":[{"float":"right","text":"删除","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/fetchExam/fetchExam","meta":{},"window":{"navigationBarTitleText":"领料审批"}},{"path":"/pages/exitMaterialDetail/exitMaterialDetail","meta":{},"window":{"navigationBarTitleText":"退料申请明细"}},{"path":"/pages/fetchMaterialDetail/fetchMaterialDetail","meta":{},"window":{"navigationBarTitleText":"领料明细"}},{"path":"/pages/exitExam/exitExam","meta":{},"window":{"navigationBarTitleText":"退料审批"}},{"path":"/pages/newInStore/newInStore","meta":{},"window":{"navigationBarTitleText":"新购入库"}},{"path":"/pages/newBuyDetail/newBuyDetail","meta":{},"window":{"navigationBarTitleText":"新购明细"}},{"path":"/pages/newInAfterScan/newInAfterScan","meta":{},"window":{"navigationBarTitleText":"新购机具详情"}},{"path":"/pages/fix/fix","meta":{},"window":{"navigationBarTitleText":"维修"}},{"path":"/pages/fixDetail/fixDetail","meta":{},"window":{"navigationBarTitleText":"维修明细"}},{"path":"/pages/innerFix/innerFix","meta":{},"window":{"navigationBarTitleText":"内部维修"}},{"path":"/pages/returnFix/returnFix","meta":{},"window":{"navigationBarTitleText":"返厂维修"}},{"path":"/pages/waitCrash/waitCrash","meta":{},"window":{"navigationBarTitleText":"待报废"}},{"path":"/pages/backMaterialInStore/backMaterialInStore","meta":{},"window":{"navigationBarTitleText":"退料入库"}},{"path":"/pages/backMaterialInStoreDetail/backMaterialInStoreDetail","meta":{},"window":{"navigationBarTitleText":"退料入库明细"}},{"path":"/pages/repairTestInStore/repairTestInStore","meta":{},"window":{"navigationBarTitleText":"修试入库"}},{"path":"/pages/fetchMaterialOutStore/fetchMaterialOutStore","meta":{},"window":{"navigationBarTitleText":"领料出库"}},{"path":"/pages/backMaterialReceive/backMaterialReceive","meta":{},"window":{"navigationBarTitleText":"退料接收"}},{"path":"/pages/repairTestInStoreDetail/repairTestInStoreDetail","meta":{},"window":{"navigationBarTitleText":"修试入库明细"}},{"path":"/pages/exitMaterialSelect/exitMaterialSelect","meta":{},"window":{"navigationBarTitleText":"退料物料选择"}},{"path":"/pages/exitExamDetail/exitExamDetail","meta":{},"window":{"navigationBarTitleText":"退料明细"}},{"path":"/pages/crashExam/crashExam","meta":{},"window":{"navigationBarTitleText":"报废审核"}},{"path":"/pages/testExam/testExam","meta":{},"window":{"navigationBarTitleText":"试验检验审核"}},{"path":"/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","meta":{},"window":{"navigationBarTitleText":"领料出库明细"}}];
|
||||
var __uniConfig = {"pages":["pages/index/index","pages/user/user","pages/workSpace/workSpace","pages/login/login","pages/fetchMaterial/fetchMaterial","pages/exitMaterial/exitMaterial","pages/workFetchMaterial/workFetchMaterial","pages/workExitMaterial/workExitMaterial","pages/deviceDetail/deviceDetail","pages/orderCart/orderCart","pages/fetchExam/fetchExam","pages/exitMaterialDetail/exitMaterialDetail","pages/fetchMaterialDetail/fetchMaterialDetail","pages/exitExam/exitExam","pages/newInStore/newInStore","pages/newBuyDetail/newBuyDetail","pages/newInAfterScan/newInAfterScan","pages/fix/fix","pages/fixDetail/fixDetail","pages/innerFix/innerFix","pages/returnFix/returnFix","pages/waitCrash/waitCrash","pages/backMaterialInStore/backMaterialInStore","pages/backMaterialInStoreDetail/backMaterialInStoreDetail","pages/repairTestInStore/repairTestInStore","pages/fetchMaterialOutStore/fetchMaterialOutStore","pages/backMaterialReceive/backMaterialReceive","pages/repairTestInStoreDetail/repairTestInStoreDetail","pages/exitMaterialSelect/exitMaterialSelect","pages/exitExamDetail/exitExamDetail","pages/crashExam/crashExam","pages/testExam/testExam","pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","pages/codeOutStore/codeOutStore","pages/scanOutStore/scanOutStore","pages/backMaterialReceiveDetail/backMaterialReceiveDetail","pages/scanReceive/scanReceive","pages/codeReceive/codeReceive"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"SmartStorage","compilerVersion":"3.8.7","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/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"个人中心"}},{"path":"/pages/workSpace/workSpace","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"工作台"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/fetchMaterial/fetchMaterial","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/exitMaterial/exitMaterial","meta":{},"window":{"navigationBarTitleText":"退料申请","titleNView":{"buttons":[{"float":"right","text":"新增","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/workFetchMaterial/workFetchMaterial","meta":{},"window":{"navigationBarTitleText":"工器具领料申请"}},{"path":"/pages/workExitMaterial/workExitMaterial","meta":{},"window":{"navigationBarTitleText":"工器具退料申请"}},{"path":"/pages/deviceDetail/deviceDetail","meta":{},"window":{"navigationBarTitleText":"机具详情"}},{"path":"/pages/orderCart/orderCart","meta":{},"window":{"navigationBarTitleText":"预约车","titleNView":{"buttons":[{"float":"right","text":"删除","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/fetchExam/fetchExam","meta":{},"window":{"navigationBarTitleText":"领料审批"}},{"path":"/pages/exitMaterialDetail/exitMaterialDetail","meta":{},"window":{"navigationBarTitleText":"退料申请明细"}},{"path":"/pages/fetchMaterialDetail/fetchMaterialDetail","meta":{},"window":{"navigationBarTitleText":"领料明细"}},{"path":"/pages/exitExam/exitExam","meta":{},"window":{"navigationBarTitleText":"退料审批"}},{"path":"/pages/newInStore/newInStore","meta":{},"window":{"navigationBarTitleText":"新购入库"}},{"path":"/pages/newBuyDetail/newBuyDetail","meta":{},"window":{"navigationBarTitleText":"新购明细"}},{"path":"/pages/newInAfterScan/newInAfterScan","meta":{},"window":{"navigationBarTitleText":"新购机具详情"}},{"path":"/pages/fix/fix","meta":{},"window":{"navigationBarTitleText":"维修"}},{"path":"/pages/fixDetail/fixDetail","meta":{},"window":{"navigationBarTitleText":"维修明细"}},{"path":"/pages/innerFix/innerFix","meta":{},"window":{"navigationBarTitleText":"内部维修"}},{"path":"/pages/returnFix/returnFix","meta":{},"window":{"navigationBarTitleText":"返厂维修"}},{"path":"/pages/waitCrash/waitCrash","meta":{},"window":{"navigationBarTitleText":"待报废"}},{"path":"/pages/backMaterialInStore/backMaterialInStore","meta":{},"window":{"navigationBarTitleText":"退料入库"}},{"path":"/pages/backMaterialInStoreDetail/backMaterialInStoreDetail","meta":{},"window":{"navigationBarTitleText":"退料入库明细"}},{"path":"/pages/repairTestInStore/repairTestInStore","meta":{},"window":{"navigationBarTitleText":"修试入库"}},{"path":"/pages/fetchMaterialOutStore/fetchMaterialOutStore","meta":{},"window":{"navigationBarTitleText":"领料出库"}},{"path":"/pages/backMaterialReceive/backMaterialReceive","meta":{},"window":{"navigationBarTitleText":"退料接收"}},{"path":"/pages/repairTestInStoreDetail/repairTestInStoreDetail","meta":{},"window":{"navigationBarTitleText":"修试入库明细"}},{"path":"/pages/exitMaterialSelect/exitMaterialSelect","meta":{},"window":{"navigationBarTitleText":"退料物料选择"}},{"path":"/pages/exitExamDetail/exitExamDetail","meta":{},"window":{"navigationBarTitleText":"退料明细"}},{"path":"/pages/crashExam/crashExam","meta":{},"window":{"navigationBarTitleText":"报废审核"}},{"path":"/pages/testExam/testExam","meta":{},"window":{"navigationBarTitleText":"试验检验审核"}},{"path":"/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","meta":{},"window":{"navigationBarTitleText":"领料出库明细"}},{"path":"/pages/codeOutStore/codeOutStore","meta":{},"window":{"navigationBarTitleText":"编码出库"}},{"path":"/pages/scanOutStore/scanOutStore","meta":{},"window":{"navigationBarTitleText":"二维码出库"}},{"path":"/pages/backMaterialReceiveDetail/backMaterialReceiveDetail","meta":{},"window":{"navigationBarTitleText":"退料接收明细"}},{"path":"/pages/scanReceive/scanReceive","meta":{},"window":{"navigationBarTitleText":"二维码接收"}},{"path":"/pages/codeReceive/codeReceive","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}}}});
|
||||
|
|
|
|||
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 isServiceReady=false;var onServiceReadyCallbacks=[];
|
||||
var __uniConfig = {"pages":["pages/index/index","pages/user/user","pages/workSpace/workSpace","pages/login/login","pages/fetchMaterial/fetchMaterial","pages/exitMaterial/exitMaterial","pages/workFetchMaterial/workFetchMaterial","pages/workExitMaterial/workExitMaterial","pages/deviceDetail/deviceDetail","pages/orderCart/orderCart","pages/fetchExam/fetchExam","pages/exitMaterialDetail/exitMaterialDetail","pages/fetchMaterialDetail/fetchMaterialDetail","pages/exitExam/exitExam","pages/newInStore/newInStore","pages/newBuyDetail/newBuyDetail","pages/newInAfterScan/newInAfterScan","pages/fix/fix","pages/fixDetail/fixDetail","pages/innerFix/innerFix","pages/returnFix/returnFix","pages/waitCrash/waitCrash","pages/backMaterialInStore/backMaterialInStore","pages/backMaterialInStoreDetail/backMaterialInStoreDetail","pages/repairTestInStore/repairTestInStore","pages/fetchMaterialOutStore/fetchMaterialOutStore","pages/backMaterialReceive/backMaterialReceive","pages/repairTestInStoreDetail/repairTestInStoreDetail","pages/exitMaterialSelect/exitMaterialSelect","pages/exitExamDetail/exitExamDetail","pages/crashExam/crashExam","pages/testExam/testExam","pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","pages/codeOutStore/codeOutStore","pages/scanOutStore/scanOutStore","pages/backMaterialReceiveDetail/backMaterialReceiveDetail","pages/scanReceive/scanReceive","pages/codeReceive/codeReceive"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"SmartStorage","compilerVersion":"3.8.7","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/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"个人中心"}},{"path":"/pages/workSpace/workSpace","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"工作台"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/fetchMaterial/fetchMaterial","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/exitMaterial/exitMaterial","meta":{},"window":{"navigationBarTitleText":"退料申请","titleNView":{"buttons":[{"float":"right","text":"新增","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/workFetchMaterial/workFetchMaterial","meta":{},"window":{"navigationBarTitleText":"工器具领料申请"}},{"path":"/pages/workExitMaterial/workExitMaterial","meta":{},"window":{"navigationBarTitleText":"工器具退料申请"}},{"path":"/pages/deviceDetail/deviceDetail","meta":{},"window":{"navigationBarTitleText":"机具详情"}},{"path":"/pages/orderCart/orderCart","meta":{},"window":{"navigationBarTitleText":"预约车","titleNView":{"buttons":[{"float":"right","text":"删除","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/fetchExam/fetchExam","meta":{},"window":{"navigationBarTitleText":"领料审批"}},{"path":"/pages/exitMaterialDetail/exitMaterialDetail","meta":{},"window":{"navigationBarTitleText":"退料申请明细"}},{"path":"/pages/fetchMaterialDetail/fetchMaterialDetail","meta":{},"window":{"navigationBarTitleText":"领料明细"}},{"path":"/pages/exitExam/exitExam","meta":{},"window":{"navigationBarTitleText":"退料审批"}},{"path":"/pages/newInStore/newInStore","meta":{},"window":{"navigationBarTitleText":"新购入库"}},{"path":"/pages/newBuyDetail/newBuyDetail","meta":{},"window":{"navigationBarTitleText":"新购明细"}},{"path":"/pages/newInAfterScan/newInAfterScan","meta":{},"window":{"navigationBarTitleText":"新购机具详情"}},{"path":"/pages/fix/fix","meta":{},"window":{"navigationBarTitleText":"维修"}},{"path":"/pages/fixDetail/fixDetail","meta":{},"window":{"navigationBarTitleText":"维修明细"}},{"path":"/pages/innerFix/innerFix","meta":{},"window":{"navigationBarTitleText":"内部维修"}},{"path":"/pages/returnFix/returnFix","meta":{},"window":{"navigationBarTitleText":"返厂维修"}},{"path":"/pages/waitCrash/waitCrash","meta":{},"window":{"navigationBarTitleText":"待报废"}},{"path":"/pages/backMaterialInStore/backMaterialInStore","meta":{},"window":{"navigationBarTitleText":"退料入库"}},{"path":"/pages/backMaterialInStoreDetail/backMaterialInStoreDetail","meta":{},"window":{"navigationBarTitleText":"退料入库明细"}},{"path":"/pages/repairTestInStore/repairTestInStore","meta":{},"window":{"navigationBarTitleText":"修试入库"}},{"path":"/pages/fetchMaterialOutStore/fetchMaterialOutStore","meta":{},"window":{"navigationBarTitleText":"领料出库"}},{"path":"/pages/backMaterialReceive/backMaterialReceive","meta":{},"window":{"navigationBarTitleText":"退料接收"}},{"path":"/pages/repairTestInStoreDetail/repairTestInStoreDetail","meta":{},"window":{"navigationBarTitleText":"修试入库明细"}},{"path":"/pages/exitMaterialSelect/exitMaterialSelect","meta":{},"window":{"navigationBarTitleText":"退料物料选择"}},{"path":"/pages/exitExamDetail/exitExamDetail","meta":{},"window":{"navigationBarTitleText":"退料明细"}},{"path":"/pages/crashExam/crashExam","meta":{},"window":{"navigationBarTitleText":"报废审核"}},{"path":"/pages/testExam/testExam","meta":{},"window":{"navigationBarTitleText":"试验检验审核"}},{"path":"/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","meta":{},"window":{"navigationBarTitleText":"领料出库明细"}},{"path":"/pages/codeOutStore/codeOutStore","meta":{},"window":{"navigationBarTitleText":"编码出库"}},{"path":"/pages/scanOutStore/scanOutStore","meta":{},"window":{"navigationBarTitleText":"二维码出库"}},{"path":"/pages/backMaterialReceiveDetail/backMaterialReceiveDetail","meta":{},"window":{"navigationBarTitleText":"退料接收明细"}},{"path":"/pages/scanReceive/scanReceive","meta":{},"window":{"navigationBarTitleText":"二维码接收"}},{"path":"/pages/codeReceive/codeReceive","meta":{},"window":{"navigationBarTitleText":"编码接收"}}];
|
||||
var __uniConfig = {"pages":["pages/index/index","pages/user/user","pages/workSpace/workSpace","pages/login/login","pages/fetchMaterial/fetchMaterial","pages/exitMaterial/exitMaterial","pages/workFetchMaterial/workFetchMaterial","pages/workExitMaterial/workExitMaterial","pages/deviceDetail/deviceDetail","pages/orderCart/orderCart","pages/fetchExam/fetchExam","pages/exitMaterialDetail/exitMaterialDetail","pages/fetchMaterialDetail/fetchMaterialDetail","pages/exitExam/exitExam","pages/newInStore/newInStore","pages/newBuyDetail/newBuyDetail","pages/newInAfterScan/newInAfterScan","pages/fix/fix","pages/fixDetail/fixDetail","pages/innerFix/innerFix","pages/returnFix/returnFix","pages/waitCrash/waitCrash","pages/backMaterialInStore/backMaterialInStore","pages/backMaterialInStoreDetail/backMaterialInStoreDetail","pages/repairTestInStore/repairTestInStore","pages/fetchMaterialOutStore/fetchMaterialOutStore","pages/backMaterialReceive/backMaterialReceive","pages/repairTestInStoreDetail/repairTestInStoreDetail","pages/exitMaterialSelect/exitMaterialSelect","pages/exitExamDetail/exitExamDetail","pages/crashExam/crashExam","pages/testExam/testExam","pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","pages/codeOutStore/codeOutStore","pages/scanOutStore/scanOutStore","pages/backMaterialReceiveDetail/backMaterialReceiveDetail","pages/scanReceive/scanReceive","pages/codeReceive/codeReceive","pages/numReceive/numReceive"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#2c2c2c","selectedColor":"#1296db","borderStyle":"black","backgroundColor":"#FFFFFF","iconWidth":"24px","list":[{"pagePath":"pages/index/index","iconPath":"static/home.png","selectedIconPath":"static/homeSelected.png","text":"首页"},{"pagePath":"pages/workSpace/workSpace","iconPath":"static/workSpace.png","selectedIconPath":"static/workSpaceSelected.png","text":"工作台"},{"pagePath":"pages/user/user","iconPath":"static/my.png","selectedIconPath":"static/mySelected.png","text":"个人中心"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"SmartStorage","compilerVersion":"3.8.7","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/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"个人中心"}},{"path":"/pages/workSpace/workSpace","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"工作台"}},{"path":"/pages/login/login","meta":{},"window":{"navigationBarTitleText":"登录"}},{"path":"/pages/fetchMaterial/fetchMaterial","meta":{},"window":{"navigationStyle":"custom"}},{"path":"/pages/exitMaterial/exitMaterial","meta":{},"window":{"navigationBarTitleText":"退料申请","titleNView":{"buttons":[{"float":"right","text":"新增","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/workFetchMaterial/workFetchMaterial","meta":{},"window":{"navigationBarTitleText":"工器具领料申请"}},{"path":"/pages/workExitMaterial/workExitMaterial","meta":{},"window":{"navigationBarTitleText":"工器具退料申请"}},{"path":"/pages/deviceDetail/deviceDetail","meta":{},"window":{"navigationBarTitleText":"机具详情"}},{"path":"/pages/orderCart/orderCart","meta":{},"window":{"navigationBarTitleText":"预约车","titleNView":{"buttons":[{"float":"right","text":"删除","fontSize":"16px","onclick":"Function"}]}}},{"path":"/pages/fetchExam/fetchExam","meta":{},"window":{"navigationBarTitleText":"领料审批"}},{"path":"/pages/exitMaterialDetail/exitMaterialDetail","meta":{},"window":{"navigationBarTitleText":"退料申请明细"}},{"path":"/pages/fetchMaterialDetail/fetchMaterialDetail","meta":{},"window":{"navigationBarTitleText":"领料明细"}},{"path":"/pages/exitExam/exitExam","meta":{},"window":{"navigationBarTitleText":"退料审批"}},{"path":"/pages/newInStore/newInStore","meta":{},"window":{"navigationBarTitleText":"新购入库"}},{"path":"/pages/newBuyDetail/newBuyDetail","meta":{},"window":{"navigationBarTitleText":"新购明细"}},{"path":"/pages/newInAfterScan/newInAfterScan","meta":{},"window":{"navigationBarTitleText":"新购机具详情"}},{"path":"/pages/fix/fix","meta":{},"window":{"navigationBarTitleText":"维修"}},{"path":"/pages/fixDetail/fixDetail","meta":{},"window":{"navigationBarTitleText":"维修明细"}},{"path":"/pages/innerFix/innerFix","meta":{},"window":{"navigationBarTitleText":"内部维修"}},{"path":"/pages/returnFix/returnFix","meta":{},"window":{"navigationBarTitleText":"返厂维修"}},{"path":"/pages/waitCrash/waitCrash","meta":{},"window":{"navigationBarTitleText":"待报废"}},{"path":"/pages/backMaterialInStore/backMaterialInStore","meta":{},"window":{"navigationBarTitleText":"退料入库"}},{"path":"/pages/backMaterialInStoreDetail/backMaterialInStoreDetail","meta":{},"window":{"navigationBarTitleText":"退料入库明细"}},{"path":"/pages/repairTestInStore/repairTestInStore","meta":{},"window":{"navigationBarTitleText":"修试入库"}},{"path":"/pages/fetchMaterialOutStore/fetchMaterialOutStore","meta":{},"window":{"navigationBarTitleText":"领料出库"}},{"path":"/pages/backMaterialReceive/backMaterialReceive","meta":{},"window":{"navigationBarTitleText":"退料接收"}},{"path":"/pages/repairTestInStoreDetail/repairTestInStoreDetail","meta":{},"window":{"navigationBarTitleText":"修试入库明细"}},{"path":"/pages/exitMaterialSelect/exitMaterialSelect","meta":{},"window":{"navigationBarTitleText":"退料物料选择"}},{"path":"/pages/exitExamDetail/exitExamDetail","meta":{},"window":{"navigationBarTitleText":"退料明细"}},{"path":"/pages/crashExam/crashExam","meta":{},"window":{"navigationBarTitleText":"报废审核"}},{"path":"/pages/testExam/testExam","meta":{},"window":{"navigationBarTitleText":"试验检验审核"}},{"path":"/pages/fetchMaterialOutStoreDetail/fetchMaterialOutStoreDetail","meta":{},"window":{"navigationBarTitleText":"领料出库明细"}},{"path":"/pages/codeOutStore/codeOutStore","meta":{},"window":{"navigationBarTitleText":"编码出库"}},{"path":"/pages/scanOutStore/scanOutStore","meta":{},"window":{"navigationBarTitleText":"二维码出库"}},{"path":"/pages/backMaterialReceiveDetail/backMaterialReceiveDetail","meta":{},"window":{"navigationBarTitleText":"退料接收明细"}},{"path":"/pages/scanReceive/scanReceive","meta":{},"window":{"navigationBarTitleText":"二维码接收"}},{"path":"/pages/codeReceive/codeReceive","meta":{},"window":{"navigationBarTitleText":"编码接收"}},{"path":"/pages/numReceive/numReceive","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}}}});
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue