Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -117,10 +117,10 @@
|
|||||||
<u-icon name="arrow-right area-icon" color="#cccccc" ></u-icon>
|
<u-icon name="arrow-right area-icon" color="#cccccc" ></u-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<u-picker mode="time" v-model="dateShow" :params="deteParams" start-year="2010" @confirm="dateConfirm" >请选择</u-picker>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<u-picker mode="time" v-model="dateShow" :params="deteParams" @confirm="dateConfirm" >请选择</u-picker>
|
||||||
<u-select v-model="selectShow" mode="single-column" :list="selectList" label-name="dictName" value-name="dictValue" @confirm="selectConfirm"></u-select>
|
<u-select v-model="selectShow" mode="single-column" :list="selectList" label-name="dictName" value-name="dictValue" @confirm="selectConfirm"></u-select>
|
||||||
<u-select v-model="showType" :list="typeList" label-name="applicationName" value-name="id" @confirm="typeConfirm"></u-select>
|
<u-select v-model="showType" :list="typeList" label-name="applicationName" value-name="id" @confirm="typeConfirm"></u-select>
|
||||||
<div class="footer" @click="submit" v-if="appId">
|
<div class="footer" @click="submit" v-if="appId">
|
||||||
@@ -321,10 +321,13 @@ export default {
|
|||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
},
|
},
|
||||||
dateClick(indexs, index) {
|
dateClick(indexs, index) {
|
||||||
this.dateShow = true
|
|
||||||
this.deteParams = this.formDataList[indexs][index].params
|
this.deteParams = this.formDataList[indexs][index].params
|
||||||
this.datePropIndex = indexs
|
this.datePropIndex = indexs
|
||||||
this.dateIndex = index
|
this.dateIndex = index
|
||||||
|
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.dateShow = true
|
||||||
|
})
|
||||||
},
|
},
|
||||||
dateConfirm(e) {
|
dateConfirm(e) {
|
||||||
var fieldDbName = this.formDataList[this.datePropIndex][this.dateIndex].fieldDbName
|
var fieldDbName = this.formDataList[this.datePropIndex][this.dateIndex].fieldDbName
|
||||||
@@ -502,11 +505,6 @@ export default {
|
|||||||
right: 16px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
::v-deep .AiAreaPicker{
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 78px;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
.area-icon{
|
.area-icon{
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user