From dbfb045ad92072e880104e13fddb4dc7574499a1 Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期五, 19 十二月 2025 13:56:02 +0800
Subject: [PATCH] 1.给SJ获取检验项目添加防抖

---
 pages/QC/LLJ/List.vue |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/pages/QC/LLJ/List.vue b/pages/QC/LLJ/List.vue
index 73ab441..740e746 100644
--- a/pages/QC/LLJ/List.vue
+++ b/pages/QC/LLJ/List.vue
@@ -118,6 +118,12 @@
 							<text class="info-content">{{item.suppName}}</text>
 						</view>
 					</view>
+					<view class="info-row" v-if="item.memoList!=null">
+						<view class="info-item">
+							<text class="info-label">澶囨敞</text>
+							<text class="info-content">{{item.memoList}}</text>
+						</view>
+					</view>
 					<view class="info-row">
 						<view class="info-item" v-if="item.newFngDesc!=null">
 							<text class="info-label">涓婃涓嶈壇鎻忚堪</text>
@@ -131,9 +137,15 @@
 
 					<view class="meta-info" v-if="item.activeTab==0">
 						<text class="meta-item"><uni-icons type="calendar" size="14" color="#95a5a6"></uni-icons>
-							{{item.createDate}}</text>
+							鍒涘缓锛歿{item.createDate}}</text>
+							
 						<text class="meta-item"><uni-icons type="person" size="14" color="#95a5a6"></uni-icons>
 							{{item.userName}}</text>
+					</view>
+					<view class="meta-info" v-if="item.activeTab==0 && item.arrivalDate!=null">
+						<text class="meta-item"><uni-icons type="calendar" size="14" color="#95a5a6"></uni-icons>
+							鍒拌揪锛歿{item.arrivalDate}}</text>
+						
 					</view>
 					<!-- 鏌ョ湅鏃舵樉绀烘楠屽畬鎴愮殑鏁版嵁 -->
 					<view class="meta-info" v-if="item.activeTab==1">
@@ -320,6 +332,22 @@
 						url: 'Add?id=' + item.id + '&lotNo=' + item.lotNo + '&releaseNo=' + item.releaseNo +
 							'&current=A'
 					})
+					// uni.showModal({
+					// 					title: '寮�濮嬫楠�',
+					// 					content: '寮�濮嬫楠屽皢璁板綍褰撳墠鏃堕棿涓哄紑濮嬫楠屾椂闂达紝纭畾寮�濮嬶紵',
+					// 					success: function(res) {
+					// 					if (res.confirm) {
+					// 						uni.navigateTo({
+					// 							url: 'Add?id=' + item.id + '&lotNo=' + item.lotNo + '&releaseNo=' + item.releaseNo +
+					// 								'&current=A'
+					// 						})
+					// 					} else {
+											 
+					// 					}
+					// 				}
+					// 			})
+
+					
 				}
 
 			},

--
Gitblit v1.9.3