From 8e37b959738eaa0e2a92b1b51a4eaf0429aa0e2b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 24 十月 2025 16:23:33 +0800
Subject: [PATCH] 工单自动带出刀具时也填充寿命比预警值

---
 components/WorkOrder.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/WorkOrder.vue b/components/WorkOrder.vue
index 074183e..842fc1e 100644
--- a/components/WorkOrder.vue
+++ b/components/WorkOrder.vue
@@ -228,7 +228,7 @@
 			// 娣诲姞鍒锋柊鎸夐挳鐨勫鐞嗘柟娉�
 			handleRefresh() {
 				this.$sendPostRequest({
-					url: "http://192.168.0.94:9095/Numerical/RefreshDev",
+                    url: "http://192.168.0.94:9095/Numerical/RefreshDevBycl",
 					data: {
 						machineNo: this.order.machineNo
 					},
@@ -648,8 +648,8 @@
         }
 
             .status-row .form-item label {
-                min-width: 110px;
-                margin-right: 8px;
+                min-width: 220px; /* 鍙牴鎹疄闄呮儏鍐佃皟鏁村搴� */
+                white-space: nowrap;
             }
 
         .status-row .inp {

--
Gitblit v1.9.3