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 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 @@ - 选入零件 - 导出任务单 + 选入零件 + 导出任务单 - 提交 + 提交 - 保存 + 保存
- +