ezhizao_zx 10 maanden geleden
bovenliggende
commit
f2e3b47cc5
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      pages/outsourcedInspection/form.vue
  2. 2 2
      pages/outsourcedInspection/scan.vue

+ 1 - 1
pages/outsourcedInspection/form.vue

@@ -482,7 +482,7 @@
 	const addConsultation = (data) => {
 		console.log(data)
 		let info = data
-		info.forEach(item =>{
+		info.forEach(item => {
 			item.status = 0
 		})
 		consultations.value = info

+ 2 - 2
pages/outsourcedInspection/scan.vue

@@ -31,8 +31,8 @@
 				<uni-icons type="scan" size="16" style="color: #ffffff; margin-right: 8rpx;" />
 				<text>扫描箱码或载具二维码</text>
 			</view>
-			<!-- <view class="btn uni-row" style="margin-top: 48rpx;" @click.stop="handleConfirm">箱码确定</view> -->
-			<!-- <view class="btn uni-row" style="background-color: #26d01d;" @click.stop="handleSave">保存
+			<!-- <view class="btn uni-row" style="margin-top: 48rpx;" @click.stop="handleConfirm">箱码确定</view>
+			<view class="btn uni-row" style="background-color: #26d01d;" @click.stop="handleSave">保存
 			</view> -->
 			<view class="btn uni-row" style="margin-top: 48rpx;" @click.stop="handleSave">保存</view>
 		</view>