safecheck-client 3.0.35-2 → 3.0.35-21
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/package.json +1 -1
- package/src/App.vue +31 -31
- package/src/components/Util/SafecheckUpload.vue +4 -0
- package/src/components/android/CivilCurrentCreate.vue +56 -41
- package/src/components/android/NoCivilCurrentCreate.vue +10 -0
- package/src/components/android/PhoneUpUserinfo.vue +25 -6
- package/src/components/android/examples/UserExamples.vue +136 -136
- package/src/components/pc/SecurityCheckLedger.vue +113 -0
- package/src/components/rongcheng/AddPlanItem.vue +1 -1
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +4 -0
- package/src/components/rongcheng/AspiratedUserInfo.vue +407 -399
- package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
- package/src/components/rongcheng/SafecheckUserInfo.vue +1005 -1005
- package/src/filiale/bayan/android/AddPlanItem.vue +22 -2
- package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
- package/src/filiale/bayan/android/CurrentCreate.vue +10 -0
- package/src/filiale/bayan/android/PaperFeedback.vue +1669 -1669
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +908 -905
- package/src/filiale/bayan/android/SafecheckOrderV.vue +76 -20
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +4 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +607 -601
- package/src/filiale/bayan/pc/HiddenSituation.vue +295 -295
- package/src/filiale/bayan/pc/NewCheckpaper.vue +1992 -1992
- package/src/filiale/bayan/pc/PaperList.vue +900 -900
- package/src/filiale/bayan/pc/PlanManage.vue +2 -0
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +391 -391
- package/src/filiale/huaran/android/CheckPlanDown.vue +212 -0
- package/src/filiale/huaran/android.js +1 -0
- package/src/filiale/shanxian/android/AddPlanItem.vue +1 -1
- package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/siyang/pc/checkUserList.vue +108 -133
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1207 -1207
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +3035 -3035
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +1045 -1053
- package/src/filiale/tongchuan/pc/checkUserList.vue +639 -639
- package/src/filiale/xilan/android/AddPlanItem.vue +4 -0
- package/src/filiale/xilan/android/CurrentCreate.vue +6 -2
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +642 -642
- package/src/main.js +33 -33
- package/src/safecheck.js +3 -0
@@ -0,0 +1,212 @@
|
|
1
|
+
<template>
|
2
|
+
<div class="auto">
|
3
|
+
|
4
|
+
<div class="auto">
|
5
|
+
<criteria-paged :model="model" v-ref:paged>
|
6
|
+
<criteria partial='criteria' @condition-changed='search' v-ref:cri>
|
7
|
+
<div partial>
|
8
|
+
<div class="row app-row">
|
9
|
+
<div class="col-xs-4">
|
10
|
+
<img src="../../../assets/档案信息.png" style="width: 20px;margin-bottom: 5px" alt="">
|
11
|
+
<label for="f_plan_name" class="font text-left">计划名称:</label>
|
12
|
+
</div>
|
13
|
+
<div class="col-xs-8" >
|
14
|
+
<input id="f_plan_name" class="search_input input-font"
|
15
|
+
v-model="model.f_plan_name" condition="f_plan_name like '%{}%'" />
|
16
|
+
</div>
|
17
|
+
</div>
|
18
|
+
<div class="row text-center" style="margin-top: 20px;">
|
19
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="search">查询</button>
|
20
|
+
</div>
|
21
|
+
<!--<div class="row app-btn">-->
|
22
|
+
<!--<button class="btn btn-primary col-xs-6" type="button" @click="search"><span class="glyphicon glyphicon-search" style="margin-right: 20px;">查询</span></button>-->
|
23
|
+
<!--</div>-->
|
24
|
+
<div style="height:30px;"></div>
|
25
|
+
</div>
|
26
|
+
</criteria>
|
27
|
+
<list :model="model" partial='list'>
|
28
|
+
<div partial>
|
29
|
+
<div class="auto app-text" style="margin-top: 5px;">
|
30
|
+
<div class="panel" style="padding: 10px 10px 5px 10px;">
|
31
|
+
<div class="panel-body panel-self">
|
32
|
+
<div class="row">
|
33
|
+
<p class="panel-title col-xs-4 text-left font">计划名称</p>
|
34
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_name }}</p>
|
35
|
+
</div>
|
36
|
+
<div class="row">
|
37
|
+
<p class="panel-title col-xs-4 text-left font">计划时间</p>
|
38
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_plan_year }}/{{row.f_plan_month}}</p>
|
39
|
+
</div>
|
40
|
+
<!--<div class="row">-->
|
41
|
+
<!--<p class="panel-title col-xs-4 text-left font">生成人员</p>-->
|
42
|
+
<!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_create_operator }}/{{row.f_plan_month}}</p>-->
|
43
|
+
<!--</div>-->
|
44
|
+
<!--<div class="row">-->
|
45
|
+
<!--<p class="panel-title col-xs-4 text-left font">下发人员</p>-->
|
46
|
+
<!--<p class="panel-title col-xs-8 text-left input-font">{{ row.f_send_operator }}/{{row.f_plan_month}}</p>-->
|
47
|
+
<!--</div>-->
|
48
|
+
<div class="row text-right" >
|
49
|
+
<button type="button" class="btn yybtn-color" v-on:click.stop.prevent='$parent.$parent.$parent.downloadHand(row)' v-if="$parent.$parent.$parent.isDown(row)">下载</button>
|
50
|
+
</div>
|
51
|
+
</div>
|
52
|
+
</div>
|
53
|
+
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
</list>
|
57
|
+
</criteria-paged>
|
58
|
+
</div>
|
59
|
+
<!--<div class="row text-center" style="margin-top: 20px;">-->
|
60
|
+
<!--<button type="' 正在进行共享计划下载,请确认!' btn-lg btn-font btn-color" style="width: 45%;" @click="downHand()">共享计划下载</button>-->
|
61
|
+
<!--<!–<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="database()">数据库导出</button>–>-->
|
62
|
+
<!--</div>-->
|
63
|
+
<!-- <div class="auto" style="padding-top: 20px;" v-if='show'>
|
64
|
+
<p class="text-warning" style="padding: 0 10px">正在下载抄表单...</p>
|
65
|
+
</div> -->
|
66
|
+
<!-- <hand-info v-if="show" :data="handinfo"></hand-info> -->
|
67
|
+
<!-- <div class="auto" v-if="!show">
|
68
|
+
<p class="text-warning" style="padding: 0 10px">
|
69
|
+
暂无可操作的抄表信息
|
70
|
+
</p>
|
71
|
+
</div> -->
|
72
|
+
</div>
|
73
|
+
<!-- <back-page :need-back='true' @flag="$back()"></back-page>-->
|
74
|
+
</template>
|
75
|
+
<script>
|
76
|
+
import { PagedList } from 'vue-client'
|
77
|
+
import co from 'co'
|
78
|
+
import Vue from 'vue'
|
79
|
+
// const downloadHand = function * (self, row) {
|
80
|
+
//
|
81
|
+
// }
|
82
|
+
|
83
|
+
export default {
|
84
|
+
title: '共享计划下载',
|
85
|
+
data () {
|
86
|
+
return {
|
87
|
+
model: new PagedList( `${this.$androidUtil.getProxyUrl()}/rs/sql/getShareCheckPlan`,5,{f_fengongsi:`'${Vue.user.orgid}'`,f_fengongsi_name:`'${Vue.user.orgs.split('.').pop()}'`}),
|
88
|
+
checkPlanInfo: [],
|
89
|
+
localcheckPlanInfo:[]
|
90
|
+
}
|
91
|
+
},
|
92
|
+
ready () {
|
93
|
+
|
94
|
+
this.getlocalCheckPlan()
|
95
|
+
},
|
96
|
+
methods: {
|
97
|
+
reload() {
|
98
|
+
//tag
|
99
|
+
this.$refs.paged.loadPage(this.$refs.paged.model.pageIndex)
|
100
|
+
},
|
101
|
+
getlocalCheckPlan() {
|
102
|
+
let value = this.$androidUtil.path({alias: 'getLocalCheckPlan', data: {}})
|
103
|
+
//tag
|
104
|
+
this.localcheckPlanInfo = value.data
|
105
|
+
// this.$androidUtil.path({alias: 'getLocalCheckPlan', data:{}}).then((value)=>{
|
106
|
+
// //tag
|
107
|
+
// this.localcheckPlanInfo = value.data
|
108
|
+
// })
|
109
|
+
},
|
110
|
+
downloadHand(row) {
|
111
|
+
HostApp.__this__ =this
|
112
|
+
this.$showMessage('正在进行共享计划下载,请确认!', ['confirm', 'cancel']).then((res) => {
|
113
|
+
if (res === 'confirm') {
|
114
|
+
HostApp.logicWithHint({
|
115
|
+
'logic': 'DownCheckPlanInfo',
|
116
|
+
'callback': 'javascript: HostApp.__this__.downloadHandCallback()',
|
117
|
+
'data': {id: row.id},
|
118
|
+
'backresult': 1
|
119
|
+
})
|
120
|
+
}
|
121
|
+
})
|
122
|
+
},
|
123
|
+
downloadHandCallback(jo) {
|
124
|
+
// 安卓端
|
125
|
+
//tag
|
126
|
+
if (jo.state == 'ok') {
|
127
|
+
let result = JSON.parse(jo.result)
|
128
|
+
if (result.state == 0) {
|
129
|
+
if (result.data.length > 0) {
|
130
|
+
this.getlocalCheckPlan()
|
131
|
+
this.$showMessage('下载成功,您可前往计划导航进行查看!')
|
132
|
+
} else {
|
133
|
+
this.$showMessage('无可下载的共享计划!')
|
134
|
+
}
|
135
|
+
} else {
|
136
|
+
this.$showMessage('下载失败!')
|
137
|
+
}
|
138
|
+
} else {
|
139
|
+
this.$showMessage('下载失败,请重试!')
|
140
|
+
}
|
141
|
+
}
|
142
|
+
},
|
143
|
+
computed: {
|
144
|
+
isDown () {
|
145
|
+
return function (row) {
|
146
|
+
for (let info of this.localcheckPlanInfo) {
|
147
|
+
if (info.id == row.id) {
|
148
|
+
return false
|
149
|
+
}
|
150
|
+
}
|
151
|
+
return true
|
152
|
+
}
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
</script>
|
157
|
+
<style>
|
158
|
+
.bg {
|
159
|
+
background-color: blue;
|
160
|
+
height: 1px;
|
161
|
+
border: 0;
|
162
|
+
}
|
163
|
+
.app-row {
|
164
|
+
background-color: white;
|
165
|
+
padding: 10px 10px 0 10px;
|
166
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
167
|
+
}
|
168
|
+
.search_input {
|
169
|
+
border: 0;
|
170
|
+
outline: none;
|
171
|
+
}
|
172
|
+
.font{
|
173
|
+
font: 15px PingFang-SC-Medium;
|
174
|
+
color: #666666;
|
175
|
+
}
|
176
|
+
.input-font{
|
177
|
+
font: 15px PingFang-SC-Medium;
|
178
|
+
color: #333333;
|
179
|
+
}
|
180
|
+
.btn-font{
|
181
|
+
font:600 16px PingFang-SC-Bold;
|
182
|
+
color: #499EDF;
|
183
|
+
}
|
184
|
+
.btn-color{
|
185
|
+
background-color: #FFFFFF;
|
186
|
+
border-radius: 10px ;
|
187
|
+
border: 1px solid #499EDF;
|
188
|
+
}
|
189
|
+
.app-text {
|
190
|
+
font-size: 12px;
|
191
|
+
}
|
192
|
+
.panel-self{
|
193
|
+
border-radius: 10px;
|
194
|
+
border:1px solid #499EDF;
|
195
|
+
background-color: #F8F8F8;
|
196
|
+
}
|
197
|
+
.yybtn-color{
|
198
|
+
background-color:#499edf;
|
199
|
+
border-radius: 4px ;
|
200
|
+
border: 1px solid #499EDF;
|
201
|
+
color: #FFFFFF;
|
202
|
+
font: 14px PingFang-SC-Bold;
|
203
|
+
}
|
204
|
+
.qxbtn-color{
|
205
|
+
background-color: #FFFFFF;
|
206
|
+
border-radius: 4px ;
|
207
|
+
color: #499edf;
|
208
|
+
font: 14px PingFang-SC-Bold;
|
209
|
+
border: 1px solid #499EDF;
|
210
|
+
}
|
211
|
+
|
212
|
+
</style>
|
@@ -4,6 +4,7 @@ import Vue from "vue";
|
|
4
4
|
//手机特殊目录注册到该文件中
|
5
5
|
let specialComp = {
|
6
6
|
'safecheck-order-v': (resolve) => { require(['./android/SafecheckOrderV'], resolve) },
|
7
|
+
'check-plan-down': (resolve) => { require(['./android/CheckPlanDown'], resolve) }
|
7
8
|
}
|
8
9
|
exports.specialComp = specialComp
|
9
10
|
|
@@ -223,7 +223,7 @@
|
|
223
223
|
export default {
|
224
224
|
title: '安检员B',
|
225
225
|
data () {
|
226
|
-
let model = new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/提取用户档案`, 20, { groupitem: '""', orderitem: '"f_residential_area,CAST(build as int),f_unit,CAST(floor1 as int) desc,f_room"',f_check_type:'this.f_check_type[0]',
|
226
|
+
let model = new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/提取用户档案`, 20, { groupitem: '""', orderitem: '"f_residential_area,CAST(build as int) desc,f_unit,CAST(floor1 as int) desc,f_room"',f_check_type:'this.f_check_type[0]',
|
227
227
|
f_user_name:'this.model.f_username',myCycle: 'this.myCycle',fyCycle: 'this.fyCycle', f_user_type:'this.f_user_type',f_sign: 'this.f_sign[0]', f_residential_area:'this.model.f_districtname', f_address:'this.model.f_address',f_user_state: 'this.f_user_state[0]',f_orgids:'this.f_orgids',f_unit:'this.model.f_unit',f_building:'this.model.f_building',f_filialeid:'this.f_filialeid'})
|
228
228
|
model.f_sign = ['']
|
229
229
|
model.f_user_type = ''
|
@@ -96,55 +96,55 @@
|
|
96
96
|
>
|
97
97
|
</v-select>
|
98
98
|
</div>
|
99
|
-
<div class="form-group col-sm-4"
|
100
|
-
<label class="font_normal_body">气表类型:</label
|
101
|
-
<v-select
|
102
|
-
class="select select_list"
|
103
|
-
:value.sync="model.meter_classify"
|
104
|
-
v-model="model.meter_classify"
|
105
|
-
:options='$parent.$parent.meter_classifys'
|
106
|
-
placeholder='请选择'
|
107
|
-
condition="uf.F_METER_CLASSIFY='{}'"
|
108
|
-
:search="false"
|
109
|
-
close-on-select
|
110
|
-
value-single
|
111
|
-
|
112
|
-
</v-select
|
113
|
-
</div
|
114
|
-
<div class="form-group col-sm-4"
|
115
|
-
<label class="font_normal_body">街  道:</label
|
116
|
-
<v-select
|
117
|
-
class="select select_list"
|
118
|
-
:value.sync="model.f_street"
|
119
|
-
v-model="model.f_street"
|
120
|
-
:options='$parent.$parent.streets'
|
121
|
-
placeholder='请选择'
|
122
|
-
condition="ua.f_street_id='{}'"
|
123
|
-
close-on-select
|
124
|
-
value-single
|
125
|
-
|
126
|
-
</v-select
|
127
|
-
</div
|
99
|
+
<!-- <div class="form-group col-sm-4" >-->
|
100
|
+
<!-- <label class="font_normal_body">气表类型:</label>-->
|
101
|
+
<!-- <v-select-->
|
102
|
+
<!-- class="select select_list"-->
|
103
|
+
<!-- :value.sync="model.meter_classify"-->
|
104
|
+
<!-- v-model="model.meter_classify"-->
|
105
|
+
<!-- :options='$parent.$parent.meter_classifys'-->
|
106
|
+
<!-- placeholder='请选择'-->
|
107
|
+
<!-- condition="uf.F_METER_CLASSIFY='{}'"-->
|
108
|
+
<!-- :search="false"-->
|
109
|
+
<!-- close-on-select-->
|
110
|
+
<!-- value-single-->
|
111
|
+
<!-- >-->
|
112
|
+
<!-- </v-select>-->
|
113
|
+
<!-- </div>-->
|
114
|
+
<!-- <div class="form-group col-sm-4" >-->
|
115
|
+
<!-- <label class="font_normal_body">街  道:</label>-->
|
116
|
+
<!-- <v-select-->
|
117
|
+
<!-- class="select select_list"-->
|
118
|
+
<!-- :value.sync="model.f_street"-->
|
119
|
+
<!-- v-model="model.f_street"-->
|
120
|
+
<!-- :options='$parent.$parent.streets'-->
|
121
|
+
<!-- placeholder='请选择'-->
|
122
|
+
<!-- condition="ua.f_street_id='{}'"-->
|
123
|
+
<!-- close-on-select-->
|
124
|
+
<!-- value-single-->
|
125
|
+
<!-- >-->
|
126
|
+
<!-- </v-select>-->
|
127
|
+
<!-- </div>-->
|
128
128
|
<!--<div class="form-group col-sm-4" >
|
129
129
|
<label class="font_normal_body">小区名称:</label>
|
130
130
|
<input type="text" class="input_search" v-model="model.f_userinfo_code"
|
131
131
|
style="width: 60%" placeholder="请选择" condition="ua.f_residential_area = '{}'">
|
132
132
|
</div>-->
|
133
|
-
<div class="form-group col-sm-4"
|
134
|
-
<label class="font_normal_body">楼 栋 号:</label
|
135
|
-
<input type="text" class="input_search" v-model="model.f_building"
|
136
|
-
style="width: 60%" placeholder="请选择" condition="ua.f_building='{}'"
|
137
|
-
</div
|
138
|
-
<div class="form-group col-sm-4"
|
139
|
-
<label class="font_normal_body">单 元 号:</label
|
140
|
-
<input type="text" class="input_search" v-model="model.f_unit"
|
141
|
-
style="width: 60%" placeholder="请选择" condition="ua.f_unit='{}'"
|
142
|
-
</div
|
143
|
-
<div class="form-group col-sm-4"
|
144
|
-
<label class="font_normal_body">楼 层 号:</label
|
145
|
-
<input type="text" class="input_search" v-model="model.f_floor"
|
146
|
-
style="width: 60%" placeholder="请选择" condition="ua.f_floor='{}'"
|
147
|
-
</div
|
133
|
+
<!-- <div class="form-group col-sm-4" >-->
|
134
|
+
<!-- <label class="font_normal_body">楼 栋 号:</label>-->
|
135
|
+
<!-- <input type="text" class="input_search" v-model="model.f_building"-->
|
136
|
+
<!-- style="width: 60%" placeholder="请选择" condition="ua.f_building='{}'">-->
|
137
|
+
<!-- </div>-->
|
138
|
+
<!-- <div class="form-group col-sm-4" >-->
|
139
|
+
<!-- <label class="font_normal_body">单 元 号:</label>-->
|
140
|
+
<!-- <input type="text" class="input_search" v-model="model.f_unit"-->
|
141
|
+
<!-- style="width: 60%" placeholder="请选择" condition="ua.f_unit='{}'">-->
|
142
|
+
<!-- </div>-->
|
143
|
+
<!-- <div class="form-group col-sm-4" >-->
|
144
|
+
<!-- <label class="font_normal_body">楼 层 号:</label>-->
|
145
|
+
<!-- <input type="text" class="input_search" v-model="model.f_floor"-->
|
146
|
+
<!-- style="width: 60%" placeholder="请选择" condition="ua.f_floor='{}'">-->
|
147
|
+
<!-- </div>-->
|
148
148
|
<div class="form-group col-sm-4" >
|
149
149
|
<label class="font_normal_body">开户起始:</label>
|
150
150
|
<datepicker
|
@@ -171,16 +171,16 @@
|
|
171
171
|
condition="ui.f_createfile_date <= '{} 23:59:59'">
|
172
172
|
</datepicker>
|
173
173
|
</div>
|
174
|
-
<div class="form-group col-sm-4"
|
175
|
-
<label class="font_normal_body">表 箱 号:</label
|
176
|
-
<input type="text" class="input_search" v-model="model.f_metertitles"
|
177
|
-
style="width: 60%" placeholder="请输入" condition="uf.f_metertitles='{}'"
|
178
|
-
</div
|
179
|
-
<div class="form-group col-sm-4"
|
180
|
-
<label class="font_normal_body">用户电话:</label
|
181
|
-
<input type="text" class="input_search" v-model="model.f_user_phone"
|
182
|
-
style="width: 60%" placeholder="请输入" condition="ui.f_user_phone='{}'"
|
183
|
-
</div
|
174
|
+
<!-- <div class="form-group col-sm-4" >-->
|
175
|
+
<!-- <label class="font_normal_body">表 箱 号:</label>-->
|
176
|
+
<!-- <input type="text" class="input_search" v-model="model.f_metertitles"-->
|
177
|
+
<!-- style="width: 60%" placeholder="请输入" condition="uf.f_metertitles='{}'">-->
|
178
|
+
<!-- </div>-->
|
179
|
+
<!-- <div class="form-group col-sm-4" >-->
|
180
|
+
<!-- <label class="font_normal_body">用户电话:</label>-->
|
181
|
+
<!-- <input type="text" class="input_search" v-model="model.f_user_phone"-->
|
182
|
+
<!-- style="width: 60%" placeholder="请输入" condition="ui.f_user_phone='{}'">-->
|
183
|
+
<!-- </div>-->
|
184
184
|
<div class="form-group col-sm-4" >
|
185
185
|
<label class="font_normal_body">片    区:</label>
|
186
186
|
<v-select
|
@@ -196,20 +196,20 @@
|
|
196
196
|
>
|
197
197
|
</v-select>
|
198
198
|
</div>
|
199
|
-
<div class="form-group col-sm-4"
|
200
|
-
<label class="font_normal_body">抄 表 册:</label
|
201
|
-
<v-select
|
202
|
-
class="select select_list"
|
203
|
-
:value.sync="model.f_meter_book_num"
|
204
|
-
v-model="model.f_meter_book_num"
|
205
|
-
:options='$parent.$parent.cbc'
|
206
|
-
placeholder='请选择'
|
207
|
-
condition="uf.f_meter_book_num='{}'"
|
208
|
-
close-on-select
|
209
|
-
value-single
|
210
|
-
|
211
|
-
</v-select
|
212
|
-
</div
|
199
|
+
<!-- <div class="form-group col-sm-4" >-->
|
200
|
+
<!-- <label class="font_normal_body">抄 表 册:</label>-->
|
201
|
+
<!-- <v-select-->
|
202
|
+
<!-- class="select select_list"-->
|
203
|
+
<!-- :value.sync="model.f_meter_book_num"-->
|
204
|
+
<!-- v-model="model.f_meter_book_num"-->
|
205
|
+
<!-- :options='$parent.$parent.cbc'-->
|
206
|
+
<!-- placeholder='请选择'-->
|
207
|
+
<!-- condition="uf.f_meter_book_num='{}'"-->
|
208
|
+
<!-- close-on-select-->
|
209
|
+
<!-- value-single-->
|
210
|
+
<!-- >-->
|
211
|
+
<!-- </v-select>-->
|
212
|
+
<!-- </div>-->
|
213
213
|
<div class="form-group col-sm-4" >
|
214
214
|
<label class="font_normal_body">派发情况:</label>
|
215
215
|
<v-select
|
@@ -265,76 +265,51 @@
|
|
265
265
|
>
|
266
266
|
</v-select>
|
267
267
|
</div>
|
268
|
-
<div class="form-group col-sm-4"
|
269
|
-
<label class="font_normal_body">通气起始:</label
|
270
|
-
<datepicker
|
271
|
-
placeholder='通气开始时间'
|
272
|
-
style="width:60%"
|
273
|
-
:disabled-days-of-week="[]"
|
274
|
-
:format="'yyyy-MM-dd'"
|
275
|
-
:show-rest-button="reset"
|
276
|
-
:value.sync="model.f_startgas_time"
|
277
|
-
v-model="model.f_startgas_time"
|
278
|
-
condition="ui.f_uservent_date >= '{} 00:00:00'"
|
279
|
-
</datepicker
|
280
|
-
</div
|
281
|
-
<div class="form-group col-sm-4"
|
282
|
-
<label class="font_normal_body">通气截止:</label
|
283
|
-
<datepicker
|
284
|
-
placeholder='通气结束时间'
|
285
|
-
:disabled-days-of-week="[]"
|
286
|
-
style="width:60%"
|
287
|
-
:format="'yyyy-MM-dd'"
|
288
|
-
:show-rest-button="reset"
|
289
|
-
:value.sync="model.f_endgas_time"
|
290
|
-
v-model="model.f_endgas_time"
|
291
|
-
condition="ui.f_uservent_date <= '{} 23:59:59'"
|
292
|
-
</datepicker
|
293
|
-
</div
|
294
|
-
<div class="form-group col-sm-4"
|
295
|
-
<label class="font_normal_body">安检册:</label
|
296
|
-
<v-select
|
297
|
-
class="select select_list"
|
298
|
-
:value.sync="model.checkBook"
|
299
|
-
v-model="model.checkBook"
|
300
|
-
:options='$parent.$parent.checkBooks'
|
301
|
-
placeholder='请选择'
|
302
|
-
:search="false"
|
303
|
-
close-on-select
|
304
|
-
value-single
|
305
|
-
|
306
|
-
</v-select
|
307
|
-
</div
|
268
|
+
<!-- <div class="form-group col-sm-4" >-->
|
269
|
+
<!-- <label class="font_normal_body">通气起始:</label>-->
|
270
|
+
<!-- <datepicker-->
|
271
|
+
<!-- placeholder='通气开始时间'-->
|
272
|
+
<!-- style="width:60%"-->
|
273
|
+
<!-- :disabled-days-of-week="[]"-->
|
274
|
+
<!-- :format="'yyyy-MM-dd'"-->
|
275
|
+
<!-- :show-rest-button="reset"-->
|
276
|
+
<!-- :value.sync="model.f_startgas_time"-->
|
277
|
+
<!-- v-model="model.f_startgas_time"-->
|
278
|
+
<!-- condition="ui.f_uservent_date >= '{} 00:00:00'">-->
|
279
|
+
<!-- </datepicker>-->
|
280
|
+
<!-- </div>-->
|
281
|
+
<!-- <div class="form-group col-sm-4" >-->
|
282
|
+
<!-- <label class="font_normal_body">通气截止:</label>-->
|
283
|
+
<!-- <datepicker-->
|
284
|
+
<!-- placeholder='通气结束时间'-->
|
285
|
+
<!-- :disabled-days-of-week="[]"-->
|
286
|
+
<!-- style="width:60%"-->
|
287
|
+
<!-- :format="'yyyy-MM-dd'"-->
|
288
|
+
<!-- :show-rest-button="reset"-->
|
289
|
+
<!-- :value.sync="model.f_endgas_time"-->
|
290
|
+
<!-- v-model="model.f_endgas_time"-->
|
291
|
+
<!-- condition="ui.f_uservent_date <= '{} 23:59:59'">-->
|
292
|
+
<!-- </datepicker>-->
|
293
|
+
<!-- </div>-->
|
294
|
+
<!-- <div class="form-group col-sm-4">-->
|
295
|
+
<!-- <label class="font_normal_body">安检册:</label>-->
|
296
|
+
<!-- <v-select-->
|
297
|
+
<!-- class="select select_list"-->
|
298
|
+
<!-- :value.sync="model.checkBook"-->
|
299
|
+
<!-- v-model="model.checkBook"-->
|
300
|
+
<!-- :options='$parent.$parent.checkBooks'-->
|
301
|
+
<!-- placeholder='请选择'-->
|
302
|
+
<!-- :search="false"-->
|
303
|
+
<!-- close-on-select-->
|
304
|
+
<!-- value-single-->
|
305
|
+
<!-- >-->
|
306
|
+
<!-- </v-select>-->
|
307
|
+
<!-- </div>-->
|
308
308
|
<div class="form-group col-sm-4">
|
309
309
|
<label class="font_normal_body">安检时间:</label>
|
310
310
|
<input type="number" class="input_search" v-model="model.month"
|
311
311
|
style="width: 60%" placeholder="距上次安检时间(月)">
|
312
312
|
</div>
|
313
|
-
<!--<div class="form-group col-sm-4" >
|
314
|
-
<label class="font_normal_body">入户情况:</label>
|
315
|
-
<v-select
|
316
|
-
class="select select_list"
|
317
|
-
:value.sync="model.f_hasHousehold"
|
318
|
-
v-model="model.f_hasHousehold"
|
319
|
-
:options='$parent.$parent.hasHousehold'
|
320
|
-
placeholder='请选择'
|
321
|
-
close-on-select
|
322
|
-
:search="false"
|
323
|
-
value-single
|
324
|
-
>
|
325
|
-
</v-select>
|
326
|
-
</div>-->
|
327
|
-
<!--先注掉,-->
|
328
|
-
<!-- <div class="form-group col-sm-4" >-->
|
329
|
-
<!-- <label class="font_normal_body">年龄起始:</label>-->
|
330
|
-
<!-- <input type="text" class="input_search" v-model="model.f_yearstart_time"-->
|
331
|
-
<!-- style="width: 60%" placeholder="请输入">-->
|
332
|
-
<!-- </div>-->
|
333
|
-
<!-- <div class="form-group col-sm-4" >-->
|
334
|
-
<!-- <label class="font_normal_body">年龄截止:</label>-->
|
335
|
-
<!-- <input type="text" class="input_search" v-model="model.f_yearend_time"-->
|
336
|
-
<!-- style="width: 60%" placeholder="请输入">-->
|
337
|
-
<!-- </div>-->
|
338
313
|
</div>
|
339
314
|
</div>
|
340
315
|
<div slot="modal-footer" class="modal-footer" style="text-align: center">
|