From 6d16076e72e10d05847d1988dfb76ab681e53d0d Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Sun, 26 Apr 2020 08:56:42 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectPlanningManagementNew/index.vue | 2 +- .../ProjectPlanningManagementQuery/index.vue | 2 +- src/views/layout/components/TagsView.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue b/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue index c8b8708c..302140e2 100644 --- a/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue +++ b/src/views/ManufacturingCenter/ProjectPlanningManagementNew/index.vue @@ -32,7 +32,7 @@ - + diff --git a/src/views/ManufacturingCenter/ProjectPlanningManagementQuery/index.vue b/src/views/ManufacturingCenter/ProjectPlanningManagementQuery/index.vue index f44e0ebd..971015c2 100644 --- a/src/views/ManufacturingCenter/ProjectPlanningManagementQuery/index.vue +++ b/src/views/ManufacturingCenter/ProjectPlanningManagementQuery/index.vue @@ -45,7 +45,7 @@ - + diff --git a/src/views/layout/components/TagsView.vue b/src/views/layout/components/TagsView.vue index d26a78b8..edc4921d 100644 --- a/src/views/layout/components/TagsView.vue +++ b/src/views/layout/components/TagsView.vue @@ -67,14 +67,14 @@ export default { document.getElementsByClassName('navbar')[0].style.minWidth = '1710px' break case 'ProjectPlanningManagementNew': // 项目计划管理 - document.getElementById('app-main').style.width = '1710px' - document.getElementsByClassName('tags-view-wrapper')[0].style.minWidth = '1710px' - document.getElementsByClassName('navbar')[0].style.minWidth = '1710px' + document.getElementById('app-main').style.width = '1700px' + document.getElementsByClassName('tags-view-wrapper')[0].style.minWidth = '1700px' + document.getElementsByClassName('navbar')[0].style.minWidth = '1700px' break - case 'ProjectPlanningManagementQuery': // 项目计划管理 - document.getElementById('app-main').style.width = '1710px' - document.getElementsByClassName('tags-view-wrapper')[0].style.minWidth = '1710px' - document.getElementsByClassName('navbar')[0].style.minWidth = '1710px' + case 'ProjectPlanningManagementQuery': // 项目计划查询 + document.getElementById('app-main').style.width = '1700px' + document.getElementsByClassName('tags-view-wrapper')[0].style.minWidth = '1700px' + document.getElementsByClassName('navbar')[0].style.minWidth = '1700px' break case 'CreatingPurchasingMaterials': // 外购备料 document.getElementById('app-main').style.width = '1865px' From 08b06cee4f10c7dd6b197d558899526fa4e83ac0 Mon Sep 17 00:00:00 2001 From: liulujia <759670076@qq.com> Date: Sun, 26 Apr 2020 15:05:32 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E7=9B=B8=E5=85=B3V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 2 +- src/views/PurchasingCenter/PurchaseSituationSearch/index.vue | 4 ++-- src/views/PurchasingCenter/ReceiveCheck/index.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 0e7d73f1..f79d7a47 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -27,7 +27,7 @@ export const downloadFileMachine = `http://123.56.95.229:8010/submit/downloadFil export const MESUploadFile = `http://123.56.95.229:8010/submit/MESUploadFile.ashx` export const MESDownloadFile = `http://123.56.95.229:8010/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://123.56.95.229:8010/submit/MESCommonBase.ashx`, + baseURL: `http://123.56.95.229:58010/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue index b2803a67..2568d28c 100644 --- a/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue +++ b/src/views/PurchasingCenter/PurchaseSituationSearch/index.vue @@ -335,10 +335,10 @@ {{ scope.row.零件数量 || '—' }} - + diff --git a/src/views/PurchasingCenter/ReceiveCheck/index.vue b/src/views/PurchasingCenter/ReceiveCheck/index.vue index ec99731e..26a544fe 100644 --- a/src/views/PurchasingCenter/ReceiveCheck/index.vue +++ b/src/views/PurchasingCenter/ReceiveCheck/index.vue @@ -326,7 +326,7 @@ export default { param[6] = ['机床号物料名称_check', check4] param[7] = ['机床号物料名称', this.machinenum] param[8] = ['合计', this.totalPrice] - param[9] = ['表名', '采购核算'] + param[9] = ['表名', '领用核算'] var Data = this.CreateData('2001', '采购管理_领用核算_查询数据_导出', param) this.exportExcel_NPOI(Data) } From f953291273a04b3deb52346c64c0ace0dae52479 Mon Sep 17 00:00:00 2001 From: liulujia <759670076@qq.com> Date: Sun, 26 Apr 2020 15:53:16 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E5=AF=BC=E5=87=BAV2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 34 +++++++++---------- .../AssemblyQualityInspection/index.vue | 4 +-- .../RequestApprovalQuery1/index.vue | 5 +++ 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index f79d7a47..c09b5fd3 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -8,24 +8,24 @@ export const name1 = `OP1000` export const name3 = `OP2000` export const name4 = `OP9999` -export const readFile = `http://123.56.95.229:8010/webpage/file/` // invoice -export const readImg = `http://123.56.95.229:8010/webpage/img/` // delivery/MS/performancebond -export const upload = `http://123.56.95.229:8010/submit/uploadFile.ashx` // ContractInformationManagement -export const upload2 = `http://123.56.95.229:8010/submit/upload2.ashx` // delivery -export const upload3 = `http://123.56.95.229:8010/submit/upload3.ashx` // performancebond -export const uploadInvoiceScan = `http://123.56.95.229:8010/submit/uploadInvoiceScan.ashx` // invoice -export const uploadInvoiceScan1 = `http://123.56.95.229:8010/submit/uploadInvoiceScan1.ashx` // invoice(workshop) -export const download = `http://123.56.95.229:8010/submit/downloadFile.ashx` // ContractInformationManagement -export const uploadPerson = `http://123.56.95.229:8010/submit/uploadPerson.ashx` -export const uploadOP = `http://123.56.95.229:8010/submit/uploadOP.ashx` -export const url = `http://123.56.95.229:8010/submit/MESCommonBase.ashx` // 采购件入库、离线件入库 -export const ExcelDownLoad = 'http://123.56.95.229:8010/submit/MESCommonBase.ashx' // 导出excel +export const readFile = `http://123.56.95.229:58010/webpage/file/` // invoice +export const readImg = `http://123.56.95.229:58010/webpage/img/` // delivery/MS/performancebond +export const upload = `http://123.56.95.229:58010/submit/uploadFile.ashx` // ContractInformationManagement +export const upload2 = `http://123.56.95.229:58010/submit/upload2.ashx` // delivery +export const upload3 = `http://123.56.95.229:58010/submit/upload3.ashx` // performancebond +export const uploadInvoiceScan = `http://123.56.95.229:58010/submit/uploadInvoiceScan.ashx` // invoice +export const uploadInvoiceScan1 = `http://123.56.95.229:58010/submit/uploadInvoiceScan1.ashx` // invoice(workshop) +export const download = `http://123.56.95.229:58010/submit/downloadFile.ashx` // ContractInformationManagement +export const uploadPerson = `http://123.56.95.229:58010/submit/uploadPerson.ashx` +export const uploadOP = `http://123.56.95.229:58010/submit/uploadOP.ashx` +export const url = `http://123.56.95.229:58010/submit/MESCommonBase.ashx` // 采购件入库、离线件入库 +export const ExcelDownLoad = 'http://123.56.95.229:58010/submit/MESCommonBase.ashx' // 导出excel // 技术中心程序发布时要更改下面所有的IP到0段 -export const ServerIP = `http://123.56.95.229:8010/webpage/file/` -export const uploadFileMachine = `http://123.56.95.229:8010/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231 -export const downloadFileMachine = `http://123.56.95.229:8010/submit/downloadFileMachine.ashx` // 机床总图 发布时改成0.231 -export const MESUploadFile = `http://123.56.95.229:8010/submit/MESUploadFile.ashx` -export const MESDownloadFile = `http://123.56.95.229:8010/submit/MESDownloadFile.ashx` +export const ServerIP = `http://123.56.95.229:58010/webpage/file/` +export const uploadFileMachine = `http://123.56.95.229:58010/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231 +export const downloadFileMachine = `http://123.56.95.229:58010/submit/downloadFileMachine.ashx` // 机床总图 发布时改成0.231 +export const MESUploadFile = `http://123.56.95.229:58010/submit/MESUploadFile.ashx` +export const MESDownloadFile = `http://123.56.95.229:58010/submit/MESDownloadFile.ashx` const service = axios.create({ baseURL: `http://123.56.95.229:58010/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 diff --git a/src/views/Assembly/AssemblyQualityInspection/index.vue b/src/views/Assembly/AssemblyQualityInspection/index.vue index 2db35883..a7866bab 100644 --- a/src/views/Assembly/AssemblyQualityInspection/index.vue +++ b/src/views/Assembly/AssemblyQualityInspection/index.vue @@ -176,8 +176,8 @@ export default { if (this.qualityInspectionValue !== '' && this.qualityInspectionValue !== null) { this.check4 = 1 } else { this.check4 = 0 } selecttable22(this.check1, this.machineNumberValue, this.check2, this.groupNumberValue, this.check3, this.TestValue, this.check4, this.qualityInspectionValue).then(response => { import('@/vendor/Export2Excel').then(excel => { - const tHeader = ['是否合格', '机床图号', '机床名称', '组号', '部件名称', '检测项', '检测项明细', '备注'] - const filterVal = ['合格情况', '机床图号', '机床名称', '组号', '组件名称', '检测项', '检测项明细', '备注'] + const tHeader = ['检验情况', '机床图号', '机床名称', '组号', '部件名称', '检测项', '检测项明细', '质检时间', '质检员', '备注'] + const filterVal = ['合格情况', '机床图号', '机床名称', '组号', '组件名称', '检测项', '检测项明细', '质检时间', '姓名', '备注'] const list = response.data const data = this.formatJson(filterVal, list) excel.export_json_to_excel({ diff --git a/src/views/ManufacturingCenter/RequestApprovalQuery1/index.vue b/src/views/ManufacturingCenter/RequestApprovalQuery1/index.vue index 233c3946..efa7ce8a 100644 --- a/src/views/ManufacturingCenter/RequestApprovalQuery1/index.vue +++ b/src/views/ManufacturingCenter/RequestApprovalQuery1/index.vue @@ -66,6 +66,11 @@ {{ scope.row.审核情况内容 }} + + +