diff --git a/.env.development b/.env.development index a7217da..d11d038 100644 --- a/.env.development +++ b/.env.development @@ -1,9 +1,9 @@ # 页面标题 VITE_APP_TITLE = 华东计量综合系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -# VITE_APP_API_BASEURL = http://111.198.10.15:21609 +VITE_APP_API_BASEURL = http://111.198.10.15:21609 # VITE_APP_API_BASEURL = http://192.168.2.96:8085 // 徐州 -VITE_APP_API_BASEURL = http://222.187.140.114:8896 +# VITE_APP_API_BASEURL = http://222.187.140.114:8896 #房可鑫测试 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 diff --git a/.env.development b/.env.development index a7217da..d11d038 100644 --- a/.env.development +++ b/.env.development @@ -1,9 +1,9 @@ # 页面标题 VITE_APP_TITLE = 华东计量综合系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -# VITE_APP_API_BASEURL = http://111.198.10.15:21609 +VITE_APP_API_BASEURL = http://111.198.10.15:21609 # VITE_APP_API_BASEURL = http://192.168.2.96:8085 // 徐州 -VITE_APP_API_BASEURL = http://222.187.140.114:8896 +# VITE_APP_API_BASEURL = http://222.187.140.114:8896 #房可鑫测试 # VITE_APP_API_BASEURL = http://111.198.10.15:21710 diff --git a/src/views/business/schedule/interchange/dialog/labelPrint.vue b/src/views/business/schedule/interchange/dialog/labelPrint.vue index aade131..ec29c52 100644 --- a/src/views/business/schedule/interchange/dialog/labelPrint.vue +++ b/src/views/business/schedule/interchange/dialog/labelPrint.vue @@ -2,17 +2,18 @@ + - -
-
-
- 送检时间 - {{ item.realDeliverTime }} + +
+ +
+
+
+
+ 送检时间 + {{ item.realDeliverTime }} +
+
+ 仪器名称 + {{ item.sampleName }} +
+
+ 型ㅤㅤ号 + {{ item.sampleModel }} +
+
+ 出厂编号 + {{ item.manufacturingNo }} +
+
+ 备ㅤㅤ注 + {{ item.remark || '无' }} +
+ +
-
- 仪器名称 - {{ item.sampleName }} +
+ +
+
+
+ 送检时间 + {{ item.realDeliverTime }} +
+
+ 仪器名称 + {{ item.sampleName }} +
+
+ 型ㅤㅤ号 + {{ item.sampleModel }} +
+
+ 出厂编号 + {{ item.manufacturingNo }} +
+
+ 备ㅤㅤ注 + {{ item.remark || '无' }} +
+
-
- 型ㅤㅤ号 - {{ item.sampleModel }} -
-
- 出厂编号 - {{ item.manufacturingNo }} -
-
- 备ㅤㅤ注 - {{ item.remark || '无' }} -
-
-