From 78376b235b98e1143c4525a6adb7fdc7a7c45420 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 06 二月 2026 14:35:31 +0800
Subject: [PATCH] 质量模块页面调整

---
 pages/ZLGL/mojianjianyan/ProcessCheckBill.vue                |   27 +++++++------
 pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue |   24 ++++++------
 pages/ZLGL/QualityReportStep/QualityReportStepBill.vue       |   39 ++++++++++---------
 .hbuilderx/launch.json                                       |    2 
 pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue             |   24 ++++++------
 5 files changed, 60 insertions(+), 56 deletions(-)

diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 6731a79..a41ed7d 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -25,7 +25,7 @@
             "localRepoPath" : "C:/Users/19858/Desktop/鏅轰簯杩堟��/APP/STUWMS/unpackage/debug",
             "openVueDevtools" : true,
             "packageName" : "com.iflytek.inputmethod",
-            "playground" : "standard",
+            "playground" : "custom",
             "type" : "uni-app:app-android"
         }
     ]
diff --git a/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue b/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
index 2b82411..e2a006c 100644
--- a/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
+++ b/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
@@ -256,7 +256,7 @@
 					<view >
 						<view>{{ item.涓嶈壇鍘熷洜浠g爜 }}</view>
 						<view>{{ item.涓嶈壇鍘熷洜鍚嶇О }}</view>
-						<view>姹囨姤鎬绘暟:{{ item.num }}</view>
+						<view style="color:brown;">姹囨姤鎬绘暟:{{ item.num }}</view>
 					</view>
 				</view>
 			</view>
@@ -1085,7 +1085,7 @@
 <style lang="scss" scoped>
 	input {
 		width: inherit;
-		font-size: 26rpx;
+		font-size: 30rpx;
 	}
 
 	.uni-input {
@@ -1108,7 +1108,7 @@
 
 		view {
 			width: auto;
-			font-size: 26rpx;
+			font-size: 30rpx;
 			color: #555;
 			text-align: center;
 			padding: 16rpx 0;
@@ -1131,10 +1131,10 @@
 		/* 鍙�夛細璁剧疆鎹㈣鍚庣殑瀵归綈鏂瑰紡 */
 		align-content: flex-start; /* 澶氳瀵归綈鏂瑰紡 */
 		.form-item {
-			width: 600rpx;
+			width: 650rpx;
 			display: flex;
 			align-items: center;
-			font-size: 26rpx;
+			font-size: 30rpx;
 			padding: 6rpx 0;
 			 margin-right: 20rpx;
 			.left {
@@ -1149,7 +1149,7 @@
 			.right {
 				// width: 450rpx;
 				padding: 8rpx 20rpx;
-				font-size: 26rpx;
+				font-size: 30rpx;
 				flex: 1;
 				border-radius: 22rpx;
 				border: 1px solid #acacac;
@@ -1160,18 +1160,18 @@
 
 					.uni-input-placeholder,
 					.uni-input-input {
-						font-size: 26rpx;
+						font-size: 30rpx;
 					}
 				}
 
 				.uni-combox::v-deep input {
 					height: inherit;
-					font-size: 26rpx;
+					font-size: 30rpx;
 				}
 			}
 			.right-select {
 				//padding: 8rpx 20rpx;
-				font-size: 26rpx;
+				font-size: 30rpx;
 				flex: 1;
 				
 			}
@@ -1243,7 +1243,7 @@
 			width: 180rpx;
 			height: 66rpx;
 			line-height: 66rpx;
-			font-size: 26rpx;
+			font-size: 30rpx;
 		}
 
 		.btn-a {
@@ -1275,19 +1275,19 @@
 			gap: 10rpx 0;
 
 			input {
-				font-size: 26rpx;
+				font-size: 30rpx;
 			}
 
 			.detail {
 				// width: 50%;
 				box-sizing: border-box;
-				font-size: 26rpx;
+				font-size: 30rpx;
 				color: #555;
 				padding-right: 20rpx;
-
+				
 				text {
 					color: #999;
-					font-size: 26rpx;
+					font-size: 30rpx;
 				}
 			}
 
@@ -1395,18 +1395,20 @@
 	
 	.reason-item-flex {
 	  /* 鏂瑰潡鍩虹鏍峰紡 */
-	  background-color: #f5f5f5;
+	  background-color: #55ffff;
 	  border-radius: 8px;
 	  padding: 12px 16px;
 	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
 	  transition: all 0.3s ease;
-	  
+		border-width: 2px;      /* 杈规瀹藉害 */
+		    border-style: solid;     /* 杈规鏍峰紡 */
+		    border-color: #333;      /* 杈规棰滆壊 */
 	  /* 鏂囧瓧鏍峰紡 */
-	  font-size: 14px;
+	  font-size: 30rpx;
 	  color: #333;
 	  text-align: center;
 	  
-	  width: 300rpx;
+	  width: 350rpx;
 	  
 	  /* 纭繚鍐呭涓嶆崲琛屾椂灞呬腑 */
 	  display: flex;
@@ -1418,6 +1420,7 @@
 	  0% {
 	    transform: scale(1);
 	    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
+		border-color: #0000ff;      /* 杈规棰滆壊 */
 	  }
 	  50% {
 	    transform: scale(0.95);
diff --git a/pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue b/pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue
index 5a86d62..4200f64 100644
--- a/pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue
+++ b/pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue
@@ -2305,7 +2305,7 @@
 <style lang="scss" scoped>
     input {
         width: inherit;
-        font-size: 26rpx;
+        font-size: 30rpx;
     }
 
     .uni-input {
@@ -2328,7 +2328,7 @@
 
         view {
             width: auto;
-            font-size: 26rpx;
+            font-size: 30rpx;
             color: #555;
             text-align: center;
             padding: 16rpx 0;
@@ -2350,10 +2350,10 @@
     	/* 鍙�夛細璁剧疆鎹㈣鍚庣殑瀵归綈鏂瑰紡 */
     	align-content: flex-start; /* 澶氳瀵归綈鏂瑰紡 */
     	.form-item {
-    		width: 600rpx;
+    		width: 650rpx;
     		display: flex;
     		align-items: center;
-    		font-size: 26rpx;
+    		font-size: 30rpx;
     		padding: 6rpx 0;
     		 margin-right: 20rpx;
     		.left {
@@ -2368,7 +2368,7 @@
     		.right {
     			// width: 450rpx;
     			padding: 8rpx 20rpx;
-    			font-size: 26rpx;
+    			font-size: 30rpx;
     			flex: 1;
     			border-radius: 22rpx;
     			border: 1px solid #acacac;
@@ -2379,18 +2379,18 @@
     
     				.uni-input-placeholder,
     				.uni-input-input {
-    					font-size: 26rpx;
+    					font-size: 30rpx;
     				}
     			}
     
     			.uni-combox::v-deep input {
     				height: inherit;
-    				font-size: 26rpx;
+    				font-size: 30rpx;
     			}
     		}
     		.right-select {
     			//padding: 8rpx 20rpx;
-    			font-size: 26rpx;
+    			font-size: 30rpx;
     			flex: 1;
     			
     		}
@@ -2462,7 +2462,7 @@
             width: 180rpx;
             height: 66rpx;
             line-height: 66rpx;
-            font-size: 26rpx;
+            font-size: 30rpx;
         }
 
         .btn-a {
@@ -2500,19 +2500,19 @@
             gap: 10rpx 0;
 			
             input {
-                font-size: 26rpx;
+                font-size: 30rpx;
             }
 
             .detail {
                 // width: 50%;
                 box-sizing: border-box;
-                font-size: 26rpx;
+                font-size: 30rpx;
                 color: #555;
                 padding-right: 20rpx;
 
                 text {
                     color: #999;
-                    font-size: 26rpx;
+                    font-size: 30rpx;
                 }
             }
 
diff --git a/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue b/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
index 14b9aea..8f46260 100644
--- a/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
+++ b/pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -2318,7 +2318,7 @@
             },
         },
         async onLoad(e) {
-            // this.setAuto();
+             this.setAuto();
             this.operationType = e.operationType || 1;
             this.hform.HInterID = e.linterid || 0;
             if (this.operationType == 1) {
@@ -2359,9 +2359,10 @@
 </script>
 
 <style lang="scss" scoped>
+	
     input {
         width: inherit;
-        font-size: 26rpx;
+        font-size: 30rpx;
     }
 
     .uni-input {
@@ -2384,7 +2385,7 @@
 
         view {
             width: auto;
-            font-size: 26rpx;
+            font-size: 30rpx;
             color: #555;
             text-align: center;
             padding: 16rpx 0;
@@ -2409,10 +2410,10 @@
 
         /* 澶氳瀵归綈鏂瑰紡 */
         .form-item {
-            width: 600rpx;
+            width: 650rpx;
             display: flex;
             align-items: center;
-            font-size: 26rpx;
+            font-size: 30rpx;
             padding: 6rpx 0;
             margin-right: 20rpx;
 
@@ -2428,7 +2429,7 @@
             .right {
                 // width: 450rpx;
                 padding: 8rpx 20rpx;
-                font-size: 26rpx;
+                font-size: 30rpx;
                 flex: 1;
                 border-radius: 22rpx;
                 border: 1px solid #acacac;
@@ -2439,19 +2440,19 @@
 
                     .uni-input-placeholder,
                     .uni-input-input {
-                        font-size: 26rpx;
+                        font-size: 30rpx;
                     }
                 }
 
                 .uni-combox::v-deep input {
                     height: inherit;
-                    font-size: 26rpx;
+                    font-size: 30rpx;
                 }
             }
 
             .right-select {
                 //padding: 8rpx 20rpx;
-                font-size: 26rpx;
+                font-size: 30rpx;
                 flex: 1;
 
             }
@@ -2524,7 +2525,7 @@
             width: 180rpx;
             height: 66rpx;
             line-height: 66rpx;
-            font-size: 26rpx;
+            font-size: 30rpx;
         }
 
         .btn-a {
@@ -2567,19 +2568,19 @@
             gap: 10rpx 0;
 
             input {
-                font-size: 26rpx;
+                font-size: 30rpx;
             }
 
             .detail {
                 // width: 50%;
                 box-sizing: border-box;
-                font-size: 26rpx;
+                font-size: 30rpx;
                 color: #555;
                 padding-right: 20rpx;
 
                 text {
                     color: #999;
-                    font-size: 26rpx;
+                    font-size: 30rpx;
                 }
             }
 
diff --git a/pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue b/pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue
index 4f68437..a0652a0 100644
--- a/pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue
+++ b/pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue
@@ -2361,7 +2361,7 @@
 <style lang="scss" scoped>
 	input {
 		width: inherit;
-		font-size: 26rpx;
+		font-size: 30rpx;
 	}
 
 	.uni-input {
@@ -2384,7 +2384,7 @@
 
 		view {
 			width: auto;
-			font-size: 26rpx;
+			font-size: 30rpx;
 			color: #555;
 			text-align: center;
 			padding: 16rpx 0;
@@ -2406,10 +2406,10 @@
 		/* 鍙�夛細璁剧疆鎹㈣鍚庣殑瀵归綈鏂瑰紡 */
 		align-content: flex-start; /* 澶氳瀵归綈鏂瑰紡 */
 		.form-item {
-			width: 600rpx;
+			width: 650rpx;
 			display: flex;
 			align-items: center;
-			font-size: 26rpx;
+			font-size: 30rpx;
 			padding: 6rpx 0;
 			 margin-right: 20rpx;
 			.left {
@@ -2424,7 +2424,7 @@
 			.right {
 				// width: 450rpx;
 				padding: 8rpx 20rpx;
-				font-size: 26rpx;
+				font-size: 30rpx;
 				flex: 1;
 				border-radius: 22rpx;
 				border: 1px solid #acacac;
@@ -2435,18 +2435,18 @@
 	
 					.uni-input-placeholder,
 					.uni-input-input {
-						font-size: 26rpx;
+						font-size: 30rpx;
 					}
 				}
 	
 				.uni-combox::v-deep input {
 					height: inherit;
-					font-size: 26rpx;
+					font-size: 30rpx;
 				}
 			}
 			.right-select {
 				//padding: 8rpx 20rpx;
-				font-size: 26rpx;
+				font-size: 30rpx;
 				flex: 1;
 				
 			}
@@ -2518,7 +2518,7 @@
 			width: 180rpx;
 			height: 66rpx;
 			line-height: 66rpx;
-			font-size: 26rpx;
+			font-size: 30rpx;
 		}
 
 		.btn-a {
@@ -2557,19 +2557,19 @@
 	        gap: 10rpx 0;
 			
 	        input {
-	            font-size: 26rpx;
+	            font-size: 30rpx;
 	        }
 	
 	        .detail {
 	            // width: 50%;
 	            box-sizing: border-box;
-	            font-size: 26rpx;
+	            font-size: 30rpx;
 	            color: #555;
 	            padding-right: 20rpx;
 	
 	            text {
 	                color: #999;
-	                font-size: 26rpx;
+	                font-size: 30rpx;
 	            }
 	        }
 	

--
Gitblit v1.9.1