|
|
@@ -3,7 +3,7 @@ |
|
|
|
<view><text>车牌号:</text><input placeholder="请输入车牌号" v-model="state.vehiclePlate"/></view> |
|
|
|
<view><text>车牌颜色:</text> |
|
|
|
<view style="width: 60%;"> |
|
|
|
<uni-data-select style="width: 100%;" v-model="state.vehiclePlateColor" :localdata="state.colorRange" @change="changeColor" |
|
|
|
<uni-data-select style="width: 100%;" v-model="state.vehiclePlateColor" :localdata="state.colorRange" @change="changeColor" |
|
|
|
:clear="false"></uni-data-select> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -189,6 +189,8 @@ onShow(()=>{ |
|
|
|
requestNew(agreementInSertOrder, options).then((res) => { |
|
|
|
let data = res; |
|
|
|
let supAgreeArr = data.data |
|
|
|
// 每次点击先清空 |
|
|
|
state.agreeURL=[] |
|
|
|
console.log("data==", supAgreeArr) |
|
|
|
for (var m = 0; m < supAgreeArr.length; m++) { |
|
|
|
let obj = {} |
|
|
@@ -296,10 +298,11 @@ onShow(()=>{ |
|
|
|
input{ |
|
|
|
border:1rpx solid #ccc ; |
|
|
|
margin-left: 20rpx; |
|
|
|
padding: 4rpx 10rpx; |
|
|
|
padding: 6rpx 10rpx; |
|
|
|
width: 60%; |
|
|
|
border-radius: 5rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
height: 60rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@@ -334,11 +337,11 @@ onShow(()=>{ |
|
|
|
margin-top: 30rpx; |
|
|
|
} |
|
|
|
::v-deep .uni-select{ |
|
|
|
height: 58rpx !important; |
|
|
|
margin-left: 20rpx; |
|
|
|
border:1rpx solid #ccc !important; |
|
|
|
box-sizing: border-box !important; |
|
|
|
padding-left: 10rpx !important; |
|
|
|
border:1rpx solid #ccc ; |
|
|
|
height: 56rpx; |
|
|
|
} |
|
|
|
::v-deep .uni-select__input-text{ |
|
|
|
font-size: 30rpx !important; |