zhengkaixin 1 rok temu
rodzic
commit
c0c9d5c841

+ 1 - 0
components/equipmentRetrieval.vue

@@ -242,6 +242,7 @@
 		methods: {
 			init(){
 				this.menuList[this.checkindex].pageIndex=1
+				this.indexList=[]
 				this.getList()
 			},
 			myLoadmoreonReachBottom(){

+ 7 - 6
pages/projectDepartment/exportReturn/deliveryFrom.vue

@@ -29,20 +29,20 @@
 							</view>
 						</view>
 					</view>
-					<view class="list-head" >
+					<view class="list-head" style="margin-top: 5px;" >
 						<view class="title">
 							选择设备
 						</view>
 						<view  class="amountView" style="margin-top: 5px;" >
 							<view class="amount"  >
 								<span  @click="show5Btn" 
-								 style="float: right; color: #45BA45; font-size: 12px;font-weight: normal;">
+								 style="float: right; color: #45BA45; font-weight: normal;">
 												<u-icon name="file-text"></u-icon>添加设备</span>
 							</view>
-							<view class="amount" style="margin: 0 20px;" >
+							<view class="amount" style="margin: 0 10px;" >
 								或者
 							</view>
-							<view class="amount"  @click="gotoscan('')" style=" color: #0051ff;font-size: 12px;">
+							<view class="amount"  @click="gotoscan('')" style=" color: #0051ff;">
 								<u-icon name="scan" color="#0051ff" ></u-icon>扫码识别
 							</view>
 							
@@ -313,7 +313,8 @@
 					this.show5=true
 				}else{
 					uni.showToast({
-						title:"请先选择所属项目部"
+						title:"请先选择所属项目部",
+						icon: "none"
 					})
 				}
 				
@@ -817,7 +818,7 @@
 				align-items: center;
 				.amount {
 					color: #777777;
-					font-size: 24rpx;
+					font-size: 32rpx;
 				
 					text {
 						color: #3385FF;