From 97af26e2ad64d7974367df80a900c1f680bd19c5 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 23 七月 2025 10:38:08 +0800
Subject: [PATCH] 首检,巡检,入库检

---
 pages/QC/SJ/Add.vue | 1725 ++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 1,123 insertions(+), 602 deletions(-)

diff --git a/pages/QC/SJ/Add.vue b/pages/QC/SJ/Add.vue
index d1f0357..fcc02df 100644
--- a/pages/QC/SJ/Add.vue
+++ b/pages/QC/SJ/Add.vue
@@ -1,675 +1,1196 @@
 <template>
-	<view class="inspection-sheet">
-		<!-- 澶撮儴淇℃伅 -->
-		<view class="sheet-header">
-			<h1>棣栨妫�楠屽崟</h1>
-			<view class="inspection-number">妫�楠屽崟鍙凤細{{formData.billNo}}</view>
+  <view class="inspection-sheet">
+    <!-- 澶撮儴淇℃伅 -->
+    <view class="sheet-header">
+      <h1>棣栨鍗�</h1>
+      <view class="inspection-number">妫�楠屽崟鍙凤細{{ formData.billNo }}</view>
+    </view>
 
+    <!-- 鍩烘湰淇℃伅鍖� -->
+    <view class="basic-info">
+      <view class="info-row">
+        <span class="info-label">鍒涘缓鏃堕棿锛�</span>
+        <span class="info-value">{{ formData.createTime }}</span>
+        <span class="info-label">璐熻矗浜猴細</span>
+        <span class="info-value">{{ formData.statusUser }}</span>
+      </view>
+    </view>
 
-		</view>
+    <!-- 鐗╂枡淇℃伅鍖� -->
+    <view class="material-info">
+      <view class="info-block">
+        <view class="info-label">鐢熶骇绾垮埆锛�</view>
+        <view v-if="!isUpdate" class="info-value">{{ formData.line }}</view>
+        <superwei-combox v-else v-model="formData.line" :candidates="DAA020List"
+                         class="picker info-value-input" placeholder="璇烽�夋嫨鎴栬緭鍏�"
+                         @select="onDaa020Change"></superwei-combox>
+      </view>
+      <view class="info-block">
+        <view class="info-label">鐗╂枡缂栫爜锛�</view>
+        <view v-if="!isUpdate" class="info-value">{{ formData.itemNo }}</view>
+        <superwei-combox v-else v-model="formData.itemNo" :candidates="boardItems" :isJSON="true"
+                         class="picker info-value-input" keyName="itemName" placeholder="璇烽�夋嫨鎴栬緭鍏�"
+                         @select="onItemChange"></superwei-combox>
+      </view>
+      <view class="info-block">
+        <view class="info-label">璁″垝缂栧彿锛�</view>
+        <view v-if="!isUpdate" class="info-value">{{ formData.daa001 }}</view>
+        <picker v-else :range="DAA001List" class="picker info-value-input" name="selector"
+                @change="onDaa001Change">
+          <view>{{ DAA001List[DAA001Index] }}</view>
+        </picker>
+      </view>
+      <view class="info-block">
+        <view class="info-label">浜у搧鍚嶇О锛�</view>
+        <view class="info-value">{{ formData.daa003 }}</view>
+      </view>
+      <view class="info-block">
+        <view class="info-label">瑙勬牸鍨嬪彿锛�</view>
+        <view class="info-value">{{ formData.daa004 }}</view>
+      </view>
+      <view class="info-block">
+        <view class="info-label">宸ュ崟鏁伴噺锛�</view>
+        <view class="info-value highlight">{{ formData.daa008 }}</view>
+      </view>
+      <view v-if="formData.remarks" class="info-block">
+        <view class="info-label">涓嶅悎鏍兼弿杩帮細</view>
+        <view class="info-value">{{ formData.remarks }}</view>
+      </view>
+      <view v-if="formData.comments" class="info-block">
+        <view class="info-label">澶囨敞锛�</view>
+        <view class="info-value">{{ formData.comments }}</view>
+      </view>
+    </view>
 
-		<!-- 鍩烘湰淇℃伅鍖� -->
-		<view class="basic-info">
-			<view class="info-row">
-				<span class="info-label">鍒涘缓浜猴細</span>
-				<span class="info-value">{{formData.fName}}</span>
-			</view>
-			<view class="info-row">
-				<span class="info-label">鍒涘缓鏃堕棿锛�</span>
-				<span class="info-value">{{formData.createTime}}</span>
-				<!--        <span class="info-label">&nbsp;璐熻矗浜猴細</span>
-        <span class="info-value">{{formData.statusUser}}</span> -->
-			</view>
-		</view>
+    <!-- 鎿嶄綔鎸夐挳鍖� -->
+    <view v-if="isUpdate" class="action-buttons">
+      <button class="secondary-btn" @click="getTable">鑾峰彇妫�楠岄」鐩�</button>
+    </view>
 
-		<!-- 鐗╂枡淇℃伅鍖� -->
-		<view class="material-info">
-			<view class="info-block">
-				<view class="info-label">鐗╂枡缂栫爜锛�</view>
-				<view class="info-value">{{formData.itemNo}}</view>
-			</view>
-			<view class="info-block">
-				<view class="info-label">浜у搧鍚嶇О锛�</view>
-				<view class="info-value">{{formData.daa003}}</view>
-			</view>
-			<view class="info-block">
-				<view class="info-label">瑙勬牸鍨嬪彿锛�</view>
-				<view class="info-value">{{formData.daa004}}</view>
-			</view>
-			<view class="info-block">
-				<view class="info-label">鐢熶骇绾垮埆锛�</view>
-				<view class="info-value">{{formData.line}}</view>
-			</view>
+    <!-- 妫�楠岄」鐩〃鏍� -->
+    <view v-if="tableData.length > 0" class="inspection-table">
+      <!-- 琛ㄦ牸澶撮儴缁熻淇℃伅 -->
+      <view class="table-header-stats">
+        <view class="stats-left">
+          <view class="stats-title">妫�楠岄」鐩竻鍗�</view>
+          <view class="stats-subtitle">鍏� {{ tableData.length }} 涓楠岄」鐩�</view>
+        </view>
+        <view class="stats-right">
+          <view class="stat-item passed">
+            <span class="stat-count">{{ getPassedCount() }}</span>
+            <span class="stat-label">宸插悎鏍�</span>
+          </view>
+          <view class="stat-item failed">
+            <span class="stat-count">{{ getFailedCount() }}</span>
+            <span class="stat-label">涓嶅悎鏍�</span>
+          </view>
+          <view class="stat-item pending">
+            <span class="stat-count">{{ getPendingCount() }}</span>
+            <span class="stat-label">寰呮楠�</span>
+          </view>
+        </view>
+      </view>
+      <table>
+        <thead>
+        <tr>
+          <th style="text-align: center;" width="15%">妫�楠岄」鐩�</th>
+          <th style="text-align: center;" width="50%">妫�楠屾弿杩�</th>
+          <th style="text-align: center;" width="20%">璁板綍(鐐瑰嚮)</th>
+        </tr>
+        </thead>
+        <tbody>
+        <tr v-for="(item, index) in tableData" :key="index">
+          <td>
+            <view class="project-name-wrapper">
+								<span :class="{
+									'status-approved': item.result=='鍚堟牸',
+									'status-rejected': item.result=='涓嶅悎鏍�',
+									'status-pending': item.result=='鏈畬鎴�'
+								}" class="status-indicator"></span>
+              {{ item.projName }}
+            </view>
+          </td>
+          <td>
+            <view v-if="item.result=='鍚堟牸'" class="watermark approved">鍚堟牸</view>
+            <view v-if="item.result=='涓嶅悎鏍�'" class="watermark rejected">涓嶅悎鏍�</view>
+            <view v-if="item.result=='鏈畬鎴�'" class="watermark pending">寰呯‘璁�</view>
+            <view class="description-text">{{ item.itemMod }}</view>
+          </td>
+          <td>
+            <button v-if="item.isCheck < item.levelNum" class="record-btn record-btn-fill"
+                    @click="toDetail(item, index)">
+              濉啓 ({{ item.isCheck }}/{{ item.levelNum }})
+            </button>
+            <button v-else class="record-btn record-btn-view" @click="toDetail(item, index)">
+              鏌ョ湅 ({{ item.isCheck }}/{{ item.levelNum }})
+            </button>
+          </td>
+        </tr>
+        </tbody>
+      </table>
+    </view>
 
-			<view class="info-block">
+    <!-- 鎿嶄綔鎸夐挳鍖� -->
+    <view class="action-buttons">
+      <button v-if="isUpdate && !isShowTable" class="secondary-btn" @click="save">鍒涘缓妫�楠屽崟骞剁敓鎴愰儴鍒嗛粯璁ゅ��</button>
+      <button v-if="!isUpdate && !isShowTable" class="secondary-btn" @click="toImage">涓婁紶/鏌ョ湅鍥剧墖</button>
+      <button v-if="!isUpdate && !formData.statusUser && !isShowTable" class="secondary-btn" @click="removeXJ">
+        鍒犻櫎鍗曟嵁
+      </button>
+      <button v-if="!isUpdate && !isShowTable" class="secondary-btn" @click="saveRemarks">娣诲姞涓嶅悎鏍兼弿杩�</button>
+      <button v-if="!isUpdate && !isShowTable" class="secondary-btn" @click="saveComments">娣诲姞澶囨敞</button>
+      <button v-if="!isUpdate && !isShowTable" class="primary-btn" @click="submit">瀹℃牳鍗曟嵁</button>
+      <button v-if="isShowTable" class="secondary-btn" @click="getTable">鑾峰彇妫�楠岄」鐩�</button>
+      <button v-if="isShowTable && isUpdate" class="primary-btn" @click="saveTable">鐢熸垚妫�楠岄」鐩�</button>
+    </view>
 
-				<view class="info-label" v-if="formData.extendNo1!=null">鎶�鏀圭姸鎬侊細</view>
-				<view class="info-value" v-if="formData.extendNo1!=null">{{formData.extendNo1}}</view>
-				<!-- <view class="info-label">椤圭洰锛�</view>
-		<view class="info-value">{{formData.projectCodes}}</view> -->
+    <!-- 寮圭獥 -->
+    <view v-if="remarksPopup" class="overlay">
+      <view class="popup">
+        <h3>淇敼涓嶅悎鏍兼弿杩�</h3>
+        <form>
+          <view class="form-group">
+            <label class="form-label">涓嶅悎鏍兼弿杩�:</label>
+            <input v-model="remarks" class="form-input" type="text"/>
+          </view>
+          <button class="updateBut" @click="editRemarks">淇敼</button>
+          <button @click="remarksPopup = !remarksPopup">鍙栨秷</button>
+        </form>
+      </view>
+    </view>
 
-				<view class="info-label">鏁伴噺锛�</view>
-				<view class="info-value highlight">{{formData.daa008}}</view>
-			</view>
-			<view class="info-block" v-if="formData.fngDesc!=null">
-				<view class="info-label">涓嶈壇鎻忚堪锛�</view>
-				<view class="info-value">{{formData.fngDesc}}</view>
-			</view>
-			<view class="info-block" v-if="formData.newFngDesc!=null">
-				<view class="info-label">涓婃涓嶈壇锛�</view>
-				<view class="info-value">{{formData.newFngDesc}}</view>
-			</view>
-		</view>
-
-		<!-- 鎿嶄綔鎸夐挳鍖� -->
-		<!--    <view class="action-buttons" v-if="this.current" >
-      <button class="secondary-btn" @click="getInspectionItems">鑾峰彇妫�楠岄」鐩�</button>
-    </view> -->
-
-		<!-- 妫�楠岄」鐩〃鏍� -->
-		<view class="inspection-table">
-			<table>
-				<thead>
-					<tr>
-						<th width="15%" style="text-align: center;">妫�楠岄」鐩�</th>
-						<th width="50%" style="text-align: center;">璐ㄩ噺瑕佹眰</th>
-						<th width="20%" style="text-align: center;">璁板綍(鐐瑰嚮)</th>
-					</tr>
-				</thead>
-				<tbody>
-					<tr v-for="(item, index) in tableData" :key="index">
-						<td>{{ item.projName }}</td>
-						<td>
-							<view v-if="item.result=='鍚堟牸'" class="watermark approved">{{ getStatusText(item.result) }}
-							</view>
-							<view v-if="item.result=='涓嶅悎鏍�'" class="watermark rejected">{{ getStatusText(item.result) }}
-							</view>
-							<view v-if="item.result=='鏈畬鎴�'" class="watermark pending">{{ getStatusText(item.result) }}
-							</view>
-							<view class="description-text">{{ item.itemMod }}</view>
-						</td>
-						<td>
-							<button v-if="item.current" class="record-btn" @click="fillRecord(item,index)">濉啓</button>
-							<button v-if="!item.current" class="record-btn" @click="fillRecord(item,index)">鏌ョ湅</button>
-						</td>
-					</tr>
-				</tbody>
-			</table>
-		</view>
-
-		<!-- 鎿嶄綔鎸夐挳鍖� -->
-		<view class="action-buttons">
-			<button class="secondary-btn" @click="uploadImages">涓婁紶/鏌ョ湅鍥剧墖</button>
-			<button class="secondary-btn" @click="addDefectDescription" v-if="this.current">娣诲姞涓嶈壇鎻忚堪</button>
-			<!-- 棣栨杩欒竟浼氬~瀹屾楠岄」鐩嚜鍔ㄦ彁浜わ紝涓嶇敤鍐欐彁浜ら�昏緫 -->
-			<!-- <button class="primary-btn" @click="submitInspection" v-if="this.current">妫�楠屾彁浜�</button> -->
-		</view>
-		<view v-if="remarksPopup" class="overlay">
-			<view class="popup">
-				<h3>淇敼涓嶅悎鏍兼弿杩�</h3>
-				<form>
-					<view class="form-group">
-						<label class="form-label">涓嶅悎鏍兼弿杩�:</label>
-						<input class="form-input" type="text" v-model="remarks" />
-					</view>
-
-				</form>
-				<button class="updateBut" @click="editRemarks">淇敼</button>
-				<button @click="remarksPopup = !remarksPopup">鍙栨秷</button>
-			</view>
-		</view>
-	</view>
+    <view v-if="commentsPopup" class="overlay">
+      <view class="popup">
+        <h3>淇敼澶囨敞</h3>
+        <form>
+          <view class="form-group">
+            <label class="form-label">澶囨敞:</label>
+            <input v-model="comments" class="form-input" type="text"/>
+          </view>
+          <button class="updateBut" @click="editComments">淇敼</button>
+          <button @click="commentsPopup = !commentsPopup">鍙栨秷</button>
+        </form>
+      </view>
+    </view>
+  </view>
 </template>
-
 <script>
-	export default {
-		data() {
-			return {
-				formData: {
-					id: "",
-					releaseNo: "",
-					createBy: "",
-					createDate: "",
-					lotNo: "",
-					itemNo: "",
-					billNo: "",
-					fcovertQty: "",
-					detailMem: "",
-					taskNo: "",
-					fcheckResu: "",
-					boardModel: "",
-					planQty: "",
-					mocode: "",
-					boardStyle: ""
-				},
-				tableData: [],
-				remarksPopup: false,
-				current: true
-			}
-		},
-		onLoad(options) {
-			//options涓寘鍚簡url闄勫甫鐨勫弬鏁�
-			let params = options;
+export default {
+  data() {
+    return {
+      formData: {
+        createTime: "",
+        id: "",
+        billNo: "",
+        itemNo: "",
+        itemName: "",
+        workshopCode: "",
+        workshopName: "",
+        line: "",
+        lineName: "",
+        comments: "",
+        statusUser: "",
+        itemId: "",
+      },
 
-			if (params["id"]) {
-				this.formData.id = params["id"];
-				this.formData.releaseNo = params["releaseNo"];
-				this.formData.lotNo = params["lotNo"];
-				this.msgId = params["msgId"];
+      DAA020List: [],
 
-				if (params["current"] === 'A') {
-					this.current = true;
-				} else if (params["current"] === 'B') {
-					this.current = false;
-				}
+      DAA001List: [],
+      schemeResult: [],
+      DAA001Index: -1,
 
-				if (this.msgId > 0) {
-					this.msgRead();
-				}
+      ItemList: [],
 
-			} else {
-				//鍒濆鍖栨楠屽崟鍙�
-				this.$post({
-					url: "/LLJ/getMaxReleaseNo"
-				}).then(res => {
-					this.formData.releaseNo = res.data.tbBillList;
-					this.formData.createBy = this.$loginInfo.account;
-					this.formData.createDate = this.$getDate("yyyy-mm-dd");
-				});
+      boardItems: [],
 
-			}
+      womdaaList: [],
 
-		},
-		methods: {
-			getStatusText(status) {
-				const statusMap = {
-					approved: '鍚堟牸',
-					rejected: '涓嶅悎鏍�',
-					pending: '寰呯‘璁�'
-				}
-				if (status == '鏈畬鎴�') {
-					return statusMap['pending'] || ''
-				} else if (status == '鍚堟牸') {
-					return statusMap['approved'] || ''
-				} else {
-					return statusMap['rejected'] || ''
-				}
+      tableData: [],
 
-			},
-			getInspectionItems() {
-				// 鑾峰彇妫�楠岄」鐩殑閫昏緫
-				this.$post({
-					url: "/LLJ/setJYItem",
-					data: {
-						itemNo: this.formData.itemNo,
-						quantity: this.formData.fcovertQty,
-						releaseNo: this.formData.releaseNo
-					}
-				}).then(res => {
-					if (res.status == 0) {
-						uni.showToast({
-							title: res.message.toString(),
-							//灏嗗�艰缃负 success 鎴栬�呯洿鎺ヤ笉鐢ㄥ啓icon杩欎釜鍙傛暟
-							icon: 'success',
-							//鏄剧ず鎸佺画鏃堕棿涓� 2绉�
-							duration: 2000
-						})
-						// 濡傛灉鏈夐〉闈㈣烦杞紝闇�瑕佺敤瀹氭椂鍣ㄥ欢杩�
-						setTimeout(() => {
-							this.init();
-						}, 2000);
+      isSubmit: true,
 
-					} else {
-						uni.showToast({
-							title: res.message.toString(),
-							//灏嗗�艰缃负 success 鎴栬�呯洿鎺ヤ笉鐢ㄥ啓icon杩欎釜鍙傛暟
-							icon: 'error',
-							//鏄剧ず鎸佺画鏃堕棿涓� 2绉�
-							duration: 2000
-						})
-					}
-				});
-			},
-			fillRecord(item, index) {
-				// 濉啓璁板綍鐨勯�昏緫
-				uni.navigateTo({
-					url: 'detail?mainId=' + item.id + '&formID=' + this.formData.id + '&releaseNo=' + this.formData
-						.billNo + '&index=' + index + '&current=' + this.current
-				});
-			},
-			uploadImages() {
-				// 涓婁紶/鏌ョ湅鍥剧墖鐨勯�昏緫
-				uni.navigateTo({
-					url: 'ImageItem?id=' + this.formData.id
-				});
-			},
-			addDefectDescription() {
-				// 娣诲姞涓嶈壇鎻忚堪鐨勯�昏緫
-				this.remarksPopup = !this.remarksPopup;
-				this.remarks = this.formData.remarks;
-			},
-			submitInspection() {
-				// 妫�楠屾彁浜ょ殑閫昏緫
-				this.$post({
-					url: "/LLJ/IqcQaSubmit",
-					data: {
-						userNo: this.$loginInfo.account,
-						releaseNo: this.formData.releaseNo
-					}
-				}).then(res => {
-					if (res.status == 0) {
+      isUpdate: true,
 
-						uni.showToast({
-							title: res.message.toString(),
-							icon: 'success',
-							duration: 2000
-						})
-						// 濡傛灉鏈夐〉闈㈣烦杞紝闇�瑕佺敤瀹氭椂鍣ㄥ欢杩�
-						setTimeout(() => {
-							uni.navigateTo({
-								url: 'List'
-							});
-						}, 2000); // 淇濇寔涓� duration 鐩稿悓鐨勬椂闀�
+      isShowTable: false,
 
-					} else {
-						uni.showModal({
-							title: "鎻愮ず",
-							content: res.message.toString(),
-							confirmText: "纭畾",
-							showCancel: false,
-							success: (res) => {
+      remarks: "",
+      remarksPopup: false,
 
-							}
-						})
-					}
-				})
-			},
-			onShow() {
-				//姣忔杩涘叆椤甸潰閮戒細鎵ц鐨勬柟娉�
-				if (this.formData.id) {
-					this.init();
-				}
-			},
-			init() {
-				let userName = this.$loginInfo.account;
+      comments: "",
+      commentsPopup: false,
 
-				this.$post({
-					url: "/SJ/GetPage",
-					data: {
-						pageIndex: 1,
-						limit: 1,
-						id: this.formData.id
-					}
-				}).then(res => {
-					let data = res.data.tbBillList[0];
-					if (data) {
-						this.formData = data;
+    };
+  },
+  onLoad(options) {
+    //options涓寘鍚簡url闄勫甫鐨勫弬鏁�
 
-						this.$post({
-							url: "/SJ/getQSItems",
-							data: {
-								pid: this.formData.id
-							}
-						}).then(res1 => {
-							let tableData = res1.data.tbBillList
-							//褰撳凡妫�楠屼釜鏁伴兘涓嶄负绌烘椂鎸夌収妫�娴嬬粨鏋勬帓搴�
-							tableData.sort((a, b) => {
-								if (a.result === '鏈畬鎴�' && b.result === '鍚堟牸') {
-									return -1;
-								} else if (a.result === '鍚堟牸' && b.result === '鏈畬鎴�') {
-									return 1;
-								} else {
-									return 0;
-								}
-							});
-							this.tableData = tableData;
-							if (this.tableData.length === 0) {
-								this.isShowTable = true;
-							}
-							this.tableData.forEach((item, index) => {
-								this.$set(item, 'current', this.current);
+    let params = options;
 
-							});
+    if (params["id"]) {
+      this.isUpdate = false;
+      this.formData.id = params["id"];
+      this.formData.billNo = params["billNo"];
+      this.init();
+    } else {
+      //鍒濆鍖栨楠屽崟鍙�
+      this.$post({
+        url: "/SJ/GetMaxBillNo"
+      }).then(res => {
+        this.formData.billNo = res.data.tbBillList;
+        this.formData.createTime = this.$getDate("yyyy-mm-dd");
+      });
 
-						})
-					}
-				});
-			},
-			msgRead() {
-				msgRead(this.msgId, this.$loginInfo.account);
-			},
-			//鍘绘枃浠跺垪琛ㄩ〉闈紙鏂囦欢绫诲瀷锛岀墿鏂欑紪鍙凤級
-			toFileUrlByU9List(type, u9No) {
-				if (type === 1) {
-					uni.navigateTo({
-						url: 'FileUrlByU9List?type=' + type + '&itemID=' + u9No
-					});
-				} else {
-					uni.navigateTo({
-						url: 'FileUrlByU9List2?type=' + type + '&itemID=' + u9No
-					});
-				}
-			},
+      //浜у搧缂栫爜涓嬫媺妗嗙殑鍒濆鍖�
+      this.$post({
+        url: "/XJ/getLineAll"
+      }).then(res => {
+        this.lineList = res.data.tbBillList;
+        this.DAA020List = res.data.tbBillList.map(item => item.lineName);
+        this.formData.itemNo = "";
+        this.formData.itemName = "";
+        this.formData.workshopCode = "";
+        this.formData.workshopName = "";
+        this.formData.line = "";
+        this.formData.lineName = "";
+        this.formData.pbaid = null;
+      })
+    }
+  },
+  methods: {
+    // 鑾峰彇鍚堟牸椤圭洰鏁伴噺
+    getPassedCount() {
+      return this.tableData.filter(item => item.result === '鍚堟牸').length;
+    },
+    // 鑾峰彇涓嶅悎鏍奸」鐩暟閲�
+    getFailedCount() {
+      return this.tableData.filter(item => item.result === '涓嶅悎鏍�').length;
+    },
+    // 鑾峰彇寰呮楠岄」鐩暟閲�
+    getPendingCount() {
+      return this.tableData.filter(item => item.result === '鏈畬鎴�').length;
+    },
+    removeXJ() {
+      if (this.formData.id) {
+        this.$post({
+          url: "/SJ/removeSJ",
+          data: {
+            id: this.formData.id
+          }
+        }).then(res => {
+          if (res.data.tbBillList > 0) {
+            this.$showMessage("鍒犻櫎鎴愬姛");
+            //鍏抽棴褰撳墠椤甸潰锛岃繑鍥炰笂涓�椤甸潰鎴栧绾ч〉闈�
+            uni.navigateBack();
+          } else {
+            this.$showMessage("鍒犻櫎澶辫触");
+          }
+        });
+      } else {
+        this.$showMessage("璇峰厛閫夋嫨妫�楠屽崟鍙�");
+      }
+    },
 
-			editRemarks() {
-				if (this.remarks) {
-					//saveRemarksGid
-					this.$post({
-						url: "/SJ/saveRemarksGid",
-						data: {
-							gid: this.formData.id,
-							remarks: this.remarks
-						}
-					}).then(res => {
-						if (res.data.tbBillList > 0) {
-							this.formData.remarks = this.remarks;
-							this.remarksPopup = !this.remarksPopup;
-							this.$showMessage("淇濆瓨鎴愬姛");
-						}
-					})
-				} else {
-					this.$post({
-						url: "/SJ/saveRemarksGid",
-						data: {
-							gid: this.formData.id,
-							remarks: ''
-						}
-					}).then(res => {
-						if (res.data.tbBillList > 0) {
-							this.formData.remarks = this.remarks;
-							this.remarksPopup = !this.remarksPopup;
-							this.$showMessage("淇濆瓨鎴愬姛");
-						}
-					})
-				}
-			},
-		}
-	}
+    submit() {
+      this.$post({
+        url: "/SJ/SJQaSubmit",
+        data: {
+          userNo: this.$loginInfo.account,
+          gid: this.formData.id
+        }
+      }).then(res => {
+
+        //2024-11-28 kyy 鏍¢獙鍚堟牸鎻愪氦澧炲姞鎻愮ず
+        console.log("Status Code鐨勫��:", res.statusCode);
+        if (res.statusCode === 200) {
+
+          this.$showMessage("鎴愬姛鎻愪氦妫�楠�");
+          // 浣跨敤setTimeout鍦�7绉掑悗闅愯棌娑堟伅
+          setTimeout(() => {
+            this.hideCustomMessage();
+          }, 7000); // 7000姣绛変簬7绉�
+        } else {
+          this.$showMessage(res.data.message);
+        }
+      })
+    },
+
+    init() {
+      if (this.formData.id) {
+        this.$post({
+          url: "/SJ/GetPage",
+          data: {
+            pageIndex: 1,
+            limit: 1,
+            id: this.formData.id
+          }
+        }).then(res => {
+          let tbBillListElement = res.data.tbBillList[0];
+          if (tbBillListElement) {
+            this.formData = tbBillListElement;
+            this.$post({
+              url: "/SJ/getQSItems",
+              data: {
+                pid: this.formData.id
+              }
+            }).then(res => {
+              this.tableData = res.data.tbBillList;
+
+              this.tableData.sort((a, b) => {
+                if (a.result === '鏈畬鎴�' && b.result === '鍚堟牸') {
+                  return -1;
+                } else if (a.result === '鍚堟牸' && b.result === '鏈畬鎴�') {
+                  return 1;
+                } else {
+                  return 0;
+                }
+              });
+
+              if (this.tableData.length <= 0) {
+                this.isShowTable = true;
+              }
+            })
+          }
+        })
+      }
+    },
+    onDaa020Change(event) {
+      //鑾峰彇鐢熶骇绾垮埆鐨勪笅鏍囧湴鍧�
+      //this.formData.line = event;
+
+      this.lineNo = this.lineList[this.DAA020List.indexOf(event)].lineNo;
+
+      this.formData.line = this.lineNo;
+
+      this.$post({
+        url: "/XJ/getBoardItem",
+        data: {
+          lineNo: this.lineNo
+        }
+      }).then(res => {
+        //濉厖宸ュ崟鍙风殑鏁版嵁婧�
+        this.boardItems = res.data.tbBillList;
+
+        this.ItemList = this.boardItems.map(item => item.itemName);
+      })
+
+    },
+    onItemChange(event) {
+
+      this.formData.itemNo = event.itemNo;
+
+      this.$post({
+        url: "/XJ/getDaa001",
+        data: {
+          daa020: this.lineNo,
+          item: this.formData.itemNo
+        }
+      }).then(res => {
+        //濉厖宸ュ崟鍙风殑鏁版嵁婧�
+        this.schemeResult = res.data.tbBillList;
+        this.DAA001List = this.schemeResult.map(s => s.daa001);
+        //鍙樹负榛樿绌哄�肩殑鐘舵��
+        this.DAA001Index = -1;
+        this.formData.daa001 = "";
+      })
+    },
+    //閫夊彇宸ュ崟濉厖鐗╂枡鍙峰拰鍏朵粬淇℃伅
+    onDaa001Change(event) {
+      this.DAA001Index = event.mp.detail.value;
+
+      this.formData.daa001 = this.schemeResult[this.DAA001Index].daa001;
+
+      //琛ㄥ崟涓殑閮ㄥ垎瀛楁璧嬪��
+      this.$post({
+        url: "/XJ/getItem",
+        data: {
+          daa001: this.formData.daa001
+        }
+      }).then(res => {
+        let data = res.data.tbBillList[0];
+        //褰撹繑鍥炵殑缁撴灉闆嗕负绌烘椂缃┖鍘熸湁鐨勫��
+        if (!data) {
+          this.formData.billNo = "";
+          this.formData.taskNo = "";
+          this.formData.itemNo = "";
+          this.tableData = [];
+          return;
+        }
+        //涓嶄负绌烘椂璧嬪��
+        this.formData.daa001 = data.daa001;
+        this.formData.daa003 = data.daa003;
+        this.formData.daa004 = data.daa004;
+        this.formData.daa008 = data.daa008;
+        this.formData.pbaid = data.id;
+
+
+        this.$post({
+          url: "/SJ/SetQSItems",
+          data: {
+            itemId: this.formData.itemNo
+          }
+        }).then(res => {
+          if (res.data.tbBillList.length > 0) {
+            this.tableData = res.data.tbBillList; // 鍦ㄧ澶村嚱鏁颁腑锛宼his 鎸囧悜澶栧眰浣滅敤鍩熺殑 this
+            this.isSubmit = false;
+          } else {
+            this.$showMessage("姝ょ墿鏂欐病鏈夊惎鐢ㄧ殑妫�楠岄」鐩紝璇风淮鎶�!");
+            this.isSubmit = true;
+            this.tableData = [];
+          }
+        });
+
+      });
+    },
+    toDetail(item, index) {
+      if (this.isUpdate) {
+        uni.showToast({
+          icon: "none",
+          title: "璇峰厛鐢熸垚妫�楠岄」鐩�",
+          duration: 2000,
+        });
+      } else {
+        uni.navigateTo({
+          url: 'detail?id=' + item.id + '&billNo=' + this.formData.billNo + '&gid=' + this.formData
+              .id + '&index=' + index
+        });
+      }
+    },
+    getTable() {
+      this.$post({
+        url: "/SJ/SetQSItems",
+        data: {
+          itemId: this.formData.itemNo
+        }
+      }).then(res => {
+        if (res.data.tbBillList.length > 0) {
+          this.tableData = res.data.tbBillList; // 鍦ㄧ澶村嚱鏁颁腑锛宼his 鎸囧悜澶栧眰浣滅敤鍩熺殑 this
+          this.isShowTable = true;
+          this.isUpdate = true;
+        } else {
+          this.$showMessage("姝ょ墿鏂欐病鏈夊惎鐢ㄧ殑妫�楠岄」鐩紝璇风淮鎶�!");
+          this.isShowTable = true;
+          this.isUpdate = false;
+          this.tableData = [];
+        }
+      });
+    },
+    saveTable() {
+      if (this.tableData.length === 0) {
+        return;
+      }
+
+      this.$post({
+        url: "/SJ/SaveItem",
+        data: {
+          gid: this.formData.id,
+          items: this.tableData,
+          statusUser: this.$loginInfo.account
+        }
+      }).then(res => {
+        this.tableData = res.data.tbBillList.items;
+        this.isShowTable = false;
+        this.isUpdate = false;
+      })
+    },
+    save() {
+
+      // if (this.tableData.length === 0) {
+      // 	this.$showMessage(this.formData.itemNo + "鐗╂枡娌℃湁妫�楠岄」鐩�");
+      // 	return;
+      // }
+
+      if (!this.formData.daa001) {
+        this.$showMessage("璇烽�夋嫨璁″垝缂栧彿");
+        return;
+      }
+
+      this.formData.statusUser = this.$loginInfo.account;
+
+      this.$post({
+        url: "/SJ/Save",
+        data: {
+          from: this.formData,
+          items: this.tableData
+        }
+      }).then(res => {
+        this.formData = res.data.tbBillList.result;
+        this.tableData = res.data.tbBillList.items;
+        this.isUpdate = false;
+      })
+    },
+    saveRemarks() {
+      this.remarksPopup = !this.remarksPopup;
+      this.remarks = this.formData.remarks;
+    },
+    saveComments() {
+      this.commentsPopup = !this.commentsPopup;
+      this.comments = this.formData.comments;
+    },
+    editRemarks() {
+      if (this.remarks) {
+        //saveRemarksGid
+        this.$post({
+          url: "/SJ/saveRemarksGid",
+          data: {
+            gid: this.formData.id,
+            remarks: this.remarks
+          }
+        }).then(res => {
+          if (res.data.tbBillList > 0) {
+            this.formData.remarks = this.remarks;
+            this.remarksPopup = !this.remarksPopup;
+            this.$showMessage("淇濆瓨鎴愬姛");
+          }
+        })
+      }
+    },
+    editComments() {
+      if (this.comments) {
+        //saveRemarksGid
+        this.$post({
+          url: "/SJ/saveCommentGid",
+          data: {
+            gid: this.formData.id,
+            comments: this.comments
+          }
+        }).then(res => {
+          if (res.data.tbBillList > 0) {
+            this.formData.comments = this.comments;
+            this.commentsPopup = !this.commentsPopup;
+            this.$showMessage("淇濆瓨鎴愬姛");
+          }
+        })
+      }
+    },
+    toImage() {
+      uni.navigateTo({
+        url: 'ImageItem?id=' + this.formData.id
+      });
+    }
+  },
+  onShow() {
+    //姣忔杩涘叆椤甸潰閮戒細鎵ц鐨勬柟娉�
+    this.init();
+  }
+};
 </script>
 
 <style>
-	/* 鍩虹鏍峰紡 */
-	.inspection-sheet {
-		font-family: 'Microsoft YaHei', 'Segoe UI', sans-serif;
-		max-width: 1000px;
-		margin: 0 auto;
-		padding: 20px;
-		background-color: #fff;
-		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-	}
+/* 鍩虹鏍峰紡 */
+.inspection-sheet {
+  font-family: 'Microsoft YaHei', 'Segoe UI', sans-serif;
+  max-width: 1000px;
+  margin: 0 auto;
+  padding: 20px;
+  background-color: #fff;
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
+}
 
-	/* 澶撮儴鏍峰紡 */
-	.sheet-header {
-		text-align: center;
-		margin-bottom: 20px;
-		padding-bottom: 15px;
-		border-bottom: 2px solid #e0e0e0;
-	}
+/* 澶撮儴鏍峰紡 */
+.sheet-header {
+  text-align: center;
+  margin-bottom: 20px;
+  padding-bottom: 15px;
+  border-bottom: 2px solid #e0e0e0;
+}
 
-	.sheet-header h1 {
-		color: #2c3e50;
-		font-size: 24px;
-		margin-bottom: 5px;
-	}
+.sheet-header h1 {
+  color: #2c3e50;
+  font-size: 24px;
+  margin-bottom: 5px;
+}
 
-	.inspection-number {
-		font-size: 16px;
-		font-weight: bold;
-		color: #3498db;
-	}
+.inspection-number {
+  font-size: 16px;
+  font-weight: bold;
+  color: #3498db;
+}
 
-	/* 鍩烘湰淇℃伅鍖烘牱寮� */
-	.basic-info,
-	.material-info {
-		margin-bottom: 20px;
-	}
+/* 鍩烘湰淇℃伅鍖烘牱寮� */
+.basic-info,
+.material-info {
+  margin-bottom: 20px;
+}
 
-	.info-row {
-		display: flex;
-		margin-bottom: 10px;
-		flex-wrap: wrap;
-	}
+.info-row {
+  display: flex;
+  margin-bottom: 10px;
+  flex-wrap: wrap;
+}
 
-	.info-label {
-		font-weight: bold;
-		color: #34495e;
-		min-width: 80px;
-		margin-right: 5px;
-	}
+.info-label {
+  font-weight: bold;
+  color: #34495e;
+  min-width: 80px;
+  margin-right: 5px;
+}
 
-	.info-value {
-		color: #2c3e50;
-		margin-right: 20px;
-	}
+.info-value {
+  color: #2c3e50;
+  margin-right: 20px;
+}
 
-	.highlight {
-		font-weight: bold;
-		color: #e74c3c;
-	}
+.highlight {
+  font-weight: bold;
+  color: #e74c3c;
+}
 
-	/* 鐗╂枡淇℃伅鍖烘牱寮� */
-	.material-info {
-		border: 1px solid #eee;
-		padding: 15px;
-		border-radius: 5px;
-	}
+/* 鐗╂枡淇℃伅鍖烘牱寮� */
+.material-info {
+  border: 1px solid #eee;
+  padding: 15px;
+  border-radius: 5px;
+}
 
-	.info-block {
-		display: flex;
-		align-items: center;
-		margin-bottom: 10px;
-		flex-wrap: wrap;
-	}
+.info-block {
+  display: flex;
+  align-items: center;
+  margin-bottom: 10px;
+  flex-wrap: wrap;
+}
 
-	.doc-links {
-		margin-left: auto;
-	}
+.info-value-input {
+  flex: 1;
+  padding: 8px 12px;
+  border: 1px solid #e9ecef;
+  border-radius: 6px;
+  background: #ffffff;
+  font-size: 14px;
+  margin-top: 6px;
+}
 
-	.doc-link {
-		color: #3498db;
-		text-decoration: none;
-		margin-left: 15px;
-		padding: 3px 8px;
-		border: 1px solid #3498db;
-		border-radius: 3px;
-		font-size: 12px;
-	}
+.picker {
+  width: 100%;
+  padding: 8px 12px;
+  border: 1px solid #e9ecef;
+  border-radius: 6px;
+  background: #ffffff;
+  font-size: 14px;
+  margin-top: 6px;
+}
 
-	.sysLike {
-		color: #3498db;
-		text-decoration: none;
-		margin-left: 15px;
-		padding: 3px 8px;
-		border-radius: 3px;
-		font-size: 12px;
-	}
+/* 琛ㄦ牸鏍峰紡 */
+.inspection-table {
+  margin: 25px 0;
+  border-radius: 8px;
+  overflow: hidden;
+  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
+  background: #fff;
+}
 
-	.doc-link:hover {
-		background-color: #f0f8ff;
-	}
+/* 琛ㄦ牸澶撮儴缁熻淇℃伅 */
+.table-header-stats {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  padding: 16px 20px;
+  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
+  border-bottom: 1px solid #e0e0e0;
+}
 
-	/* 琛ㄦ牸鏍峰紡 */
-	.inspection-table {
-		margin: 25px 0;
-	}
+.stats-left .stats-title {
+  font-size: 18px;
+  font-weight: bold;
+  color: #2c3e50;
+  margin-bottom: 4px;
+}
 
-	.inspection-table table {
-		width: 100%;
-		border-collapse: collapse;
-	}
+.stats-left .stats-subtitle {
+  font-size: 14px;
+  color: #7f8c8d;
+}
 
-	.inspection-table th,
-	.inspection-table td {
-		padding: 12px 15px;
-		border: 1px solid #ddd;
-		text-align: left;
-	}
+.stats-right {
+  display: flex;
+  gap: 16px;
+}
 
-	.inspection-table th {
-		background-color: #f8f9fa;
-		font-weight: bold;
-		color: #34495e;
-	}
+.stat-item {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  padding: 8px 12px;
+  border-radius: 6px;
+  min-width: 60px;
+  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
+}
 
-	.inspection-table tr:nth-child(even) {
-		background-color: #f9f9f9;
-	}
+.stat-item.passed {
+  background: linear-gradient(135deg, rgba(39, 174, 96, 0.1), rgba(39, 174, 96, 0.2));
+  border: 1px solid rgba(39, 174, 96, 0.3);
+}
 
-	.inspection-table tr:hover {
-		background-color: #f1f5f9;
-	}
+.stat-item.failed {
+  background: linear-gradient(135deg, rgba(230, 126, 34, 0.1), rgba(230, 126, 34, 0.2));
+  border: 1px solid rgba(230, 126, 34, 0.3);
+}
 
-	/* 鎸夐挳鏍峰紡 */
-	.action-buttons {
-		display: flex;
-		justify-content: flex-end;
-		gap: 10px;
-		margin-top: 20px;
-	}
+.stat-item.pending {
+  background: linear-gradient(135deg, rgba(243, 156, 18, 0.1), rgba(243, 156, 18, 0.2));
+  border: 1px solid rgba(243, 156, 18, 0.3);
+}
 
-	.primary-btn,
-	.secondary-btn {
-		padding: 10px 20px;
-		border: none;
-		border-radius: 4px;
-		font-size: 14px;
-		cursor: pointer;
-		transition: all 0.3s;
-	}
+.stat-count {
+  font-size: 20px;
+  font-weight: bold;
+  line-height: 1;
+  margin-bottom: 2px;
+}
 
-	.primary-btn {
-		background-color: #3498db;
-		color: white;
-	}
+.stat-item.passed .stat-count {
+  color: #27ae60;
+}
 
-	.primary-btn:hover {
-		background-color: #2980b9;
-	}
+.stat-item.failed .stat-count {
+  color: #e67e22;
+}
 
-	.secondary-btn {
-		background-color: #ecf0f1;
-		color: #7f8c8d;
-	}
+.stat-item.pending .stat-count {
+  color: #f39c12;
+}
 
-	.secondary-btn:hover {
-		background-color: #d5dbdb;
-	}
+.stat-label {
+  font-size: 12px;
+  color: #7f8c8d;
+  font-weight: 500;
+}
 
-	.record-btn {
-		padding: 6px 12px;
-		background-color: #f8f9fa;
-		border: 1px solid #ddd;
-		/* border-radius: 3px; */
-		cursor: pointer;
-		transition: all 0.2s;
-	}
+.inspection-table table {
+  width: 100%;
+  border-collapse: collapse;
+}
 
-	.record-btn:hover {
-		background-color: #e9ecef;
-	}
+.inspection-table th, .inspection-table td {
+  padding: 16px 20px;
+  border: none;
+  text-align: left;
+  border-bottom: 1px solid #eee;
+}
 
-	/* 姘村嵃鏍峰紡 */
-	.watermark {
-		position: absolute;
-		font-size: 40px;
-		font-weight: bold;
-		opacity: 1;
-		z-index: 1;
-		pointer-events: none;
-		transform: rotate(-15deg);
-		width: 100%;
-		text-align: center;
-		top: 50%;
-		left: 50%;
-		transform: translate(-50%, -50%) rotate(-15deg);
-	}
+.inspection-table th {
+  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
+  font-weight: 600;
+  color: #fff;
+  font-size: 14px;
+  letter-spacing: 0.5px;
+  position: relative;
+}
 
-	.watermark.approved {
-		color: #2ecc71;
-		/* 缁胯壊 */
-	}
+.inspection-table tbody tr {
+  transition: all 0.3s ease;
+  border-left: 4px solid transparent;
+}
 
-	.watermark.rejected {
-		color: #e74c3c;
-		/* 绾㈣壊 */
-	}
+.inspection-table tbody tr:nth-child(even) {
+  background-color: #f8fafc;
+}
 
-	.watermark.pending {
-		color: #f39c12;
-		/* 姗欒壊 */
-	}
+.inspection-table tbody tr:hover {
+  background-color: #e8f4fd;
+  border-left-color: #3498db;
+  transform: translateY(-1px);
+  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.15);
+}
 
-	/* 鎻忚堪鏂囨湰瀹瑰櫒 */
-	.description-text {
-		position: relative;
-		z-index: 2;
-		padding: 25px;
-		background-color: rgba(255, 255, 255, 0.7);
-	}
+/* 妫�楠岄」鐩垪鏍峰紡 */
+.inspection-table td:first-child {
+  font-weight: 600;
+  color: #2c3e50;
+  font-size: 15px;
+}
 
-	/* 璋冩暣琛ㄦ牸鍗曞厓鏍� */
-	.inspection-table td:nth-child(2) {
-		position: relative;
-		overflow: hidden;
-		padding: 0;
-	}
+/* 椤圭洰鍚嶇О鍖呰鍣� */
+.project-name-wrapper {
+  display: flex;
+  align-items: center;
+  gap: 8px;
+}
 
-	.overlay {
-		position: fixed;
-		top: 0;
-		left: 0;
-		width: 100%;
-		height: 100%;
-		background-color: rgba(0, 0, 0, 0.5);
-		display: flex;
-		justify-content: center;
-		align-items: center;
-		z-index: 10;
-	}
+/* 鐘舵�佹寚绀哄櫒 */
+.status-indicator {
+  width: 8px;
+  height: 8px;
+  border-radius: 50%;
+  display: inline-block;
+  flex-shrink: 0;
+  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
+}
 
-	.popup {
-		background-color: #fff;
-		padding: 20px;
-		border: 1px solid #ccc;
-		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-		width: 68vw;
-		/* 璁剧疆瀹藉害涓鸿鍙e搴︾殑80% */
-		height: 25vh;
-		/* 璁剧疆楂樺害涓鸿鍙i珮搴︾殑80% */
-	}
+.status-indicator.status-approved {
+  background-color: #27ae60;
+  box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.3);
+}
 
-	.form-group {
-		display: flex;
-		align-items: center;
-		border-bottom: 1px solid #c9c9c9;
-	}
+.status-indicator.status-rejected {
+  background-color: #e67e22;
+  box-shadow: 0 0 0 2px rgba(230, 126, 34, 0.3);
+}
 
-	.updateBut {
-		background-color: #3498db;
-		color: white;
-	}
+.status-indicator.status-pending {
+  background-color: #f39c12;
+  box-shadow: 0 0 0 2px rgba(243, 156, 18, 0.3);
+}
 
-	/* 鍝嶅簲寮忚璁� */
-	@media (max-width: 500px) {
+/* 妫�楠屾弿杩板垪鐗规畩鏍峰紡 */
+.inspection-table td:nth-child(2) {
+  position: relative;
+  min-height: 80px;
+  vertical-align: top;
+  padding: 16px 20px;
+}
 
-		.info-row,
-		.info-block {
-			flex-direction: column;
-			align-items: flex-start;
-		}
+/* 鎸夐挳鏍峰紡 */
+.action-buttons {
+  display: flex;
+  justify-content: flex-end;
+  gap: 10px;
+  margin-top: 20px;
+}
 
-		.doc-links {
-			margin-left: 0;
-			margin-top: 10px;
-		}
+.primary-btn,
+.secondary-btn {
+  padding: 10px 20px;
+  border: none;
+  border-radius: 4px;
+  font-size: 14px;
+  cursor: pointer;
+  transition: all 0.3s;
+}
 
-		.action-buttons {
-			flex-direction: column;
-		}
+.primary-btn {
+  background-color: #3498db;
+  color: white;
+}
 
-		.inspection-table table {
-			display: block;
-			overflow-x: auto;
-		}
-	}
+.primary-btn:hover {
+  background-color: #2980b9;
+}
+
+.secondary-btn {
+  background-color: #ecf0f1;
+  color: #7f8c8d;
+}
+
+.secondary-btn:hover {
+  background-color: #d5dbdb;
+}
+
+.record-btn {
+  padding: 8px 16px;
+  background: linear-gradient(135deg, #3498db, #2980b9);
+  color: #fff;
+  border: none;
+  border-radius: 6px;
+  cursor: pointer;
+  transition: all 0.3s ease;
+  font-weight: 500;
+  font-size: 13px;
+  box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
+}
+
+.record-btn:hover {
+  background: linear-gradient(135deg, #2980b9, #1f618d);
+  transform: translateY(-1px);
+  box-shadow: 0 4px 8px rgba(52, 152, 219, 0.4);
+}
+
+.record-btn:active {
+  transform: translateY(0);
+}
+
+/* 濉啓鐘舵�佹寜閽� */
+.record-btn-fill {
+  background: linear-gradient(135deg, #2ecc71, #27ae60);
+  box-shadow: 0 2px 4px rgba(46, 204, 113, 0.3);
+}
+
+.record-btn-fill:hover {
+  background: linear-gradient(135deg, #27ae60, #229954);
+  box-shadow: 0 4px 8px rgba(46, 204, 113, 0.4);
+}
+
+/* 鏌ョ湅鐘舵�佹寜閽� */
+.record-btn-view {
+  background: linear-gradient(135deg, #95a5a6, #7f8c8d);
+  box-shadow: 0 2px 4px rgba(149, 165, 166, 0.3);
+}
+
+.record-btn-view:hover {
+  background: linear-gradient(135deg, #7f8c8d, #6c7b7d);
+  box-shadow: 0 4px 8px rgba(149, 165, 166, 0.4);
+}
+
+/* 姘村嵃鏍峰紡 */
+.watermark {
+  position: absolute;
+  font-size: 32px;
+  font-weight: bold;
+  opacity: 0.4;
+  z-index: 3;
+  pointer-events: none;
+  bottom: 8px;
+  right: 8px;
+  transform: rotate(-15deg);
+  transform-origin: bottom right;
+  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
+  min-width: 60px;
+  text-align: center;
+}
+
+.watermark.approved {
+  color: #27ae60; /* 鏇存贰鐨勭豢鑹� */
+}
+
+.watermark.rejected {
+  color: #e67e22; /* 鏇存贰鐨勭孩鑹� */
+}
+
+.watermark.pending {
+  color: #f39c12; /* 姗欒壊 */
+}
+
+/* 鎻忚堪鏂囨湰鏍峰紡 */
+.description-text {
+  position: relative;
+  z-index: 2;
+  padding: 12px 16px;
+  background: transparent;
+  line-height: 1.6;
+  font-size: 14px;
+  color: #555;
+  margin: 0;
+  word-wrap: break-word;
+  word-break: break-word;
+  max-width: 100%;
+  /* 纭繚鏂囧瓧涓嶄細澶暱閬尅姘村嵃 */
+  padding-right: 80px;
+  min-height: 20px;
+  display: block;
+}
+
+.sysLike {
+  color: #3498db;
+  text-decoration: none;
+  margin-left: 15px;
+  padding: 3px 8px;
+  border: 1px solid #3498db;
+  border-radius: 3px;
+  font-size: 12px;
+}
+
+.sysLike:hover {
+  background-color: #f0f8ff;
+}
+
+/* 寮瑰嚭灞傛牱寮� */
+.overlay {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  background-color: rgba(0, 0, 0, 0.5);
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  z-index: 10;
+}
+
+.popup {
+  background-color: #fff;
+  padding: 20px;
+  border: 1px solid #ccc;
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
+  width: 68vw;
+  height: 25vh;
+  border-radius: 8px;
+}
+
+.popup h3 {
+  margin-top: 0;
+  color: #2c3e50;
+  border-bottom: 1px solid #eee;
+  padding-bottom: 10px;
+  margin-bottom: 15px;
+  font-size: 16px;
+  text-align: center;
+}
+
+.popup .form-group {
+  margin-bottom: 15px;
+  display: flex;
+  flex-direction: column;
+}
+
+.popup .form-label {
+  margin-bottom: 5px;
+  font-weight: bold;
+  font-size: 14px;
+}
+
+.popup .form-input {
+  width: 100%;
+  padding: 8px;
+  border: 1px solid #ddd;
+  border-radius: 4px;
+  font-size: 14px;
+  box-sizing: border-box;
+}
+
+.popup-buttons {
+  display: flex;
+  justify-content: flex-end;
+  gap: 10px;
+  margin-top: 20px;
+}
+
+.updateBut {
+  background-color: #3498db;
+  color: white;
+  border: none;
+  padding: 8px 15px;
+  border-radius: 4px;
+  margin-right: 10px;
+  cursor: pointer;
+  transition: all 0.3s;
+}
+
+.updateBut:hover {
+  background-color: #2980b9;
+}
+
+/* 鍝嶅簲寮忚璁� */
+@media (max-width: 500px) {
+  .info-row,
+  .info-block {
+    flex-direction: column;
+    align-items: flex-start;
+  }
+
+  .action-buttons {
+    flex-direction: column;
+  }
+
+  /* 绉诲姩绔〃鏍煎ご閮ㄧ粺璁� */
+  .table-header-stats {
+    flex-direction: column;
+    gap: 12px;
+    align-items: flex-start;
+    padding: 12px 16px;
+  }
+
+  .stats-right {
+    width: 100%;
+    justify-content: space-around;
+    gap: 8px;
+  }
+
+  .stat-item {
+    flex: 1;
+    min-width: auto;
+    padding: 6px 8px;
+  }
+
+  .stat-count {
+    font-size: 16px;
+  }
+
+  .stat-label {
+    font-size: 11px;
+  }
+
+  .stats-left .stats-title {
+    font-size: 16px;
+  }
+
+  .stats-left .stats-subtitle {
+    font-size: 13px;
+  }
+
+  .inspection-table {
+    margin: 15px -10px;
+    border-radius: 0;
+  }
+
+  .inspection-table th,
+  .inspection-table td {
+    padding: 12px 8px;
+    font-size: 13px;
+  }
+
+  .inspection-table th {
+    font-size: 12px;
+  }
+
+  .description-text {
+    padding: 8px 12px;
+    padding-right: 50px;
+    font-size: 13px;
+  }
+
+  .record-btn {
+    padding: 6px 12px;
+    font-size: 12px;
+  }
+
+  /* 绉诲姩绔按鍗版牱寮忚皟鏁� */
+  .watermark {
+    font-size: 24px;
+    bottom: 4px;
+    right: 4px;
+  }
+
+  /* 绉诲姩绔〃鏍糷over鏁堟灉鍑忓急 */
+  .inspection-table tbody tr:hover {
+    transform: none;
+    box-shadow: none;
+  }
+
+  /* 绉诲姩绔姸鎬佹寚绀哄櫒璋冩暣 */
+  .project-name-wrapper {
+    gap: 6px;
+  }
+
+  .status-indicator {
+    width: 6px;
+    height: 6px;
+  }
+}
+
+/* 骞虫澘璁惧鏍峰紡 */
+@media (min-width: 501px) and (max-width: 768px) {
+  .watermark {
+    font-size: 28px;
+    bottom: 6px;
+    right: 6px;
+  }
+
+  .inspection-table th,
+  .inspection-table td {
+    padding: 14px 16px;
+  }
+
+  .description-text {
+    font-size: 14px;
+    padding-right: 70px;
+  }
+
+  .record-btn {
+    padding: 7px 14px;
+    font-size: 13px;
+  }
+}
+
+/* 澶у睆璁惧浼樺寲 */
+@media (min-width: 1200px) {
+  .inspection-table {
+    margin: 30px 0;
+  }
+
+  .watermark {
+    font-size: 36px;
+    bottom: 10px;
+    right: 10px;
+  }
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3