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