From 795b82a07d7e6fc748640e82e80ac8d02c70e733 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 11 五月 2024 15:21:48 +0800
Subject: [PATCH] 1.递交

---
 pages/scgl/scbg.vue |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/pages/scgl/scbg.vue b/pages/scgl/scbg.vue
index 4cfc281..72926d2 100644
--- a/pages/scgl/scbg.vue
+++ b/pages/scgl/scbg.vue
@@ -122,7 +122,7 @@
 
 						<view class="flex_center" style="margin: 0rpx 20rpx 10rpx;line-height: 76rpx;">
 							<view style="display: flex;" class="titleFont">
-								<view style="color: red;margin-right: 6rpx;">*</view> 璁惧鍚嶇О锛�
+								<view style="color: #fff;margin-right: 6rpx;">*</view> 璁惧鍚嶇О锛�
 							</view>
 							<view @click='epqSheetClick' class="custominputClass">
 
@@ -267,14 +267,13 @@
 			<u-action-sheet v-if="topContent.length!==0" :actions="badSelectArr" :safeAreaInsetBottom='true'
 				:closeOnClickOverlay="true" :closeOnClickAction="true" @close="badSheetShow=false" :show="badSheetShow"
 				@select='badSheetSelect'>
-				<view style="min-height: 100rpx;padding: 20rpx 20rpx 30rpx 20rpx;">
+				<view style="min-height: 100rpx;">
 					<u-checkbox-group @change="checkboxChange" size='20px' v-model="checkBoxValue" iconPlacement="right"
 						placement="column">
 						<view v-for="(item,index) in badSelectArr">
 							<u-checkbox activeColor="rgb(0, 102, 255)" labelSize='18' :key="item.code+index"
 								:name='item.name' :label="item.name">
 							</u-checkbox>
-							<u-divider :key="item.code"></u-divider>
 						</view>
 					</u-checkbox-group>
 				</view>
@@ -292,7 +291,6 @@
 							<u-checkbox activeColor="rgb(0, 102, 255)" labelSize='18' :key="item.code+index"
 								:name='item.name' :label="item.name">
 							</u-checkbox>
-							<u-divider :key="item.code"></u-divider>
 						</view>
 					</u-checkbox-group>
 				</view>
@@ -471,15 +469,9 @@
 		mounted() {
 			this.init()
 
-
-			// this.getMesOrderStepStart('SGPO20231110_1;101')
-
-
-
+			this.getMesOrderStepStart('MO-2024-01-0004_1;102')
 
 			this.getSellectAllApi()
-
-
 		},
 		methods: {
 			init() {
@@ -950,4 +942,10 @@
 	::v-deep .u-number-box__plus {
 		height: 50rpx !important;
 	}
+
+
+	::v-deep .u-checkbox-label--right {
+		padding: 30rpx;
+		border-bottom: 1rpx solid #eee;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.3