safecheck-client 3.0.29-gongyi → 3.0.32-gongyi
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.
|
4
|
+
"version": "3.0.32-gongyi",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -92,11 +92,11 @@
|
|
92
92
|
"sinon-chai": "^2.8.0",
|
93
93
|
"style": "0.0.3",
|
94
94
|
"style-loader": "^0.20.3",
|
95
|
-
"system-clients": "3.
|
95
|
+
"system-clients": "3.0.67",
|
96
96
|
"system-phone": "1.2.80-35",
|
97
97
|
"telephone-clients": "1.1.27",
|
98
98
|
"url-loader": "^0.5.7",
|
99
|
-
"vue-client": "1.24.
|
99
|
+
"vue-client": "1.24.28",
|
100
100
|
"vue-hot-reload-api": "^1.2.0",
|
101
101
|
"vue-html-loader": "^1.0.0",
|
102
102
|
"vue-loader": "^8.2.1",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
@re-res="$parent.$parent.getRes"
|
13
13
|
:value.sync="model.f_checker_id"
|
14
14
|
v-model="model.f_checker_id"
|
15
|
-
condition=" f_checker_name
|
15
|
+
condition=" f_checker_name = '{}'">
|
16
16
|
</role-selector-safe>
|
17
17
|
</div>
|
18
18
|
<div :class="$parent.$parent.style">
|
@@ -80,8 +80,7 @@
|
|
80
80
|
@re-res="$parent.$parent.getRes"
|
81
81
|
:value.sync="model.f_checker_id"
|
82
82
|
v-model="model.f_checker_id"
|
83
|
-
|
84
|
-
condition=" f_checker_name in {}">
|
83
|
+
condition=" f_checker_name = '{}'">
|
85
84
|
</role-selector-safe>
|
86
85
|
</div>
|
87
86
|
<div :class="$parent.$parent.style">
|
@@ -52,12 +52,12 @@
|
|
52
52
|
<label class="font_normal_body">公  司</label>
|
53
53
|
<right-tree-safe @re-res="$parent.$parent.getResm" v-model="model.f_orgid" condition="tua.f_orgid in {}"></right-tree-safe>
|
54
54
|
</div>
|
55
|
-
<div class="form-group col-sm-2">
|
55
|
+
<div class="form-group col-sm-2" style="margin-top: 0px">
|
56
56
|
<label class="font_normal_body">小  区</label>
|
57
57
|
<input type="text" class="input_search" v-model="model.f_residential_area"
|
58
58
|
style="width: 60%" placeholder="小区" condition="tua.f_residential_area like '%{}%'">
|
59
59
|
</div>
|
60
|
-
<div class="col-sm-2 form-group" style="margin:
|
60
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
61
61
|
|
62
62
|
<label class="font_normal_body" title="用户类型">用户类型</label>
|
63
63
|
<v-select :value.sync="model.f_user_type" v-model='model.f_user_type'
|
@@ -79,7 +79,7 @@
|
|
79
79
|
condition="tui.f_user_state ='{}'"></v-select>
|
80
80
|
|
81
81
|
</div> -->
|
82
|
-
<div class="col-sm-2 form-group" style="margin:
|
82
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
83
83
|
|
84
84
|
<label class="font_normal_body" title="用气性质">用气性质</label>
|
85
85
|
<v-select :value.sync="model.f_gasproperties" v-model='model.f_gasproperties'
|
@@ -90,7 +90,7 @@
|
|
90
90
|
condition="tuf.f_gasproperties ='{}'"></v-select>
|
91
91
|
|
92
92
|
</div>
|
93
|
-
<div class="col-sm-2 form-group" style="margin:
|
93
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
94
94
|
|
95
95
|
<label class="font_normal_body" title="气表类型">气表类型</label>
|
96
96
|
<v-select
|
@@ -106,7 +106,7 @@
|
|
106
106
|
value-single
|
107
107
|
></v-select>
|
108
108
|
</div>
|
109
|
-
<div class="col-sm-2 form-group" style="margin:
|
109
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
110
110
|
|
111
111
|
<label class="font_normal_body">气表品牌</label>
|
112
112
|
<v-select :value.sync="model.gasbrand" v-model='model.gasbrand'
|
@@ -116,7 +116,7 @@
|
|
116
116
|
close-on-select
|
117
117
|
></v-select>
|
118
118
|
</div>
|
119
|
-
<div class="col-sm-2 form-group" style="margin:
|
119
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
120
120
|
|
121
121
|
<label class="font_normal_body">气表型号</label>
|
122
122
|
<v-select :value.sync="model.gasmodel" v-model='model.gasmodel'
|
@@ -127,7 +127,7 @@
|
|
127
127
|
condition="tuf.f_gasmodel_id = {}"></v-select>
|
128
128
|
|
129
129
|
</div>
|
130
|
-
<div class="col-sm-2 form-group" style="margin:
|
130
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
131
131
|
|
132
132
|
<label class="font_normal_body" title="房屋类型">房屋类型</label>
|
133
133
|
<v-select :value.sync="model.f_house_type" v-model='model.f_house_type'
|
@@ -138,7 +138,7 @@
|
|
138
138
|
condition="tui.f_house_type = {}"></v-select>
|
139
139
|
|
140
140
|
</div>
|
141
|
-
<div class="col-sm-2 form-group" style="margin:
|
141
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
142
142
|
|
143
143
|
<label class="font_normal_body" title="安装位置">安装位置</label>
|
144
144
|
<v-select :value.sync="model.f_position" v-model='model.f_position'
|
@@ -149,7 +149,7 @@
|
|
149
149
|
condition="tuf.f_position = {}"></v-select>
|
150
150
|
|
151
151
|
</div>
|
152
|
-
<div class="col-sm-2 form-group" style="margin:
|
152
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
153
153
|
|
154
154
|
<label class="font_normal_body" title="使用类型">使用类型</label>
|
155
155
|
<v-select :value.sync="model.f_usetype" v-model='model.f_usetype'
|
@@ -160,7 +160,7 @@
|
|
160
160
|
condition="tuf.f_usetype = {}"></v-select>
|
161
161
|
|
162
162
|
</div>
|
163
|
-
<div class="form-group col-sm-2" style="margin:
|
163
|
+
<div class="form-group col-sm-2" style="margin-top: 0px">
|
164
164
|
<label class="font_normal_body">开户起始</label>
|
165
165
|
<datepicker
|
166
166
|
placeholder='开户起始'
|
@@ -173,7 +173,7 @@
|
|
173
173
|
condition="tui.f_createfile_date >= '{} 00:00:00'">
|
174
174
|
</datepicker>
|
175
175
|
</div>
|
176
|
-
<div class="form-group col-sm-2"style="margin:
|
176
|
+
<div class="form-group col-sm-2"style="margin-top: 0px" >
|
177
177
|
<label class="font_normal_body">开户截止</label>
|
178
178
|
<datepicker
|
179
179
|
placeholder='开户截止'
|
@@ -186,7 +186,7 @@
|
|
186
186
|
condition="tui.f_createfile_date <= '{} 00:00:00'">
|
187
187
|
</datepicker>
|
188
188
|
</div>
|
189
|
-
<div class="form-group col-sm-2" style="margin:
|
189
|
+
<div class="form-group col-sm-2" style="margin-top: 0px">
|
190
190
|
<label class="font_normal_body">片    区</label>
|
191
191
|
<v-select
|
192
192
|
class="select select_list"
|
@@ -201,7 +201,7 @@
|
|
201
201
|
>
|
202
202
|
</v-select>
|
203
203
|
</div>
|
204
|
-
<div class="form-group col-sm-2" style="margin:
|
204
|
+
<div class="form-group col-sm-2" style="margin-top: 0px">
|
205
205
|
<label class="font_normal_body" title="安检状态">安检状态</label>
|
206
206
|
<v-select
|
207
207
|
class="select select_list"
|
@@ -216,7 +216,7 @@
|
|
216
216
|
>
|
217
217
|
</v-select>
|
218
218
|
</div>
|
219
|
-
<div class="col-sm-2 form-group" style="margin:
|
219
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
220
220
|
|
221
221
|
<label class="font_normal_body">安 检 册</label>
|
222
222
|
<v-select :value.sync="model.f_check_book_id" v-model='model.f_check_book_id'
|
@@ -227,7 +227,7 @@
|
|
227
227
|
condition="f_check_book_id ='{}'"></v-select>
|
228
228
|
|
229
229
|
</div>
|
230
|
-
<div class="col-sm-2 form-group" style="margin:
|
230
|
+
<div class="col-sm-2 form-group" style="margin-top: 0px">
|
231
231
|
|
232
232
|
<label class="font_normal_body">是否划分</label>
|
233
233
|
<v-select :value.sync="model.f_is_checkbook" v-model='model.f_is_checkbook'
|
@@ -130,8 +130,7 @@
|
|
130
130
|
@re-res="$parent.$parent.getRes"
|
131
131
|
:value.sync="model.f_checker_id"
|
132
132
|
v-model="model.f_checker_id"
|
133
|
-
|
134
|
-
condition=" f_checker_name in {}">
|
133
|
+
condition=" f_checker_name = '{}'">
|
135
134
|
</role-selector-safe>
|
136
135
|
</div>
|
137
136
|
<div :class="$parent.$parent.style" v-show="$parent.$parent.criteriaShow">
|