diff --git a/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue b/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue index 6ece4d4..8c614b4 100644 --- a/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue +++ b/src/views/modules/shopOrder/productionReport/searchProductionLineOutputReport.vue @@ -91,7 +91,7 @@ v-model="searchData.date1" type="date" value-format="yyyy-MM-dd" - placeholder="开始日期" + placeholder="开始日期"dd style="flex: 1"> ~ diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index feba127..33b7f78 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -5406,7 +5406,7 @@ export default { } // 从配置文件获取URL并拼接参数 - const baseUrl = window.SITE_CONFIG['processDataUrl'] || 'http://pdm.bt.in:3010/#/public/processData'; + const baseUrl = window.SITE_CONFIG['processDataUrl'] || 'http://pdm.bt.in/#/public/processData'; const targetUrl = `${baseUrl}/${workcenterNo}/${batchNo}`; // 在新窗口打开 diff --git a/static/config/index-prod.js b/static/config/index-prod.js index 7b580b1..9c72a33 100644 --- a/static/config/index-prod.js +++ b/static/config/index-prod.js @@ -13,5 +13,5 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })(); diff --git a/static/config/index-qa.js b/static/config/index-qa.js index 8ccf488..7e544cb 100644 --- a/static/config/index-qa.js +++ b/static/config/index-qa.js @@ -13,5 +13,5 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })(); diff --git a/static/config/index-uat.js b/static/config/index-uat.js index 1dfd877..5baca49 100644 --- a/static/config/index-uat.js +++ b/static/config/index-uat.js @@ -13,5 +13,5 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })(); diff --git a/static/config/index.js b/static/config/index.js index 45c7d6e..48e5b8e 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -13,6 +13,6 @@ window.SITE_CONFIG['cdnUrl'] = window.SITE_CONFIG.domain + window.SITE_CONFIG.version; // 工艺参数URL配置 - window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in:3010/#/public/processData'; + window.SITE_CONFIG['processDataUrl'] = 'http://pdm.bt.in/#/public/processData'; })();