|
@@ -13,14 +13,15 @@
|
|
<span style="color: darkgray;">请选择工程周期
|
|
<span style="color: darkgray;">请选择工程周期
|
|
|
|
|
|
</span>
|
|
</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gczq')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gczq')">
|
|
<span style="color: black;">{{projectValue.dictLabel}}
|
|
<span style="color: black;">{{projectValue.dictLabel}}
|
|
</span>
|
|
</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -33,11 +34,13 @@
|
|
<view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('xzq')">
|
|
@click="pickerShow('xzq')">
|
|
<span style="color: darkgray;">请选择行政区</span>
|
|
<span style="color: darkgray;">请选择行政区</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xzq')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xzq')">
|
|
<span style="color: black;">{{XZQValue.dictLabel}}</span>
|
|
<span style="color: black;">{{XZQValue.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -51,11 +54,13 @@
|
|
<view v-if="this.isEmpty(this.XQValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.XQValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
@click="pickerShow('xq')">
|
|
@click="pickerShow('xq')">
|
|
<span style="color: darkgray;">请选择小区</span>
|
|
<span style="color: darkgray;">请选择小区</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xq')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xq')">
|
|
<span style="color: black;">{{XQValue.name}}</span>
|
|
<span style="color: black;">{{XQValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -67,11 +72,13 @@
|
|
<view v-if="this.isEmpty(this.LDValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.LDValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
@click="pickerShow('ld')">
|
|
@click="pickerShow('ld')">
|
|
<span style="color: darkgray;">请选择楼栋</span>
|
|
<span style="color: darkgray;">请选择楼栋</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('ld')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('ld')">
|
|
<span style="color: black;">{{LDValue.name}}</span>
|
|
<span style="color: black;">{{LDValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -83,11 +90,13 @@
|
|
<view v-if="this.isEmpty(this.DYValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.DYValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
@click="pickerShow('dy')">
|
|
@click="pickerShow('dy')">
|
|
<span style="color: darkgray;">请选择单元</span>
|
|
<span style="color: darkgray;">请选择单元</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('dy')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('dy')">
|
|
<span style="color: black;">{{DYValue.name}}</span>
|
|
<span style="color: black;">{{DYValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -99,11 +108,13 @@
|
|
<view v-if="this.isEmpty(this.FJValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.FJValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
|
|
@click="pickerShow('fj')">
|
|
@click="pickerShow('fj')">
|
|
<span style="color: darkgray;">请选择房间</span>
|
|
<span style="color: darkgray;">请选择房间</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fj')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fj')">
|
|
<span style="color: black;">{{FJValue.name}}</span>
|
|
<span style="color: black;">{{FJValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray" size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -140,13 +151,13 @@
|
|
<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('brand')">
|
|
@click="pickerShow('brand')">
|
|
<span style="color: darkgray;">请选择厂家</span>
|
|
<span style="color: darkgray;">请选择厂家</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
|
|
<span style="color: black;">{{brandValue.dictLabel}}</span>
|
|
<span style="color: black;">{{brandValue.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -172,13 +183,13 @@
|
|
<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('fsdj')">
|
|
@click="pickerShow('fsdj')">
|
|
<span style="color: darkgray;">请选择腐蚀等级</span>
|
|
<span style="color: darkgray;">请选择腐蚀等级</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fsdj')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fsdj')">
|
|
<span style="color: black;">{{LevelValue.dictLabel}}</span>
|
|
<span style="color: black;">{{LevelValue.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -201,13 +212,13 @@
|
|
<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('kj')">
|
|
@click="pickerShow('kj')">
|
|
<span style="color: darkgray;">请选择孔距</span>
|
|
<span style="color: darkgray;">请选择孔距</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('kj')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('kj')">
|
|
<span style="color: black;">{{LevelValue.dictLabel}}</span>
|
|
<span style="color: black;">{{LevelValue.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -231,13 +242,13 @@
|
|
<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
|
|
@click="pickerShow('cz')">
|
|
@click="pickerShow('cz')">
|
|
<span style="color: darkgray;">请选择材质</span>
|
|
<span style="color: darkgray;">请选择材质</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -248,13 +259,13 @@
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
@click="pickerShow('gg')">
|
|
@click="pickerShow('gg')">
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -284,13 +295,13 @@
|
|
<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('brand')">
|
|
@click="pickerShow('brand')">
|
|
<span style="color: darkgray;">请选择品牌</span>
|
|
<span style="color: darkgray;">请选择品牌</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
|
|
<span style="color: black;">{{brandValue.dictLabel}}</span>
|
|
<span style="color: black;">{{brandValue.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -334,13 +345,13 @@
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
@click="pickerShow('gg')">
|
|
@click="pickerShow('gg')">
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -369,13 +380,13 @@
|
|
<view v-if="this.isEmpty(this.doorValue.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.doorValue.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('door')">
|
|
@click="pickerShow('door')">
|
|
<span style="color: darkgray;">请选择上门类型</span>
|
|
<span style="color: darkgray;">请选择上门类型</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('door')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('door')">
|
|
<span style="color: black;">{{doorValue.dictLabel}}</span>
|
|
<span style="color: black;">{{doorValue.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -386,13 +397,13 @@
|
|
<view v-if="this.isEmpty(this.SelfClosValve.dictValue)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.SelfClosValve.dictValue)" style="margin-top: 10;"
|
|
@click="pickerShow('zbf')">
|
|
@click="pickerShow('zbf')">
|
|
<span style="color: darkgray;">请选择自闭阀类型</span>
|
|
<span style="color: darkgray;">请选择自闭阀类型</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('zbf')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('zbf')">
|
|
<span style="color: black;">{{SelfClosValve.dictLabel}}</span>
|
|
<span style="color: black;">{{SelfClosValve.dictLabel}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -403,13 +414,13 @@
|
|
<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
|
|
@click="pickerShow('cz')">
|
|
@click="pickerShow('cz')">
|
|
<span style="color: darkgray;">请选择材质</span>
|
|
<span style="color: darkgray;">请选择材质</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
<span style="color: black;">{{materialValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -420,13 +431,13 @@
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
|
|
@click="pickerShow('gg')">
|
|
@click="pickerShow('gg')">
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
<span style="color: darkgray;">请选择规格</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
<span style="color: black;">{{specificationValue.name}}</span>
|
|
- <uni-icons style=" position: absolute;" type="right" color="darkgray"
|
|
|
|
- size="15"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_right.png"
|
|
|
|
+ style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="container">
|
|
<view class="container">
|
|
@@ -454,7 +465,8 @@
|
|
</view>
|
|
</view>
|
|
<view @click="remove(index)"
|
|
<view @click="remove(index)"
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
|
|
- <uni-icons type="close" color="darkgray" size="18"></uni-icons>
|
|
|
|
|
|
+ <image src="../../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
|
|
|
|
+ </image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|