暂时关闭物料检查,时间过长,需要优化
This commit is contained in:
parent
a527f7ffd9
commit
e0c3a5eb38
@ -2,8 +2,8 @@
|
||||
"name" : "DOAN总装车间PDA",
|
||||
"appid" : "__UNI__EFA389B",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : 101,
|
||||
"versionName" : "1.0.3",
|
||||
"versionCode" : 103,
|
||||
"transformPx" : false,
|
||||
"app-plus" : {
|
||||
"usingComponents" : true,
|
||||
|
||||
@ -106,7 +106,7 @@ export default {
|
||||
if (!this.formValidate()) {
|
||||
return;
|
||||
}
|
||||
// 检查是否有物料需求
|
||||
// ====== 检查是否有物料需求 ========
|
||||
uni.showLoading({
|
||||
title:'物料校验中'
|
||||
})
|
||||
@ -129,6 +129,7 @@ export default {
|
||||
return false;
|
||||
}
|
||||
uni.hideLoading();
|
||||
// ==== 校验结束 ========
|
||||
const postData = {
|
||||
Ingredient_task: this.materialList,
|
||||
lineCode: this.lineCode,
|
||||
|
||||
@ -15,7 +15,7 @@ import {
|
||||
tansParams
|
||||
} from '@/utils/common'
|
||||
|
||||
let timeout = 10000
|
||||
let timeout = 60000
|
||||
const baseUrl = config.baseUrl
|
||||
|
||||
const request = config => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user