From cd17c45d39c727185b3c5ffb5a20e3dfac4dfb75 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期四, 24 八月 2023 13:45:27 +0800
Subject: [PATCH] 8.24提交修改

---
 src/views/inspectionManagement/commissionInspection/index.vue |  109 ++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 81 insertions(+), 28 deletions(-)

diff --git a/src/views/inspectionManagement/commissionInspection/index.vue b/src/views/inspectionManagement/commissionInspection/index.vue
index 9de7d5f..58579bc 100644
--- a/src/views/inspectionManagement/commissionInspection/index.vue
+++ b/src/views/inspectionManagement/commissionInspection/index.vue
@@ -244,33 +244,33 @@
       // 灏哸llDepartmentNames杞崲涓簅ptions闇�瑕佺殑鏍煎紡
       this.options = allDepartmentNames.map(name => ({ value: name, label: name }))
 
-    },
-    // 鏌ヨ鏂规硶
-    async search() {
-    // 灏嗘悳绱㈡潯浠朵綔涓哄弬鏁颁紶閫掔粰getCommisionList鏂规硶
-    let res
-    if(this.radioValue === 0){
-      res = await getCommisionList({
-        pageNo: this.currentPage,
-        pageSize: this.pageSize,
-        entrustCoding: this.searchData.code,
-        sampleName: this.searchData.name,
-        entrusted: this.searchData.department,
-      })
-    }else{
-      res = await getCommisionList({
-        pageNo: this.currentPage,
-        pageSize: this.pageSize,
-        entrustCoding: this.searchData.code,
-        sampleName: this.searchData.name,
-        entrusted: this.searchData.department,
-        inspectionStatus: this.radioValue
-      })
-    }
-      // console.log(res)
-      this.commisionTable = res.data.row
-      this.total = res.data.total
-    },
+			},
+			// 鏌ヨ鏂规硶
+			async search() {
+				// 灏嗘悳绱㈡潯浠朵綔涓哄弬鏁颁紶閫掔粰getCommisionList鏂规硶
+				let res
+				if (this.radioValue === 0) {
+					res = await getCommisionList({
+						pageNo: this.currentPage,
+						pageSize: this.pageSize,
+						entrustCoding: this.searchData.code,
+						sampleName: this.searchData.name,
+						entrusted: this.searchData.department,
+					})
+				} else {
+					res = await getCommisionList({
+						pageNo: this.currentPage,
+						pageSize: this.pageSize,
+						entrustCoding: this.searchData.code,
+						sampleName: this.searchData.name,
+						entrusted: this.searchData.department,
+						inspectionStatus: this.radioValue
+					})
+				}
+				// console.log(res)
+				this.commisionTable = res.data.row
+				this.total = res.data.total
+			},
 
     // 閲嶇疆鏂规硶
     reset() {
@@ -328,6 +328,12 @@
 </script>
 
 <style scoped>
+	.top-bar {
+		margin: -25px -15px;
+		background: #fff;
+		display: flex;
+		justify-content: space-between;
+		padding: 5px 24px 0px 24px;
 
 .top-bar{
     margin: -25px -15px;
@@ -392,4 +398,51 @@
       }
     }
 
-</style>
+	.rightBtn {
+		background-color: rgb(1, 102, 226);
+	}
+
+	.library-table {
+		background-color: #fff;
+		flex: 1;
+		margin: 0px -15px;
+		margin-top: 40px;
+		display: flex;
+		flex-direction: column;
+
+		.table-header {
+			padding: 20px;
+			display: flex;
+			justify-content: space-between;
+
+			.el-form-item {
+				margin-bottom: 30px !important;
+			}
+		}
+
+		.table-box {
+			padding: 0px 20px;
+			margin-top: 0px;
+			flex: 1;
+			background: #fff;
+			/* padding: 20px 20px 10px 20px; */
+			display: flex;
+			flex-direction: column;
+
+			.el-table {
+				flex: 1;
+			}
+
+			>div:nth-child(2) {
+				display: flex;
+				justify-content: end;
+				margin: 10px 0;
+			}
+		}
+	}
+	
+	.vue_qr_div{
+		text-align: center;
+	}
+}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3