diff --git a/src/utils/request.js b/src/utils/request.js index fc41e22d..2cb92ad8 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -26,7 +26,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 MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.110:8002/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) export default service diff --git a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue index 2e5f07e8..cbd24494 100644 --- a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue +++ b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue @@ -19,9 +19,9 @@ 查询 - + - + - + - - - - + @@ -52,6 +47,11 @@ {{ scope.row.总数量 }} + + +
- + - + - + - - - - + @@ -111,6 +106,11 @@ {{ scope.row.操作时间 }} + + +
{ + console.log(response.data, 111) if (response.data.total === 0) { this.loading = false } else { @@ -176,6 +177,7 @@ export default { this.tableData2 = [] this.pageCurrent2 = 1 searchtable2(row.人员编号, this.startTime, this.endTime, this.pageCurrent2, this.pageSize2).then(response => { + console.log(response.data, 222) if (response.data.rows.length !== 0) { this.tableData2 = response.data.rows }