From e85dba4a3a76bb09d7da48df0aa1f5836e2aa228 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 12 十一月 2025 15:10:39 +0800
Subject: [PATCH] computed 新增

---
 pages/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index aa0702e..0a14b72 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -166,6 +166,10 @@
 			<view v-if="currentTab === 6" class="tab-content">
 				<Technology :orderId="orderId" :orderNo="selectedOrder" :machineNo="machineNo" />
 			</view>
+			<view v-if="currentTab === 9" class="tab-content">
+				<!-- 璁惧鐐规瑙嗗浘 -->
+				<EquipmentInspection :machineNo="machineNo" />
+			</view>
 		</scroll-view>
 
 
@@ -401,7 +405,7 @@
 				this.getWomdaaIsShow();
 			},
 			getPrintInfo() {
-				var mac = "ac:f4:2c:20:0d:b4";
+				var mac = "";
 				
 				mac = "74:24:ca:4f:b7:9b";
 				this.$post({
@@ -421,6 +425,7 @@
 
 					this.getWomdaaIsShow();
 				});
+				return;
 				
 				
 	 			if (plus.os.name == "Android") {

--
Gitblit v1.9.3