Browse Source

必填项

wuhb 4 months ago
parent
commit
af77c03fd7

+ 5 - 3
pages/order/detail/acceptIndex.uvue

@@ -80,7 +80,7 @@
 			<!-- 工作负责人选择 -->
 			<view class="info-section">
 			    <view class="section-title">
-			        <text class="section-title-text">工作负责人</text>
+			        <text class="section-title-text">工作负责人<text style="color: red;">*</text></text>
 			    </view>
 			    <view class="info-card">
 			        <view class="form-item">
@@ -88,7 +88,9 @@
 			            <view class="form-picker" @click="showLeaderPicker = true">
 			                <view class="picker-display">
 			                    <text v-if="selectedTeamLeaderName" class="selected-value">{{ selectedTeamLeaderName }}</text>
-			                    <text v-else class="placeholder">请选择工作负责人</text>
+								<text v-else class="placeholder">									
+									请选择工作负责人
+								</text>
 			                    <text class="arrow">▼</text>
 			                </view>
 			            </view>
@@ -777,7 +779,7 @@
 	}
 
 	.modal-body {
-	    // max-height: 800rpx;
+	    max-height: 800rpx;
 		min-height: 800rpx;
 	}
 

+ 1 - 1
pages/order/detail/approveIndex.uvue

@@ -75,7 +75,7 @@
 
 			<view class="info-section">
 			    <view class="section-title">
-			        <text class="section-title-text">审批意见</text>
+			        <text class="section-title-text">审批意见<text style="color: red;">*</text></text>
 			    </view>
 			    <view class="info-card">
 			        <view class="form-item">

+ 1 - 1
pages/order/detail/resetIndex.uvue

@@ -69,7 +69,7 @@
 			    <view class="info-card">
 			        <view class="info-item">
 						<view class="info-label">
-							<text class="form-label required">复位方式</text>
+							<text class="form-label required">复位方式<text style="color: red;">*</text></text>
 						</view>
 						<view class="info-value">
 						    <view class="form-picker" @click="showReasonPicker = true">

+ 2 - 2
pages/order/detail/returnIndex.uvue

@@ -69,7 +69,7 @@
 			    <view class="info-card">
 			        <view class="info-item">
 						<view class="info-label">
-							<text class="form-label required">退回类型</text>
+							<text class="form-label required">退回类型<text style="color: red;">*</text></text>
 						</view>
 						<view class="info-value">
 						    <view class="form-picker" @click="showReasonPicker = true">
@@ -83,7 +83,7 @@
 					</view>
 					<view class="info-item">
 						<view class="info-label">
-							<text class="form-label required">退回原因</text>
+							<text class="form-label required">退回原因<text style="color: red;">*</text></text>
 						</view>
 						<view class="info-value">
 							 <textarea

+ 1 - 1
pages/order/detail/suspendIndex.uvue

@@ -64,7 +64,7 @@
 			<!-- 工作负责人选择 -->
 			<view class="info-section">
 			    <view class="section-title">
-			        <text class="section-title-text">挂起原因</text>
+			        <text class="section-title-text">挂起原因<text style="color: red;">*</text></text>
 			    </view>
 			    <view class="info-card">
 			        <view class="form-item">