|
@@ -6,17 +6,21 @@
|
|
|
<view>
|
|
|
工程周期
|
|
|
</view>
|
|
|
- <view v-if="this.isEmpty(this.projectValue.dictValue)" style="margin-top: 10;"
|
|
|
- @click="pickerShow('gczq')">
|
|
|
- <span style="color: darkgray;">请选择工程周期
|
|
|
-
|
|
|
- </span>
|
|
|
- <uni-icons type="right" color="darkgray" size="15"></uni-icons>
|
|
|
+ <view v-if="this.isEmpty(this.projectValue.dictValue)" @click="pickerShow('gczq')">
|
|
|
+ <view>
|
|
|
+
|
|
|
+
|
|
|
+ <span style="color: darkgray;">请选择工程周期
|
|
|
+
|
|
|
+ </span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gczq')">
|
|
|
<span style="color: black;">{{projectValue.dictLabel}}
|
|
|
</span>
|
|
|
- <uni-icons type="right" color="darkgray" size="15"></uni-icons>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -29,9 +33,13 @@
|
|
|
<view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
|
|
|
@click="pickerShow('xzq')">
|
|
|
<span style="color: darkgray;">请选择行政区</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xzq')">
|
|
|
<span style="color: black;">{{XZQValue.dictLabel}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -45,9 +53,13 @@
|
|
|
<view v-if="this.isEmpty(this.XQValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
|
@click="pickerShow('xq')">
|
|
|
<span style="color: darkgray;">请选择小区</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xq')">
|
|
|
<span style="color: black;">{{XQValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -59,9 +71,13 @@
|
|
|
<view v-if="this.isEmpty(this.LDValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
|
@click="pickerShow('ld')">
|
|
|
<span style="color: darkgray;">请选择楼栋</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('ld')">
|
|
|
<span style="color: black;">{{LDValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -73,9 +89,13 @@
|
|
|
<view v-if="this.isEmpty(this.DYValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
|
@click="pickerShow('dy')">
|
|
|
<span style="color: darkgray;">请选择单元</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('dy')">
|
|
|
<span style="color: black;">{{DYValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -87,9 +107,13 @@
|
|
|
<view v-if="this.isEmpty(this.FJValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
|
@click="pickerShow('fj')">
|
|
|
<span style="color: darkgray;">请选择房间</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fj')">
|
|
|
<span style="color: black;">{{FJValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -128,9 +152,13 @@
|
|
|
<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
|
|
|
@click="pickerShow('fsdj')">
|
|
|
<span style="color: darkgray;">请选择腐蚀等级</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fsdj')">
|
|
|
<span style="color: black;">{{LevelValue.dictLabel}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -153,9 +181,13 @@
|
|
|
<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
|
|
|
@click="pickerShow('kj')">
|
|
|
<span style="color: darkgray;">请选择孔距</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('kj')">
|
|
|
<span style="color: black;">{{LevelValue.dictLabel}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -179,9 +211,13 @@
|
|
|
<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
|
|
|
@click="pickerShow('cz')">
|
|
|
<span style="color: darkgray;">请选择材质</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
|
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -192,9 +228,13 @@
|
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
|
@click="pickerShow('gg')">
|
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -224,9 +264,13 @@
|
|
|
<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
|
|
|
@click="pickerShow('brand')">
|
|
|
<span style="color: darkgray;">请选择品牌</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
|
|
|
<span style="color: black;">{{brandValue.dictLabel}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -270,9 +314,13 @@
|
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
|
@click="pickerShow('gg')">
|
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -301,9 +349,13 @@
|
|
|
<view v-if="this.isEmpty(this.doorValue.dictValue)" style="margin-top: 10;"
|
|
|
@click="pickerShow('door')">
|
|
|
<span style="color: darkgray;">请选择上门类型</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('door')">
|
|
|
<span style="color: black;">{{doorValue.dictLabel}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -314,9 +366,13 @@
|
|
|
<view v-if="this.isEmpty(this.SelfClosValve.dictValue)" style="margin-top: 10;"
|
|
|
@click="pickerShow('zbf')">
|
|
|
<span style="color: darkgray;">请选择自闭阀类型</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('zbf')">
|
|
|
<span style="color: black;">{{SelfClosValve.dictLabel}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -327,9 +383,13 @@
|
|
|
<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
|
|
|
@click="pickerShow('cz')">
|
|
|
<span style="color: darkgray;">请选择材质</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
|
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -340,9 +400,13 @@
|
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
|
@click="pickerShow('gg')">
|
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
|
+ <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
+ size="15"></uni-icons>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="container">
|
|
@@ -1184,6 +1248,8 @@
|
|
|
.background {
|
|
|
border: 15px solid hsla(0, 0%, 100%, .5);
|
|
|
background: white;
|
|
|
+ padding-left: 5px;
|
|
|
+ padding-right: 10px;
|
|
|
background-clip: padding-box;
|
|
|
/*从padding开始往外面裁剪背景*/
|
|
|
|