diff --git a/src/utils/request.js b/src/utils/request.js index 38f59628..5796c6c3 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -17,8 +17,8 @@ export const uploadInvoiceScan1 = `http://192.168.1.231:8411/submit/uploadInvoic export const download = `http://192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement export const uploadPerson = `http://192.168.1.231:8411/submit/uploadPerson.ashx` export const uploadOP = `http://192.168.1.231:8411/submit/uploadOP.ashx` -export const url = `http://192.168.1.231:8411/submit/MESCommonBase.ashx` // 采购件入库、离线件入库 -export const ExcelDownLoad = 'http:/192.168.1.231:8411/submit/downloadFile.ashx' // 导出excel +export const url = `http://192.168.0.107:8079/submit/MESCommonBase.ashx` // 采购件入库、离线件入库 +export const ExcelDownLoad = 'http://192.168.0.107:8079/submit/downloadFile.ashx' // 导出excel // 技术中心程序发布时要更改下面所有的IP到0段 export const ServerIP = `http://192.168.1.231:8411/webpage/file/` export const uploadFileMachine = `http://192.168.1.231:8411/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231 @@ -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.0.110:8002/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.107:8079/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) export default service diff --git a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue index 446d7eca..061aca91 100644 --- a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue +++ b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue @@ -23,7 +23,7 @@ 查询 - + - + {{ scope.row.工艺名称 }} @@ -56,11 +56,11 @@ {{ scope.row.操作者 }} - - - {{ scope.row.排产日期 }} - - + + + + + {{ scope.row.完成日期 }} @@ -69,7 +69,7 @@ - + - + - - - - - - {{ scope.row.跟单号 }} + + + + + + {{ scope.row.零件图号 }} diff --git a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue index cbd24494..32684fde 100644 --- a/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue +++ b/src/views/ManufacturingCenter/ScheduleCompletionDetails/index.vue @@ -37,7 +37,7 @@ {{ scope.row.设备总工时 }} - + {{ scope.row.修补准结总工时 }} @@ -66,7 +66,7 @@ - + {{ scope.row.零件图号 }} @@ -96,12 +96,12 @@ {{ scope.row.设备工时 }} - + {{ scope.row.修补准结工时 }} - + {{ scope.row.操作时间 }} diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue index a58ba796..c4c4ffc5 100644 --- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue +++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue @@ -233,21 +233,23 @@ - + + + 选入物料 @@ -1188,7 +1190,7 @@ export default { tableData11: [], // 外购件列表 total11: 0, pageCurrent11: 1, - pageSize11: 1000, + pageSize11: 50, tableData12: [], // 基本件列表 total12: 0, pageCurrent12: 1,