From 18db0dbf100ff81ead99b1d6a3daa6c4c26e5d91 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期六, 26 四月 2025 16:31:29 +0800
Subject: [PATCH] 代码提交

---
 pages/QC/LLJ/detail.vue |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diff --git a/pages/QC/LLJ/detail.vue b/pages/QC/LLJ/detail.vue
index c3ee72e..af7cc9e 100644
--- a/pages/QC/LLJ/detail.vue
+++ b/pages/QC/LLJ/detail.vue
@@ -108,7 +108,7 @@
 			<view class="section">
 				<view class="section-header">妫�楠岀粨鏋滃綍鍏�</view>
 				<view class="section-body">
-					<view class="input-group">
+					<view class="input-group input1">
 						<view class="input-wrapper">
 
 							<button class="btn upload-btn" @tap="chooseImage">
@@ -119,6 +119,29 @@
 								<uni-icons type="compose" size="16" color="#fff"></uni-icons>
 								涓嶈壇鎻忚堪
 							</button>
+							<input v-if="(tableData.length < formData.checkQyt)" @input="search($event)"
+								v-model="inputTxt" type="text" class="result-input" placeholder="璇疯緭鍏ユ楠岀粨鏋�..."
+								placeholder-class="placeholder" />
+							<button v-if="(tableData.length < formData.checkQyt)"
+								style="margin: 0px;background-color: #3498db;color:#ffffff ;" class="btn primary-btn"
+								@tap="saveResult">淇濆瓨缁撴灉</button>
+						</view>
+					</view>
+					
+					<view class="input-group input2">
+						<view class="input-wrapper">
+					
+							<button class="btn upload-btn" @tap="chooseImage">
+								<uni-icons type="upload" size="16" color="#fff"></uni-icons>
+								涓婁紶/鏌ョ湅鍥剧墖
+							</button>
+							<button v-if="this.current" class="btn upload-btn" @tap="upRemarks">
+								<uni-icons type="compose" size="16" color="#fff"></uni-icons>
+								涓嶈壇鎻忚堪
+							</button>
+						</view>
+						<view class="input-wrapper" style="margin-top: 15px;">
+						
 							<input v-if="(tableData.length < formData.checkQyt)" @input="search($event)"
 								v-model="inputTxt" type="text" class="result-input" placeholder="璇疯緭鍏ユ楠岀粨鏋�..."
 								placeholder-class="placeholder" />
@@ -722,4 +745,20 @@
 		background-color: #3498db;
 		color: white;
 	}
+ .input1{
+ 		   display: block;
+ }
+ .input2{
+ 		   display: none;
+ }
+	/* 鍝嶅簲寮忚璁� */
+	@media (max-width: 500px) {
+	   .input1{
+		   display: none;
+	   }
+	   .input2{
+		   display: block;
+	   }
+	}
+	
 </style>
\ No newline at end of file

--
Gitblit v1.9.3