From ed64dc65649c38d2ee849122f42d070ce5555890 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 22 九月 2022 08:53:15 +0800
Subject: [PATCH] #

---
 pages/basics/pickOffLines.vue |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/pages/basics/pickOffLines.vue b/pages/basics/pickOffLines.vue
index 10a3b76..273f47f 100644
--- a/pages/basics/pickOffLines.vue
+++ b/pages/basics/pickOffLines.vue
@@ -1,5 +1,6 @@
 <template>
 	<view>
+		<scroll-view scroll-y class="scroll-Y">
 		<view class="square-2">
 			<view class="square-title">
 				<view class="title-sign"><view class="sign"></view></view>
@@ -48,6 +49,16 @@
 				</view>
 			</view>
 		</view>
+		</scroll-view>
+		
+		<view class="footer flex justify-around">
+			<view>
+				<button class="cu-btn lg" @click="resst()">閲嶇疆</button>
+			</view>
+			<view>
+				<button class="cu-btn lg pakin-btn bg-blue" @click="comb()">纭</button>
+			</view>
+		</view>
 		<!-- 寮瑰嚭灞� -->
 		<view class="popup-mask" v-if="popShow">
 			<view class="popup">
@@ -64,7 +75,7 @@
 					<view class="popup-text-key">搴撲綅鍙凤細</view>
 					<input type="text">
 				</view>
-				<view class="column" style="border-top: 1rpx solid #ccc;height: 100rpx;line-height: 100rpx;">
+				<view class="column event">
 					<view class="close" @click="close">鍙栨秷</view>
 					<view class="confirm" @click="confirm()">纭</view>
 				</view>
@@ -167,7 +178,10 @@
 				this.matList[this.index].btnText= '宸插嚭搴�'
 				this.matList[this.index].btnType = 'primary'
 			},
-			
+			resst() {
+				this.matList = []
+				this.doc_num = ''
+			}
 			
 		}
 	}
@@ -188,6 +202,7 @@
 		/* height: 130rpx; */
 		margin: 25rpx;
 		border-radius: 20rpx;
+		font-size: 32rpx;
 	}
 	.data-list:first-child {
 		margin-top: 20rpx;
@@ -208,7 +223,7 @@
 		line-height: 70rpx;
 	}
 	.indent {
-		text-indent: 32rpx;
+		text-indent: 24rpx;
 	}
 	.column button {
 		width: 150rpx;
@@ -311,4 +326,10 @@
 		color: #409EFF;
 		font-weight: 700;
 	}
+	/* 浜嬩欢 */
+	.event { 
+		border-top: 1rpx solid #ccc;
+		height: 100rpx;
+		line-height: 100rpx;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1