From 7191ff367c33526180d3308183e2a425bb3a0775 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 13 十一月 2025 13:50:29 +0800
Subject: [PATCH] 修改保存逻辑

---
 components/WorkOrder.vue |   54 +++++++++++++++++++++---------------------------------
 1 files changed, 21 insertions(+), 33 deletions(-)

diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index ea0773a..1522a52 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -60,19 +60,18 @@
 				</view>
 			</view>
 			<view class="form-row1">
-				<view class="right-group">
-					<view class="form-item" style="display:inline-block;">
-						<label>宸ュ崟鐘舵��:</label>
-						<input class="inp1" type="text" v-model="order.daa018" disabled="true" />
-						<!-- 鍒锋柊鎸夐挳 -->
-						<button @click="handleRefresh" class="refresh-btn">鍒锋柊</button>
-					</view>
-					<view class="form-item">
-						<label>鏈哄彴缂栧彿:</label>
-						<input class="inp2" type="text" v-model="order.machineNo" disabled="true" />
-					</view>
+				<view class="form-item" style="display:inline-block;">
+					<label>宸ュ崟鐘舵��:</label>
+					<input class="inp1" type="text" v-model="order.daa018" disabled="true" />
+					<!-- 鍒锋柊鎸夐挳 -->
+					<button @click="handleRefresh" class="refresh-btn">鍒锋柊</button>
+				</view>
+				<view class="form-item">
+					<label>鏈哄彴缂栧彿:</label>
+					<input class="inp2" type="text" v-model="order.machineNo" disabled="true" />
 				</view>
 			</view>
+		</view>
 
 		<!-- 涓儴锛氳繍琛岀姸鎬� -->
 		<view class="section card">
@@ -669,6 +668,17 @@
             padding: 3px;
         }
 
+    .inp {
+        float: left;
+        width: 85%;
+        padding: 3px;
+        border: 1px solid #ccc;
+        border-radius: 0.5vw;
+        margin-top: 0.2vh;
+        font-size: 15px;
+        height: 26px;
+    }
+
     /* 閽堝1280*717灞忓箷鐨勭壒瀹氫紭鍖� */
     @media screen and (max-width: 1280px) and (max-height: 800px) {
         .top-order {
@@ -689,26 +699,4 @@
             margin-bottom: 4px;
         }
     }
-
-    .top-order {
-        width: 65%;
-        display: inline-block;
-        vertical-align: top;
-    }
-
-    .form-row1 {
-        display: flex;
-        flex-direction: row;
-        justify-content: flex-end;
-        align-items: center;
-        position: relative;
-        /* width: 100%;  // 鍘绘帀杩欒 */
-    }
-
-    .right-group {
-        display: flex;
-        align-items: center;
-        gap: 24px; /* 鎺у埗涓ゅ潡涔嬮棿鐨勯棿璺濓紝鍙牴鎹渶瑕佽皟鏁� */
-    }
-
 </style>
\ No newline at end of file

--
Gitblit v1.9.3