safecheck-client 3.0.32-5 → 3.0.32-6
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.32-
|
4
|
+
"version": "3.0.32-6",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -53,10 +53,10 @@
|
|
53
53
|
border: 1px solid #499EDF;
|
54
54
|
}
|
55
55
|
|
56
|
-
.button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("
|
57
|
-
.button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("
|
58
|
-
.button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("
|
59
|
-
.button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("
|
56
|
+
.button_shrink_top {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_top.png")}
|
57
|
+
.button_shrink_bottom {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_bottom.png")}
|
58
|
+
.button_shrink_left {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_left.png")}
|
59
|
+
.button_shrink_right {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/stretch_right.png")}
|
60
60
|
</style>
|
61
61
|
<style>
|
62
62
|
.clear-select-with .dropdown-menu{
|
@@ -106,7 +106,7 @@
|
|
106
106
|
</div>
|
107
107
|
<div class="row app-row">
|
108
108
|
<div class="col-xs-4">
|
109
|
-
<img src="
|
109
|
+
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
110
110
|
<label for="f_userinfo_code" class="font text-left">用户编号:</label>
|
111
111
|
</div>
|
112
112
|
<div class="col-xs-8" >
|
@@ -116,7 +116,7 @@
|
|
116
116
|
</div>
|
117
117
|
<div class="row app-row">
|
118
118
|
<div class="col-xs-4">
|
119
|
-
<img src="
|
119
|
+
<img src="../../../assets/用户姓名.png" style="width: 20px;margin-bottom: 5px" alt="">
|
120
120
|
<label class="font text-left">用户姓名:</label>
|
121
121
|
</div>
|
122
122
|
<div class="col-xs-8" >
|
@@ -126,7 +126,7 @@
|
|
126
126
|
|
127
127
|
<div class="row app-row">
|
128
128
|
<div class="col-xs-4">
|
129
|
-
<img src="
|
129
|
+
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
130
130
|
<label class="font text-left">用户证号:</label>
|
131
131
|
</div>
|
132
132
|
<div class="col-xs-8" >
|
@@ -136,7 +136,7 @@
|
|
136
136
|
|
137
137
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow && !$parent.$parent.planName">
|
138
138
|
<div class="col-xs-4">
|
139
|
-
<img src="
|
139
|
+
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
140
140
|
<label for="f_plan_name" class="font text-left">计划名称:</label>
|
141
141
|
</div>
|
142
142
|
<v-select
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
156
156
|
<div class="col-xs-4">
|
157
|
-
<img src="
|
157
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
158
158
|
<label for="f_state" class="font text-left">是否已检:</label>
|
159
159
|
</div>
|
160
160
|
<v-select id="f_state"
|
@@ -170,7 +170,7 @@
|
|
170
170
|
</div>
|
171
171
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
172
172
|
<div class="col-xs-4">
|
173
|
-
<img src="
|
173
|
+
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
174
174
|
<label class="font text-left">表  号:</label>
|
175
175
|
</div>
|
176
176
|
<div class="col-xs-5" >
|
@@ -183,7 +183,7 @@
|
|
183
183
|
</div>
|
184
184
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
185
185
|
<div class="col-xs-4">
|
186
|
-
<img src="
|
186
|
+
<img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
187
187
|
<label class="font text-left">客户电话:</label>
|
188
188
|
</div>
|
189
189
|
<div class="col-xs-8" >
|
@@ -194,7 +194,7 @@
|
|
194
194
|
|
195
195
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
196
196
|
<div class="col-xs-4">
|
197
|
-
<img src="
|
197
|
+
<img src="../../../assets/小区.png" style="width: 20px;margin-bottom: 5px" alt="">
|
198
198
|
<label class="font text-left">用户地址:</label>
|
199
199
|
</div>
|
200
200
|
<div class="col-xs-8" >
|
@@ -204,7 +204,7 @@
|
|
204
204
|
</div>
|
205
205
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
206
206
|
<div class="col-xs-4">
|
207
|
-
<img src="
|
207
|
+
<img src="../../../assets/用户类型.png" style="width: 20px;margin-bottom: 5px" alt="">
|
208
208
|
<label for="f_user_type" class="font text-left">用户类型:</label>
|
209
209
|
</div>
|
210
210
|
<v-select id="f_user_type" :value.sync="model.f_user_type" class="input-font"
|
@@ -214,7 +214,7 @@
|
|
214
214
|
</div>
|
215
215
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
216
216
|
<div class="col-xs-6">
|
217
|
-
<img src="
|
217
|
+
<img src="../../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">
|
218
218
|
<label class="font text-left">到访不遇:</label>
|
219
219
|
</div>
|
220
220
|
<div class="col-xs-8" >
|
@@ -241,7 +241,7 @@
|
|
241
241
|
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="$parent.$parent.selfSearch">查询</button>
|
242
242
|
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%; margin-left: 10px" @click="$parent.$parent.queryplanmany">转发</button>
|
243
243
|
<div style="float: right;margin-right: 3% " class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
244
|
-
<img v-if="!$parent.$parent.planName" style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="
|
244
|
+
<img v-if="!$parent.$parent.planName" style="float: right;margin-right: 3% " @click="$parent.$parent.getNewOrder" src="../../../assets/shuaxindaiban1.png" style="width: 40px;padding: 5px; float:right">
|
245
245
|
</div>
|
246
246
|
<div class="col-sm-12">
|
247
247
|
|
@@ -286,21 +286,21 @@
|
|
286
286
|
<div class="col-xs-12">
|
287
287
|
<p class="panel-title text-left font" style="width: 23%;float: left"><b>用户电话:</b></p>
|
288
288
|
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_user_phone }}
|
289
|
-
<img src="
|
289
|
+
<img src="../../../assets/phone.png" style="width: 6%"
|
290
290
|
v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_user_phone)'/>
|
291
291
|
</p>
|
292
292
|
</div>
|
293
293
|
<div class="col-xs-12">
|
294
294
|
<p class="panel-title text-left font" style="width: 23%;float: left"><b>备用电话:</b></p>
|
295
295
|
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_rent_phone}}
|
296
|
-
<img v-if="row.f_rent_phone" src="
|
296
|
+
<img v-if="row.f_rent_phone" src="../../../assets/phone.png" style="width: 6%"
|
297
297
|
v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_rent_phone)'/>
|
298
298
|
</p>
|
299
299
|
</div>
|
300
300
|
<div class="col-xs-12">
|
301
301
|
<p class="panel-title text-left font" style="width: 23%;float: left"><b>租户电话:</b></p>
|
302
302
|
<p class="panel-title text-left input-font" style="width: 77%">{{ row.f_zuhu_phone }}
|
303
|
-
<img v-if="row.f_zuhu_phone" src="
|
303
|
+
<img v-if="row.f_zuhu_phone" src="../../../assets/phone.png" style="width: 6%"
|
304
304
|
v-on:click.stop.prevent='$parent.$parent.$parent.makeAPhoneCall(row.f_zuhu_phone)'/>
|
305
305
|
</p>
|
306
306
|
</div>
|