@10yun/cv-mobile-ui 0.3.25 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/parse-pages.js +2 -2
- package/package.json +1 -1
- package/plugins/request.js +0 -1
- package/ui-cv/README.md +3 -0
- package/ui-cv/cv-badge/uni-badge.vue +249 -0
- package/ui-cv/cv-banner/cv-banner.vue +1 -1
- package/ui-cv/cv-banner-card/cv-banner-card.vue +1 -1
- package/ui-cv/cv-block/cv-block.vue +1 -1
- package/ui-cv/cv-box/cv-box.vue +1 -1
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/calendar.js +0 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/uni-calendar-item.vue +0 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/uni-calendar.vue +0 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/util.js +0 -0
- package/{ui-uni/uni-card → ui-cv/cv-card}/uni-card.vue +0 -0
- package/ui-cv/cv-cell/cv-cell.vue +1 -1
- package/ui-cv/cv-checkbox-group/cv-checkbox-group.vue +227 -0
- package/ui-cv/cv-checkbox-opt-base/cv-checkbox-opt-base.vue +57 -0
- package/ui-cv/cv-checkbox-opt-tag/cv-checkbox-opt-tag.vue +107 -0
- package/ui-cv/cv-code-sms/cv-code-sms.vue +23 -42
- package/{ui-uni/uni-col → ui-cv/cv-col}/uni-col.vue +0 -0
- package/{ui-uni/uni-collapse → ui-cv/cv-collapse}/uni-collapse.vue +0 -0
- package/{ui-uni/uni-collapse-item → ui-cv/cv-collapse-item}/uni-collapse-item.vue +0 -0
- package/{ui-uni/uni-combox → ui-cv/cv-combox}/uni-combox.vue +0 -0
- package/{ui-uni/uni-countdown → ui-cv/cv-countdown}/uni-countdown.vue +0 -0
- package/{ui-uni/uni-data-checkbox → ui-cv/cv-data-checkbox}/uni-data-checkbox.vue +0 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/clientdb.js +0 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/uni-data-indexed-list-item.vue +0 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/uni-data-indexed-list.vue +0 -0
- package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/keypress.js +0 -0
- package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/uni-data-picker.vue +0 -0
- package/{ui-uni/uni-data-pickerview → ui-cv/cv-data-pickerview}/uni-data-picker.js +0 -0
- package/{ui-uni/uni-data-pickerview → ui-cv/cv-data-pickerview}/uni-data-pickerview.vue +0 -0
- package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/date-format.js +0 -0
- package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/uni-dateformat.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar-item.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar.js +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/keypress.js +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/time-picker.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/uni-datetime-picker.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/util.js +0 -0
- package/ui-cv/cv-dialog-bottom/cv-dialog-bottom.vue +1 -1
- package/ui-cv/cv-dialog-full/cv-dialog-full.vue +1 -1
- package/ui-cv/cv-dialog-loading/cv-dialog-loading.vue +3 -3
- package/ui-cv/cv-drawer/cv-drawer.vue +185 -0
- package/{ui-uni/uni-drawer → ui-cv/cv-drawer}/keypress.js +14 -14
- package/{ui-uni/uni-easyinput → ui-cv/cv-easyinput}/common.js +0 -0
- package/{ui-uni/uni-easyinput → ui-cv/cv-easyinput}/uni-easyinput.vue +0 -0
- package/ui-cv/cv-editor-parse/readme.md +2 -3
- package/ui-cv/{cv-editor → cv-editor-quill}/compressImage.vue +0 -0
- package/ui-cv/{cv-editor/cv-editor.vue → cv-editor-quill/cv-editor-quill.vue} +3 -23
- package/ui-cv/{cv-editor → cv-editor-quill}/editor-icon.css +0 -0
- package/ui-cv/{cv-editor → cv-editor-quill}/editor-icon.ttf +0 -0
- package/ui-cv/{cv-editor → cv-editor-quill}/index.js +0 -0
- package/{ui-uni/uni-fab → ui-cv/cv-fab}/uni-fab.vue +0 -0
- package/{ui-uni/uni-fab → ui-cv/cv-fab}/uni-fab.vue.bak +0 -0
- package/{ui-uni/uni-fav → ui-cv/cv-fav}/uni-fav.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/choose-and-upload-file.js +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/uni-file-picker.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/upload-file.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/upload-image.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/utils.js +0 -0
- package/ui-cv/cv-form-base/cv-form-base.vue +470 -0
- package/ui-cv/cv-form-base/validate.js +477 -0
- package/ui-cv/cv-form-group/cv-form-group.vue +123 -80
- package/ui-cv/cv-form-group/cv-form-group2.vue +80 -0
- package/ui-cv/cv-form-item/cv-form-item.vue +482 -174
- package/ui-cv/cv-form-item/cv-form-item2.vue +215 -0
- package/ui-cv/cv-form-merge/cv-form-merge.vue +1 -1
- package/ui-cv/cv-geo-local/cv-geo-local.vue +14 -26
- package/{ui-uni/uni-goods-nav → ui-cv/cv-goods-nav}/uni-goods-nav.vue +0 -0
- package/ui-cv/cv-grid-group/cv-grid-group.vue +148 -0
- package/ui-cv/cv-grid-item/cv-grid-item.vue +132 -0
- package/ui-cv/cv-icons/cv-icons.vue +1 -1
- package/ui-cv/cv-icons2/cv-icons2.vue +78 -0
- package/ui-cv/cv-icons2/icons.js +132 -0
- package/{ui-uni/uni-icons → ui-cv/cv-icons2}/uni.ttf +0 -0
- package/{ui-uni/uni-indexed-list → ui-cv/cv-indexed-list}/uni-indexed-list-item.vue +0 -0
- package/{ui-uni/uni-indexed-list → ui-cv/cv-indexed-list}/uni-indexed-list.vue +0 -0
- package/ui-cv/cv-info/cv-info.vue +5 -20
- package/ui-cv/cv-input-btn/cv-input-btn.vue +25 -43
- package/ui-cv/cv-input-digit/cv-input-digit.vue +61 -28
- package/ui-cv/cv-input-idcard/cv-input-idcard.vue +47 -29
- package/ui-cv/cv-input-number/cv-input-number.vue +60 -28
- package/ui-cv/cv-input-password/cv-input-password.vue +80 -30
- package/ui-cv/cv-input-text/cv-input-text.vue +55 -37
- package/ui-cv/cv-link/uni-link.vue +130 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-list.vue +0 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.vue +0 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.wxs +0 -0
- package/{ui-uni/uni-list-ad → ui-cv/cv-list-ad}/uni-list-ad.vue +0 -0
- package/{ui-uni/uni-list-chat → ui-cv/cv-list-chat}/uni-list-chat.scss +0 -0
- package/{ui-uni/uni-list-chat → ui-cv/cv-list-chat}/uni-list-chat.vue +0 -0
- package/{ui-uni/uni-list-item → ui-cv/cv-list-item}/uni-list-item.vue +0 -0
- package/ui-cv/cv-load-more/config.json +9 -9
- package/ui-cv/cv-load-more/cv-load-more.vue +34 -5
- package/ui-cv/cv-message/cv-message.vue +1 -1
- package/{ui-uni/uni-nav-bar → ui-cv/cv-nav-bar}/uni-nav-bar.vue +0 -0
- package/{ui-uni/uni-nav-bar → ui-cv/cv-nav-bar}/uni-status-bar.vue +0 -0
- package/ui-cv/cv-nav-col/cv-nav-col.vue +1 -1
- package/ui-cv/cv-nav-row/cv-nav-row.vue +1 -1
- package/{ui-uni/uni-notice-bar → ui-cv/cv-notice-bar}/uni-notice-bar.vue +0 -0
- package/{ui-uni/uni-number-box → ui-cv/cv-number-box}/uni-number-box.vue +0 -0
- package/{ui-uni/uni-pagination → ui-cv/cv-pagination}/uni-pagination.vue +0 -0
- package/ui-cv/cv-picker-date/cv-picker-date.vue +17 -27
- package/ui-cv/cv-picker-datetime/cv-picker-datetime.vue +31 -41
- package/ui-cv/cv-picker-datetime5/cv-picker-datetime5.vue +19 -29
- package/ui-cv/cv-picker-region/cv-picker-region.vue +23 -33
- package/ui-cv/cv-picker-time/cv-picker-time.vue +16 -26
- package/ui-cv/cv-picker1/cv-picker1.vue +16 -28
- package/ui-cv/cv-picker2/cv-picker2.vue +22 -32
- package/ui-cv/cv-picker3/cv-picker3.vue +34 -44
- package/{ui-uni/uni-popup → ui-cv/cv-popup}/keypress.js +0 -0
- package/{ui-uni/uni-popup → ui-cv/cv-popup}/popup.js +0 -0
- package/{ui-uni/uni-popup → ui-cv/cv-popup}/uni-popup.vue +0 -0
- package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/keypress.js +0 -0
- package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/uni-popup-dialog.vue +0 -0
- package/{ui-uni/uni-popup-message → ui-cv/cv-popup-message}/uni-popup-message.vue +0 -0
- package/{ui-uni/uni-popup-share → ui-cv/cv-popup-share}/uni-popup-share.vue +0 -0
- package/ui-cv/cv-radio-group/cv-radio-group.vue +185 -0
- package/ui-cv/cv-radio-opt-base/cv-radio-opt-base.vue +57 -0
- package/ui-cv/cv-radio-opt-tag/cv-radio-opt-tag.vue +107 -0
- package/ui-cv/cv-rate/cv-rate.vue +13 -17
- package/ui-cv/cv-rate/uni-rate.vue +358 -0
- package/ui-cv/cv-row/uni-row.vue +157 -0
- package/ui-cv/cv-search/cv-search.vue +4 -4
- package/{ui-uni/uni-search-bar → ui-cv/cv-search-bar}/uni-search-bar.vue +0 -0
- package/{ui-uni/uni-section → ui-cv/cv-section}/uni-section.vue +0 -0
- package/{ui-uni/uni-segmented-control → ui-cv/cv-segmented-control}/uni-segmented-control.vue +0 -0
- package/ui-cv/cv-skeleton/cv-skeleton2.vue +5 -5
- package/ui-cv/cv-specs/cv-specs.vue +1 -1
- package/{ui-uni/uni-status-bar → ui-cv/cv-status-bar}/uni-status-bar.vue +0 -0
- package/{ui-uni/uni-steps → ui-cv/cv-steps}/uni-steps.vue +0 -0
- package/{ui-uni/uni-swipe-action → ui-cv/cv-swipe-action}/uni-swipe-action.vue +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/bindingx.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/index.wxs +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/isPC.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpalipay.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpother.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpwxs.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/uni-swipe-action-item.vue +0 -0
- package/{ui-uni/uni-swiper-dot → ui-cv/cv-swiper-dot}/uni-swiper-dot.vue +0 -0
- package/ui-cv/cv-switch/cv-switch.vue +5 -9
- package/{ui-uni/uni-table → ui-cv/cv-table}/uni-table.vue +0 -0
- package/{ui-uni/uni-tag → ui-cv/cv-tag}/uni-tag.vue +0 -0
- package/{ui-uni/uni-tbody → ui-cv/cv-tbody}/uni-tbody.vue +0 -0
- package/{ui-uni/uni-td → ui-cv/cv-td}/uni-td.vue +0 -0
- package/{ui-uni/uni-test → ui-cv/cv-test}/uni-test.vue +0 -0
- package/ui-cv/cv-textarea/cv-textarea.vue +56 -41
- package/{ui-uni/uni-th → ui-cv/cv-th}/filter-dropdown.vue +0 -0
- package/{ui-uni/uni-th → ui-cv/cv-th}/uni-th.vue +0 -0
- package/{ui-uni/uni-thead → ui-cv/cv-thead}/uni-thead.vue +0 -0
- package/{ui-uni/uni-title → ui-cv/cv-title}/uni-title.vue +0 -0
- package/{ui-uni/uni-tr → ui-cv/cv-tr}/table-checkbox.vue +0 -0
- package/{ui-uni/uni-tr → ui-cv/cv-tr}/uni-tr.vue +0 -0
- package/{ui-uni/uni-transition → ui-cv/cv-transition}/createAnimation.js +0 -0
- package/{ui-uni/uni-transition → ui-cv/cv-transition}/uni-transition.vue +0 -0
- package/ui-cv/cv-upload-avatar/cv-upload-avatar.vue +24 -22
- package/ui-cv/cv-upload-img/cv-upload-img.vue +1 -1
- package/ui-cv/mixins/mixins-input.js +20 -29
- package/ui-cv/mixins/mixins-picker.js +1 -13
- package/ui-uni/amap-wx/js/util.js +158 -166
- package/ui-uni/product.vue +52 -52
- package/ui-uni/u-charts/u-charts.js +1092 -743
- package/ui-cv/cv-checkbox/cv-checkbox.vue +0 -140
- package/ui-cv/cv-checkbox-tag/cv-checkbox-tag.vue +0 -164
- package/ui-cv/cv-nav-group/cv-nav-group.vue +0 -33
- package/ui-cv/cv-radio/cv-radio.vue +0 -111
- package/ui-cv/cv-radio-sex/cv-radio-sex.vue +0 -80
- package/ui-cv/cv-radio-tag/cv-radio-tag.vue +0 -133
- package/ui-cv/mixins/mixins-checkbox.js +0 -71
- package/ui-cv/mixins/mixins-common.js +0 -53
- package/ui-cv/mixins/mixins-radio.js +0 -84
- package/ui-uni/page-foot/page-foot.vue +0 -38
- package/ui-uni/page-head/page-head.vue +0 -16
- package/ui-uni/u-link/u-link.vue +0 -59
- package/ui-uni/uni-badge/uni-badge.vue +0 -250
- package/ui-uni/uni-drawer/uni-drawer.vue +0 -178
- package/ui-uni/uni-forms/uni-forms.vue +0 -467
- package/ui-uni/uni-forms/validate.js +0 -486
- package/ui-uni/uni-forms-item/uni-forms-item.vue +0 -500
- package/ui-uni/uni-grid/uni-grid.vue +0 -141
- package/ui-uni/uni-grid-item/uni-grid-item.vue +0 -123
- package/ui-uni/uni-group/uni-group.vue +0 -123
- package/ui-uni/uni-icons/icons.js +0 -132
- package/ui-uni/uni-icons/uni-icons.vue +0 -72
- package/ui-uni/uni-link/uni-link.vue +0 -117
- package/ui-uni/uni-load-more/uni-load-more.vue +0 -366
- package/ui-uni/uni-rate/uni-rate.vue +0 -357
- package/ui-uni/uni-row/uni-row.vue +0 -155
|
@@ -1,30 +1,20 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@change="bindDateChange"
|
|
19
|
-
@cancel="bindPickerCancel"
|
|
20
|
-
:fields="fields"
|
|
21
|
-
@click="changeIconTop"
|
|
22
|
-
>
|
|
23
|
-
<view class="cv-picker-date-text" v-if="localVal != ''">{{ localVal }}</view>
|
|
24
|
-
<view class="cv-picker-date-placeholder" v-else>{{ placeholder }}</view>
|
|
25
|
-
</picker>
|
|
26
|
-
</view>
|
|
27
|
-
</cv-form-item>
|
|
2
|
+
<view class="cv-picker-date">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-date-item"
|
|
5
|
+
mode="date"
|
|
6
|
+
:value="localVal"
|
|
7
|
+
:start="startDate"
|
|
8
|
+
:end="endDate"
|
|
9
|
+
@change="bindDateChange"
|
|
10
|
+
@cancel="bindPickerCancel"
|
|
11
|
+
:fields="fields"
|
|
12
|
+
@click="changeIconTop"
|
|
13
|
+
>
|
|
14
|
+
<view class="cv-picker-date-text" v-if="localVal != ''">{{ localVal }}</view>
|
|
15
|
+
<view class="cv-picker-date-placeholder" v-else>{{ placeholder }}</view>
|
|
16
|
+
</picker>
|
|
17
|
+
</view>
|
|
28
18
|
</template>
|
|
29
19
|
|
|
30
20
|
<script>
|
|
@@ -62,7 +52,7 @@ export default {
|
|
|
62
52
|
iconTop: false
|
|
63
53
|
};
|
|
64
54
|
},
|
|
65
|
-
created
|
|
55
|
+
created() {
|
|
66
56
|
this.localVal = this.value;
|
|
67
57
|
},
|
|
68
58
|
methods: {
|
|
@@ -1,43 +1,33 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
:end="endTime"
|
|
32
|
-
@change="bindTimeChange"
|
|
33
|
-
@click="changeIconTop"
|
|
34
|
-
@cancel="bindPickerCancel"
|
|
35
|
-
>
|
|
36
|
-
<view class="cv-picker-time-text" v-if="localVal_time != ''">{{ localVal_time }}</view>
|
|
37
|
-
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
38
|
-
</picker>
|
|
39
|
-
</view>
|
|
40
|
-
</cv-form-item>
|
|
2
|
+
<view class="cv-picker-date-time">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-date-item"
|
|
5
|
+
mode="date"
|
|
6
|
+
:value="localVal_date"
|
|
7
|
+
:start="startDate"
|
|
8
|
+
:end="endDate"
|
|
9
|
+
@change="bindDateChange"
|
|
10
|
+
:fields="fields"
|
|
11
|
+
@click="changeIconTop"
|
|
12
|
+
@cancel="bindPickerCancel"
|
|
13
|
+
>
|
|
14
|
+
<view class="cv-picker-date-text" v-if="localVal_date != ''">{{ localVal_date }}</view>
|
|
15
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
16
|
+
</picker>
|
|
17
|
+
<picker
|
|
18
|
+
class="cv-picker-time-item"
|
|
19
|
+
mode="time"
|
|
20
|
+
:value="localVal_time"
|
|
21
|
+
:start="startTime"
|
|
22
|
+
:end="endTime"
|
|
23
|
+
@change="bindTimeChange"
|
|
24
|
+
@click="changeIconTop"
|
|
25
|
+
@cancel="bindPickerCancel"
|
|
26
|
+
>
|
|
27
|
+
<view class="cv-picker-time-text" v-if="localVal_time != ''">{{ localVal_time }}</view>
|
|
28
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
29
|
+
</picker>
|
|
30
|
+
</view>
|
|
41
31
|
</template>
|
|
42
32
|
|
|
43
33
|
<script>
|
|
@@ -87,7 +77,7 @@ export default {
|
|
|
87
77
|
iconTop: false
|
|
88
78
|
};
|
|
89
79
|
},
|
|
90
|
-
created
|
|
80
|
+
created() {
|
|
91
81
|
this.localVal = this.value;
|
|
92
82
|
this.localVal_date = this.localVal.split(' ')[0] || '';
|
|
93
83
|
this.localVal_time = this.localVal.split(' ')[1] || '';
|
|
@@ -103,7 +93,7 @@ export default {
|
|
|
103
93
|
this.localVal_date = value;
|
|
104
94
|
this.mergeDateTime();
|
|
105
95
|
},
|
|
106
|
-
mergeDateTime
|
|
96
|
+
mergeDateTime() {
|
|
107
97
|
this.localVal = this.localVal_date + ' ' + this.localVal_time;
|
|
108
98
|
this.$emit('input', this.localVal);
|
|
109
99
|
this.iconTop = false;
|
|
@@ -1,31 +1,21 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
@cancel="onCancel"
|
|
20
|
-
@click="changeIconTop"
|
|
21
|
-
>
|
|
22
|
-
<view class="cv-picker-item-text" v-if="localVal">
|
|
23
|
-
{{ localVal }}
|
|
24
|
-
</view>
|
|
25
|
-
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
26
|
-
</picker>
|
|
27
|
-
</view>
|
|
28
|
-
</cv-form-item>
|
|
2
|
+
<view class="cv-picker">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-item"
|
|
5
|
+
mode="multiSelector"
|
|
6
|
+
:range="range_data"
|
|
7
|
+
:value="items_index"
|
|
8
|
+
@change="bindPickerChange"
|
|
9
|
+
@columnchange="bindPickerColumnchange"
|
|
10
|
+
@cancel="onCancel"
|
|
11
|
+
@click="changeIconTop"
|
|
12
|
+
>
|
|
13
|
+
<view class="cv-picker-item-text" v-if="localVal">
|
|
14
|
+
{{ localVal }}
|
|
15
|
+
</view>
|
|
16
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
17
|
+
</picker>
|
|
18
|
+
</view>
|
|
29
19
|
</template>
|
|
30
20
|
|
|
31
21
|
<script>
|
|
@@ -83,7 +73,7 @@ export default {
|
|
|
83
73
|
endDatetimeArr: [] //结束日期时间数组
|
|
84
74
|
};
|
|
85
75
|
},
|
|
86
|
-
created
|
|
76
|
+
created() {
|
|
87
77
|
this.localVal = this.value;
|
|
88
78
|
this.localDataType = this.dataType != 'value' ? 'text' : 'value';
|
|
89
79
|
this.localJoint = this.joint;
|
|
@@ -104,7 +94,7 @@ export default {
|
|
|
104
94
|
}
|
|
105
95
|
return localData;
|
|
106
96
|
},
|
|
107
|
-
itemsSortOut
|
|
97
|
+
itemsSortOut() {
|
|
108
98
|
let localDatetimeArr = [],
|
|
109
99
|
lastDatetimeArr = [];
|
|
110
100
|
/* 获取当前日期的默认事件 */
|
|
@@ -1,34 +1,24 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
>
|
|
23
|
-
<view class="cv-picker-item-text" v-if="localVal.length > 0">
|
|
24
|
-
{{ last_range_data[0][lastRetDataIndex[0]].text }}{{ joint || ' ' }}{{ last_range_data[1][lastRetDataIndex[1]].text
|
|
25
|
-
}}{{ joint || ' ' }}
|
|
26
|
-
{{ last_range_data[2][lastRetDataIndex[2]].text }}
|
|
27
|
-
</view>
|
|
28
|
-
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
29
|
-
</picker>
|
|
30
|
-
</view>
|
|
31
|
-
</cv-form-item>
|
|
2
|
+
<view class="cv-picker">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-item"
|
|
5
|
+
mode="multiSelector"
|
|
6
|
+
:range="range_data"
|
|
7
|
+
range-key="text"
|
|
8
|
+
:value="items_index"
|
|
9
|
+
@change="bindPickerChange"
|
|
10
|
+
@columnchange="bindPickerColumnchange"
|
|
11
|
+
@cancel="onCancel"
|
|
12
|
+
@click="changeIconTop"
|
|
13
|
+
>
|
|
14
|
+
<view class="cv-picker-item-text" v-if="localVal.length > 0">
|
|
15
|
+
{{ last_range_data[0][lastRetDataIndex[0]].text }}{{ joint || ' ' }}{{ last_range_data[1][lastRetDataIndex[1]].text
|
|
16
|
+
}}{{ joint || ' ' }}
|
|
17
|
+
{{ last_range_data[2][lastRetDataIndex[2]].text }}
|
|
18
|
+
</view>
|
|
19
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
20
|
+
</picker>
|
|
21
|
+
</view>
|
|
32
22
|
</template>
|
|
33
23
|
|
|
34
24
|
<script>
|
|
@@ -76,7 +66,7 @@ export default {
|
|
|
76
66
|
localCounty: {}
|
|
77
67
|
};
|
|
78
68
|
},
|
|
79
|
-
created
|
|
69
|
+
created() {
|
|
80
70
|
this.localVal = this.value;
|
|
81
71
|
this.localDataType = this.dataType != 'value' ? 'text' : 'value';
|
|
82
72
|
this.itemsSortOut();
|
|
@@ -92,7 +82,7 @@ export default {
|
|
|
92
82
|
}
|
|
93
83
|
return localData;
|
|
94
84
|
},
|
|
95
|
-
itemsSortOut
|
|
85
|
+
itemsSortOut() {
|
|
96
86
|
const localProvince = this.initReginData(province);
|
|
97
87
|
this.localProvince = localProvince;
|
|
98
88
|
const localCity = this.initReginData(city);
|
|
@@ -180,7 +170,7 @@ export default {
|
|
|
180
170
|
}
|
|
181
171
|
this.items_index = items_index;
|
|
182
172
|
//this.$forceUpdate()
|
|
183
|
-
// this.
|
|
173
|
+
// this.funcOnInput();
|
|
184
174
|
},
|
|
185
175
|
updatelocalVal() {
|
|
186
176
|
let items_index = this.items_index;
|
|
@@ -1,29 +1,19 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
:end="endTime"
|
|
18
|
-
@change="bindTimeChange"
|
|
19
|
-
@cancel="bindPickerCancel"
|
|
20
|
-
@click="changeIconTop"
|
|
21
|
-
>
|
|
22
|
-
<view class="cv-picker-time-text" v-if="localVal != ''">{{ localVal }}</view>
|
|
23
|
-
<view class="cv-picker-time-placeholder" v-else>{{ placeholder }}</view>
|
|
24
|
-
</picker>
|
|
25
|
-
</view>
|
|
26
|
-
</cv-form-item>
|
|
2
|
+
<view class="cv-picker-time">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-time-item"
|
|
5
|
+
mode="time"
|
|
6
|
+
:value="localVal"
|
|
7
|
+
:start="startTime"
|
|
8
|
+
:end="endTime"
|
|
9
|
+
@change="bindTimeChange"
|
|
10
|
+
@cancel="bindPickerCancel"
|
|
11
|
+
@click="changeIconTop"
|
|
12
|
+
>
|
|
13
|
+
<view class="cv-picker-time-text" v-if="localVal != ''">{{ localVal }}</view>
|
|
14
|
+
<view class="cv-picker-time-placeholder" v-else>{{ placeholder }}</view>
|
|
15
|
+
</picker>
|
|
16
|
+
</view>
|
|
27
17
|
</template>
|
|
28
18
|
|
|
29
19
|
<script>
|
|
@@ -52,7 +42,7 @@ export default {
|
|
|
52
42
|
iconTop: false
|
|
53
43
|
};
|
|
54
44
|
},
|
|
55
|
-
created
|
|
45
|
+
created() {
|
|
56
46
|
this.localVal = this.value;
|
|
57
47
|
},
|
|
58
48
|
methods: {
|
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@change="bindPickerChange"
|
|
17
|
-
@cancel="bindPickerCancel"
|
|
18
|
-
:range="localArr"
|
|
19
|
-
:value="localIndex"
|
|
20
|
-
range-key="text"
|
|
21
|
-
@click="changeIconTop"
|
|
22
|
-
>
|
|
23
|
-
<view class="cv-picker-item-text" v-if="localIndex != null">{{ localArr[localIndex].text }}</view>
|
|
24
|
-
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
25
|
-
</picker>
|
|
26
|
-
</view>
|
|
27
|
-
</cv-form-item>
|
|
2
|
+
<view class="cv-picker">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-item"
|
|
5
|
+
@change="bindPickerChange"
|
|
6
|
+
@cancel="bindPickerCancel"
|
|
7
|
+
:range="localArr"
|
|
8
|
+
:value="localIndex"
|
|
9
|
+
range-key="text"
|
|
10
|
+
@click="changeIconTop"
|
|
11
|
+
>
|
|
12
|
+
<view class="cv-picker-item-text" v-if="localIndex != null">{{ localArr[localIndex].text }}</view>
|
|
13
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
14
|
+
</picker>
|
|
15
|
+
</view>
|
|
28
16
|
</template>
|
|
29
17
|
|
|
30
18
|
<script>
|
|
@@ -87,7 +75,7 @@ export default {
|
|
|
87
75
|
this._dealValue();
|
|
88
76
|
}
|
|
89
77
|
},
|
|
90
|
-
created
|
|
78
|
+
created() {
|
|
91
79
|
this.localVal = this.value;
|
|
92
80
|
this.localArr = this.itemsSortOut();
|
|
93
81
|
this._dealValue();
|
|
@@ -132,7 +120,7 @@ export default {
|
|
|
132
120
|
}
|
|
133
121
|
this.localIndex = localIndex;
|
|
134
122
|
},
|
|
135
|
-
itemsSortOut
|
|
123
|
+
itemsSortOut() {
|
|
136
124
|
let original = [];
|
|
137
125
|
if (this.dataUrl) {
|
|
138
126
|
//网络请求
|
|
@@ -1,35 +1,25 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
:value="items_index"
|
|
18
|
-
@change="bindPickerChange"
|
|
19
|
-
@columnchange="bindPickerColumnchange"
|
|
20
|
-
@cancel="onCancel"
|
|
21
|
-
@click="changeIconTop"
|
|
2
|
+
<view class="cv-picker">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-item"
|
|
5
|
+
mode="multiSelector"
|
|
6
|
+
:range="range_data"
|
|
7
|
+
range-key="text"
|
|
8
|
+
:value="items_index"
|
|
9
|
+
@change="bindPickerChange"
|
|
10
|
+
@columnchange="bindPickerColumnchange"
|
|
11
|
+
@cancel="onCancel"
|
|
12
|
+
@click="changeIconTop"
|
|
13
|
+
>
|
|
14
|
+
<view
|
|
15
|
+
class="cv-picker-item-text"
|
|
16
|
+
v-if="last_range_data[0] && lastRetDataIndex[0] && last_range_data[1] && lastRetDataIndex[1]"
|
|
22
17
|
>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</view>
|
|
29
|
-
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
30
|
-
</picker>
|
|
31
|
-
</view>
|
|
32
|
-
</cv-form-item>
|
|
18
|
+
{{ last_range_data[0][lastRetDataIndex[0]].text }}{{ joint || ' ' }}{{ last_range_data[1][lastRetDataIndex[1]].text }}
|
|
19
|
+
</view>
|
|
20
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
21
|
+
</picker>
|
|
22
|
+
</view>
|
|
33
23
|
</template>
|
|
34
24
|
|
|
35
25
|
<script>
|
|
@@ -101,13 +91,13 @@ export default {
|
|
|
101
91
|
localDataType: ''
|
|
102
92
|
};
|
|
103
93
|
},
|
|
104
|
-
created
|
|
94
|
+
created() {
|
|
105
95
|
this.localVal = this.value.length != 2 ? [0, 0] : this.value;
|
|
106
96
|
this.localDataType = this.dataType != 'text' ? 'value' : 'text';
|
|
107
97
|
this.itemsSortOut();
|
|
108
98
|
},
|
|
109
99
|
methods: {
|
|
110
|
-
itemsSortOut
|
|
100
|
+
itemsSortOut() {
|
|
111
101
|
let original = [];
|
|
112
102
|
if (this.dataUrl) {
|
|
113
103
|
//网络请求
|
|
@@ -1,46 +1,36 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
2
|
+
<view class="cv-picker">
|
|
3
|
+
<picker
|
|
4
|
+
class="cv-picker-item"
|
|
5
|
+
mode="multiSelector"
|
|
6
|
+
:range="range_data"
|
|
7
|
+
range-key="text"
|
|
8
|
+
:value="items_index"
|
|
9
|
+
@change="bindPickerChange"
|
|
10
|
+
@columnchange="bindPickerColumnchange"
|
|
11
|
+
@cancel="onCancel"
|
|
12
|
+
@click="changeIconTop"
|
|
13
|
+
>
|
|
14
|
+
<view
|
|
15
|
+
class="cv-picker-item-text"
|
|
16
|
+
v-if="
|
|
17
|
+
last_range_data[0] &&
|
|
18
|
+
lastRetDataIndex[0] &&
|
|
19
|
+
last_range_data[1] &&
|
|
20
|
+
lastRetDataIndex[1] &&
|
|
21
|
+
last_range_data[2] &&
|
|
22
|
+
lastRetDataIndex[2]
|
|
23
|
+
"
|
|
22
24
|
>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
>
|
|
34
|
-
{{ last_range_data[0][lastRetDataIndex[0]].text || '' }}
|
|
35
|
-
{{ joint || ' ' }}
|
|
36
|
-
{{ last_range_data[1][lastRetDataIndex[1]].text || '' }}
|
|
37
|
-
{{ joint || ' ' }}
|
|
38
|
-
{{ last_range_data[2][lastRetDataIndex[2]].text || '' }}
|
|
39
|
-
</view>
|
|
40
|
-
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
41
|
-
</picker>
|
|
42
|
-
</view>
|
|
43
|
-
</cv-form-item>
|
|
25
|
+
{{ last_range_data[0][lastRetDataIndex[0]].text || '' }}
|
|
26
|
+
{{ joint || ' ' }}
|
|
27
|
+
{{ last_range_data[1][lastRetDataIndex[1]].text || '' }}
|
|
28
|
+
{{ joint || ' ' }}
|
|
29
|
+
{{ last_range_data[2][lastRetDataIndex[2]].text || '' }}
|
|
30
|
+
</view>
|
|
31
|
+
<view class="cv-picker-item-placeholder" v-else>{{ placeholder }}</view>
|
|
32
|
+
</picker>
|
|
33
|
+
</view>
|
|
44
34
|
</template>
|
|
45
35
|
|
|
46
36
|
<script>
|
|
@@ -113,13 +103,13 @@ export default {
|
|
|
113
103
|
localDataType: ''
|
|
114
104
|
};
|
|
115
105
|
},
|
|
116
|
-
created
|
|
106
|
+
created() {
|
|
117
107
|
this.localVal = this.value;
|
|
118
108
|
this.localDataType = this.dataType != 'text' ? 'value' : 'text';
|
|
119
109
|
this.itemsSortOut();
|
|
120
110
|
},
|
|
121
111
|
methods: {
|
|
122
|
-
itemsSortOut
|
|
112
|
+
itemsSortOut() {
|
|
123
113
|
let original = [];
|
|
124
114
|
if (this.dataUrl) {
|
|
125
115
|
//网络请求
|
|
@@ -265,7 +255,7 @@ export default {
|
|
|
265
255
|
// this.items_index = items_index;
|
|
266
256
|
this.$set(this, 'items_index', items_index);
|
|
267
257
|
this.$forceUpdate();
|
|
268
|
-
// this.
|
|
258
|
+
// this.funcOnInput();
|
|
269
259
|
},
|
|
270
260
|
updatelocalVal() {
|
|
271
261
|
let items_index = this.items_index;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|