From 340a8b2c7a55c879e4a9d4642fae988c651853c7 Mon Sep 17 00:00:00 2001 From: yangjiahang Date: Mon, 10 Feb 2020 10:37:04 +0800 Subject: [PATCH 1/2] a --- config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 7609b831..6427159f 100644 --- a/config/index.js +++ b/config/index.js @@ -7,8 +7,8 @@ const os = require('os') const networkInterfaces = os.networkInterfaces() -const ip = networkInterfaces['WLAN'][1] ? networkInterfaces['WLAN'][1].address : networkInterfaces['WLAN'][0].address -// const ip = '127.0.0.1' +// const ip = networkInterfaces['WLAN'][1] ? networkInterfaces['WLAN'][1].address : networkInterfaces['WLAN'][0].address +const ip = '127.0.0.1' module.exports = { dev: { // Paths From ca18aeac28aa9cef8c03c5eaa9740063616f12c3 Mon Sep 17 00:00:00 2001 From: yangjiahang Date: Mon, 10 Feb 2020 11:01:01 +0800 Subject: [PATCH 2/2] a --- src/views/Inventory/MaterialOut/index.vue | 21 +++++++++++++++-- .../ContractDetailsInquiry/index.vue | 2 +- .../index.vue | 23 ++++++++++++++++--- .../OutsourcingTaskExecution/index.vue | 16 ++++++------- 4 files changed, 48 insertions(+), 14 deletions(-) diff --git a/src/views/Inventory/MaterialOut/index.vue b/src/views/Inventory/MaterialOut/index.vue index b9199e7f..303e2e83 100644 --- a/src/views/Inventory/MaterialOut/index.vue +++ b/src/views/Inventory/MaterialOut/index.vue @@ -4,9 +4,9 @@
领料单编号: - 查询 + 查询 - 领料确认 + 领料确认
@@ -680,3 +680,20 @@ export default { background: #E9F0F9 !important; } + diff --git a/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue b/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue index dd0f8609..76c40d39 100644 --- a/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue +++ b/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue @@ -31,7 +31,7 @@ 计划总工时(小时): - 查询 + 查询 diff --git a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue index 7c5c8d2a..d1ace90f 100644 --- a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue +++ b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue @@ -5,7 +5,7 @@ 外协厂家: - 查询 + 查询 @@ -55,7 +55,7 @@ 开票明细: - 新增 + 新增 @@ -89,7 +89,7 @@ 付款明细: - 新增 + 新增 @@ -422,3 +422,20 @@ export default { background: #AEF199; } + diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue index 2bfd12e4..e19386cd 100644 --- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue +++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue @@ -3,7 +3,7 @@ 零件号: - 查询 + 查询 打回车间 --> 厂家: - 查询 + 查询 新增 @@ -139,16 +139,16 @@ - 选入零件 - 导出任务单 + 选入零件 + 导出任务单 - 提交 + 提交 - 保存 + 保存
- +