diff --git a/src/api/ManufacturingCenter/ProcessingStatusNew.js b/src/api/ManufacturingCenter/ProcessingStatusNew.js index bd1818e1..00b9e3ad 100644 --- a/src/api/ManufacturingCenter/ProcessingStatusNew.js +++ b/src/api/ManufacturingCenter/ProcessingStatusNew.js @@ -105,8 +105,8 @@ export function submitEdit(Number1, completetime, processSerialNumber) { method: 'post', data: { type: 2, - name: '车间生产管理工艺_加工完成时间_补录', - param: '人员编号=' + Number1 + '=string&完成时间=' + completetime + '=string&工序流水号=' + processSerialNumber + '=string' + name: '车间生产管理工艺_零件工序_修改数据_工作者_根据人员编号和完成日期', + param: '人员编号=' + Number1 + '=string&完成日期=' + completetime + '=string&工序流水号=' + processSerialNumber + '=string' } }) } diff --git a/src/utils/request.js b/src/utils/request.js index ce7f12fd..1da72057 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -25,7 +25,6 @@ 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`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/ManufacturingCenter/MachiningParts/index.vue b/src/views/ManufacturingCenter/MachiningParts/index.vue index 14226634..4edf476a 100644 --- a/src/views/ManufacturingCenter/MachiningParts/index.vue +++ b/src/views/ManufacturingCenter/MachiningParts/index.vue @@ -1,125 +1,132 @@