加工进度查询
This commit is contained in:
@@ -23,11 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil
|
|||||||
export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
|
export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
|
||||||
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
|
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
<<<<<<< HEAD
|
baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
|
||||||
baseURL: `http://192.168.0.104:8005/submit/MESCommonBase.ashx`,
|
|
||||||
=======
|
|
||||||
baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`,
|
|
||||||
>>>>>>> e3035b1d55444222c4f068bc3cd159ea6cd21458
|
|
||||||
timeout: 1500000 // 请求超时时间
|
timeout: 1500000 // 请求超时时间
|
||||||
})
|
})
|
||||||
export default service
|
export default service
|
||||||
|
|||||||
@@ -451,13 +451,18 @@ export default {
|
|||||||
value2: response.data[i].项目名称
|
value2: response.data[i].项目名称
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}).then(() => {
|
if (Cookie.get('group') !== undefined) {
|
||||||
this.Machine = parseInt(Cookie.get('machineValue'))
|
this.Machine = parseInt(Cookie.get('machineValue'))
|
||||||
this.getGroup()
|
this.getGroup()
|
||||||
this.Group = parseInt(Cookie.get('group'))
|
this.Group = parseInt(Cookie.get('group'))
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
Cookie.remove('machineValue')
|
Cookie.remove('machineValue')
|
||||||
Cookie.remove('group')
|
Cookie.remove('group')
|
||||||
|
} else {
|
||||||
|
this.getTableData()
|
||||||
|
Cookie.remove('machineValue')
|
||||||
|
Cookie.remove('group')
|
||||||
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.Machine = ''
|
this.Machine = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user