暂时关闭物料检查,时间过长,需要优化

This commit is contained in:
赵正易 2024-10-11 17:05:23 +08:00
parent a527f7ffd9
commit e0c3a5eb38
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

@ -15,7 +15,7 @@ import {
tansParams
} from '@/utils/common'
let timeout = 10000
let timeout = 60000
const baseUrl = config.baseUrl
const request = config => {