From edb0c23348c9b705d5be9298ed2cbbd0f103e2be Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 25 七月 2024 10:27:35 +0800 Subject: [PATCH] 优化温度循环页面 --- src/main.js | 2 +- src/components/do/b1-inspect-order-plan/Inspection.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index eeaebea..0467e3d 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -497,7 +497,7 @@ ref="wareTableData" border v-loading="wareTableDataLoading" - style="width: 100%;margin-bottom: 30px;" align="center"> + style="width: 100%;margin-bottom: 30px;" align="center" v-show="wareForm.inspectionItemSubclass!='20(甯告俯)'&&wareForm.inspectionItemSubclass!='20'||(wareForm.inspectionItemSubclass=='20(甯告俯)'&&wareForm.inspectionItem==1)||(wareForm.inspectionItemSubclass=='20'&&wareForm.inspectionItem==numOptions.length)"> <el-table-column label="搴忓彿" type="index" @@ -787,7 +787,6 @@ import ValueTable from '../../tool/value-table.vue' import file from '../../../util/file' import excelFunction from '../../../util/excelFountion' -import { number } from 'echarts' export default { props: ['sonLaboratory', 'orderId', 'state'], components: { @@ -1175,6 +1174,7 @@ }) }) }, + // 澶氱嚎绋� startWorker() { if (this.worker) { this.stopWorker(); // 纭繚涔嬪墠鐨� Worker 宸插仠姝� diff --git a/src/main.js b/src/main.js index 1ce1506..f1ef892 100644 --- a/src/main.js +++ b/src/main.js @@ -21,7 +21,7 @@ // Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; // const javaApi = 'http://127.0.0.1:8001'; // 寮狅細192.168.45.249 -const javaApi = 'http://172.20.10.5:8001'; +const javaApi = 'http://192.168.45.249:8001'; //浜� // Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080"; -- Gitblit v1.9.3