From 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期三, 19 二月 2025 11:54:28 +0800
Subject: [PATCH] 煜昌pad前端

---
 pages/inspection/firstInspectionList.vue |   34 +++++++++++++++++++---------------
 1 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/pages/inspection/firstInspectionList.vue b/pages/inspection/firstInspectionList.vue
index b8b68ea..213583d 100644
--- a/pages/inspection/firstInspectionList.vue
+++ b/pages/inspection/firstInspectionList.vue
@@ -10,6 +10,22 @@
 					<label>{{item.TASK_NO}}</label>
 				</u-col>
 			</u-row>
+			<u-row customStyle="margin-bottom: 10px" v-if="item.LOT_NO">
+				<u-col span="2">
+					<label>閿�鍞崟鍙�:</label>
+				</u-col>
+				<u-col span="4">
+					<label>{{item.LOT_NO}}</label>
+				</u-col>
+			</u-row>
+			<u-row customStyle="margin-bottom: 10px">
+				<u-col span="2">
+					<label>宸ュ崟鏁伴噺:</label>
+				</u-col>
+				<u-col span="4">
+					<label>{{item.DAA008}}</label>
+				</u-col>
+			</u-row>
 			<u-row customStyle="margin-bottom: 10px">
 				<u-col span="2">
 					<label>妫�楠屽崟鍒涘缓鏃堕棿:</label>
@@ -23,7 +39,7 @@
 			</view>
 			<u-row customStyle="margin-bottom: 10px">
 				<u-col span="2">
-					<label>鏈哄彴鍙�:</label>
+					<label>鏈哄彴 / 浜х嚎:</label>
 				</u-col>
 				<u-col span="4">
 					<label>{{item.MACHINE_NO}}</label>
@@ -63,18 +79,10 @@
 			</u-row>
 			<u-row customStyle="margin-bottom: 10px" v-if="item.OPERATE_MAN">
 				<u-col span="2">
-					<label>鎿嶄綔鍛�:</label>
+					<label>鎿嶄綔鍛� / 妫�楠岀被鍨�:</label>
 				</u-col>
 				<u-col span="4">
-					<label>{{item.OPERATE_MAN}}</label>
-				</u-col>
-			</u-row>
-			<u-row customStyle="margin-bottom: 10px">
-				<u-col span="2">
-					<label>妫�楠岀被鍨�</label>
-				</u-col>
-				<u-col span="4">
-					<label>{{item.FTYPE}}</label>
+					<label>{{item.OPERATE_MAN}} / {{item.FTYPE}}</label>
 				</u-col>
 			</u-row>
 		</view>
@@ -102,13 +110,9 @@
 				uni.stopPullDownRefresh();
 			}, 1000);
 		},
-		//onShow:function(){
-		//	this.getInspections()
-		//},
 		methods: {
 			getInspections() {
 				getFirstInspectionList().then(res => {
-					console.log(res)
 					if(!res.result) {
 						this.$refs.uToast.show({
 							message: res.msg,

--
Gitblit v1.9.3