From ed0033546b9270542069aef1d0891d64300e0061 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sun, 22 Sep 2019 09:23:57 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Outsourcing/OutsourcingTaskExecution/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue index 93b94f6f..764a6aac 100644 --- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue +++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue @@ -158,7 +158,7 @@ 选入零件 - + @@ -416,7 +416,7 @@ 查询 - + {{ scope.row.外协厂家名称 }} From 201a6d36f58042eeb135a65a3a7b1277ccada50b Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sun, 22 Sep 2019 09:39:34 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=90=88=E8=AE=A1=E6=A0=8F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 8 ++++++++ src/utils/request.js | 2 +- src/views/PurchasingCenter/ProjectTotalSearch/index.vue | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 7a4f2451..1da11e6a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -218,3 +218,11 @@ el-card{ //card白条宽度 padding: 5px 5px; } +.el-table__footer { + height: 37px; +} +.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td { + background-color: rgb(126,172,237); + font-weight:bold; + color: black; +} diff --git a/src/utils/request.js b/src/utils/request.js index 8eaacaf2..ca0340f5 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +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 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://localhost:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue index 74e3c374..12faf6c8 100644 --- a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue +++ b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue @@ -164,7 +164,6 @@ export default { this.machineValue ? check2 = 1 : check2 = 0 this.groupValue ? check3 = 1 : check3 = 0 searchProjectTotal(1, this.projectValue, check2, this.machineValue, check3, this.groupValue).then(response => { - console.log(response.data) this.tableData1 = response.data }) } else { From ac440f57d921e304e71abcf5878565de9f4a782b Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sun, 22 Sep 2019 10:49:30 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request.js | 2 +- src/views/Inventory/InventoryCheck/index.vue | 8 ++--- .../Inventory/InventoryManagement/index.vue | 18 +++++----- src/views/Inventory/MaterialOut/index.vue | 33 +++++++++---------- src/views/Inventory/OfflinePartOut/index.vue | 14 ++++---- .../Inventory/PurchaseInRecord/index.vue | 24 +++++++------- .../Inventory/PurchaseOutRecord/index.vue | 12 +++---- .../BacklogGoodsPrepare/index.vue | 2 +- 8 files changed, 57 insertions(+), 56 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index ca0340f5..dcdec3af 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -23,7 +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 MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx` const service = axios.create({ - baseURL: `http://localhost:8005/submit/MESCommonBase.ashx`, + baseURL: `http://192.168.0.106:8005/submit/MESCommonBase.ashx`, timeout: 1500000 // 请求超时时间 }) diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue index d612721c..931821e2 100644 --- a/src/views/Inventory/InventoryCheck/index.vue +++ b/src/views/Inventory/InventoryCheck/index.vue @@ -42,17 +42,17 @@ - + {{ scope.row.物料名称 }} - + {{ scope.row.物料型号 }} - + {{ scope.row.物料规格 }} @@ -72,7 +72,7 @@ {{ scope.row.货位名称 }} - + diff --git a/src/views/Inventory/InventoryManagement/index.vue b/src/views/Inventory/InventoryManagement/index.vue index 85a0cd31..d8918027 100644 --- a/src/views/Inventory/InventoryManagement/index.vue +++ b/src/views/Inventory/InventoryManagement/index.vue @@ -5,22 +5,22 @@ 新建仓库 - + {{ scope.row.仓库编号 }} - + {{ scope.row.仓库名称 }} - + {{ scope.row.仓库描述 }} - + {{ scope.row.地址 }} @@ -30,7 +30,7 @@ {{ scope.row.联系人 }} - + {{ scope.row.备注 }} @@ -40,11 +40,13 @@ 修改 删除 增加货位 @@ -54,12 +56,12 @@ - + {{ scope.row.货位名称 }} - + {{ scope.row.工作中心 }} diff --git a/src/views/Inventory/MaterialOut/index.vue b/src/views/Inventory/MaterialOut/index.vue index 6eb21187..0864cf7e 100644 --- a/src/views/Inventory/MaterialOut/index.vue +++ b/src/views/Inventory/MaterialOut/index.vue @@ -36,16 +36,13 @@ - - - 领料单明细:{{ pickingListNumberShow }} - - + + 备料确认 领料确认 - + + + + 领料单明细:{{ pickingListNumberShow }} + + @@ -100,7 +102,7 @@ {{ scope.row.出库数量 }} - + @@ -117,9 +119,9 @@ 未确认 - + - 归还 + 归还 @@ -185,7 +187,7 @@ - + @@ -236,7 +238,7 @@ - + @@ -251,7 +253,7 @@ - + @@ -266,7 +268,7 @@ - + @@ -823,14 +825,11 @@ export default { + From c5a05f8f5dab52b94c8a225aa7d626be39d530d9 Mon Sep 17 00:00:00 2001 From: liushuai Date: Sun, 22 Sep 2019 11:26:11 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 4 ++++ src/views/Assembly/AssemblyExecution/index.vue | 10 +++++----- src/views/Assembly/MakeAssemblyPlan/index.vue | 2 +- src/views/Assembly/MakeColdWorkPlan/index.vue | 2 +- src/views/Assembly/MakeElectricalAssembly/index.vue | 2 +- src/views/Assembly/MakePaintPlan/index.vue | 2 +- .../Outsourcing/OutsourcingTaskExecution/index.vue | 4 ++-- src/views/PurchasingCenter/ArrivalEnquiry/index.vue | 5 ----- 8 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 7a4f2451..0d996017 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -218,3 +218,7 @@ el-card{ //card白条宽度 padding: 5px 5px; } +h3 { + height: 10px!important; + margin: 0px!important; +} diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index ecf9f1ff..99a7f1b1 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -25,7 +25,7 @@ - 总装调试 + 总装调试 @@ -37,12 +37,12 @@ {{ scope.row.机床图号 }} - + {{ scope.row.机床名称 }} - + {{ scope.row.机床数量 }} @@ -67,7 +67,7 @@ {{ scope.row.调试结束时间 }} - + 开始装配 结束装配 @@ -84,7 +84,7 @@ - 部装 + 部装 diff --git a/src/views/Assembly/MakeAssemblyPlan/index.vue b/src/views/Assembly/MakeAssemblyPlan/index.vue index 78643f0a..ad0cd019 100644 --- a/src/views/Assembly/MakeAssemblyPlan/index.vue +++ b/src/views/Assembly/MakeAssemblyPlan/index.vue @@ -57,7 +57,7 @@ - 增加 + 增加装配计划 diff --git a/src/views/Assembly/MakeColdWorkPlan/index.vue b/src/views/Assembly/MakeColdWorkPlan/index.vue index 7123edef..785a18cb 100644 --- a/src/views/Assembly/MakeColdWorkPlan/index.vue +++ b/src/views/Assembly/MakeColdWorkPlan/index.vue @@ -57,7 +57,7 @@ - 增加 + 增加冷作计划 diff --git a/src/views/Assembly/MakeElectricalAssembly/index.vue b/src/views/Assembly/MakeElectricalAssembly/index.vue index 74f7c566..fbe5f185 100644 --- a/src/views/Assembly/MakeElectricalAssembly/index.vue +++ b/src/views/Assembly/MakeElectricalAssembly/index.vue @@ -57,7 +57,7 @@ - 增加 + 增加电气计划 diff --git a/src/views/Assembly/MakePaintPlan/index.vue b/src/views/Assembly/MakePaintPlan/index.vue index 92bc2249..63e291d4 100644 --- a/src/views/Assembly/MakePaintPlan/index.vue +++ b/src/views/Assembly/MakePaintPlan/index.vue @@ -57,7 +57,7 @@ - 增加 + 增加油漆计划 diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue index 93b94f6f..764a6aac 100644 --- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue +++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue @@ -158,7 +158,7 @@ 选入零件 - + @@ -416,7 +416,7 @@ 查询 - + {{ scope.row.外协厂家名称 }} diff --git a/src/views/PurchasingCenter/ArrivalEnquiry/index.vue b/src/views/PurchasingCenter/ArrivalEnquiry/index.vue index f651786e..5d11108e 100644 --- a/src/views/PurchasingCenter/ArrivalEnquiry/index.vue +++ b/src/views/PurchasingCenter/ArrivalEnquiry/index.vue @@ -36,11 +36,6 @@ {{ scope.row.采购合同流水号 }} - - - {{ scope.row.采购合同流水号 }} - - {{ scope.row.采购合同编号 }}