sale-client 3.7.57 → 3.7.59
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/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/components/common/searchuploadfile/uploadFilesHistory.vue +2 -2
- package/src/components/common/userinfo_detail/iot_detail/WatchCollection.vue +2 -2
- package/src/filiale/kelai/iot_detail/WatchCollection.vue +9 -9
- package/src/filiale/rongcheng/FileUserAddress.vue +11 -0
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -165,8 +165,8 @@ export default {
|
|
|
165
165
|
if (res.data.array[j].uploadday == this.files[i].days) {
|
|
166
166
|
// 如果使用类型包含导入字样,则是execl文件导入的,不做显示
|
|
167
167
|
if (res.data.array[j].fusetype && res.data.array[j].f_filetype.includes('xls')) {
|
|
168
|
-
res.data.array[j].splice(i, 1)
|
|
169
|
-
i--
|
|
168
|
+
// res.data.array[j].splice(i, 1)
|
|
169
|
+
// i--
|
|
170
170
|
continue
|
|
171
171
|
}
|
|
172
172
|
if ((res.data.array[j].fusetype == '安检照片' && res.data.array[j].f_filename.includes('amr'))) {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
<th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
|
|
72
72
|
<th style="text-align:center"><nobr>{{row.f_wmprepaytype}}</nobr></th>
|
|
73
73
|
<th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
|
|
74
|
-
<th style="text-align:center"><nobr>{{row.
|
|
75
|
-
<th style="text-align:center"><nobr>{{row.
|
|
74
|
+
<th style="text-align:center"><nobr>{{row.f_magneticinterference}}</nobr></th>
|
|
75
|
+
<th style="text-align:center"><nobr>{{row.f_compensatestate}}</nobr></th>
|
|
76
76
|
</tr>
|
|
77
77
|
</template>
|
|
78
78
|
<template partial='foot'></template>
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
<th style="text-align:center"><nobr>{{row.f_snr}}</nobr></th>
|
|
75
75
|
<th style="text-align:center"><nobr>{{row.f_batterylevel}}</nobr></th>
|
|
76
76
|
<th style="text-align:center"><nobr>{{row.f_lowlithiumbattery ? ((row.f_lowlithiumbattery - 0) == 0 ? '正常' : '异常') : '未知'}}</nobr></th>
|
|
77
|
-
<th style="text-align:center"><nobr>{{row.
|
|
78
|
-
<th style="text-align:center"><nobr>{{row.
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
77
|
+
<th style="text-align:center"><nobr>{{row.flowmetertemperature ? row.flowmetertemperature : '0'}}</nobr></th>
|
|
78
|
+
<th style="text-align:center"><nobr>{{row.flowmeterpressure ? row.flowmeterpressure : '0'}}</nobr></th>
|
|
79
|
+
<th style="text-align:center"><nobr>{{row.operatingmodetotal ? row.operatingmodetotal : '0'}}</nobr></th>
|
|
80
|
+
<th style="text-align:center"><nobr>{{row.standardconditiontotal ? row.standardconditiontotal : '0'}}</nobr></th>
|
|
81
|
+
<th style="text-align:center"><nobr>{{row.operatingmodeflow ? row.operatingmodeflow : '0'}}</nobr></th>
|
|
82
|
+
<th style="text-align:center"><nobr>{{row.standardconditionflow ? row.standardconditionflow : '0'}}</nobr></th>
|
|
83
|
+
<th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
|
|
84
84
|
<th style="text-align:center"><nobr>{{row.f_wmprepaytype}}</nobr></th>
|
|
85
85
|
<th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
|
|
86
|
-
<th style="text-align:center"><nobr>{{row.
|
|
87
|
-
<th style="text-align:center"><nobr>{{row.
|
|
86
|
+
<th style="text-align:center"><nobr>{{row.f_magneticinterference}}</nobr></th>
|
|
87
|
+
<th style="text-align:center"><nobr>{{row.f_compensatestate}}</nobr></th>
|
|
88
88
|
</tr>
|
|
89
89
|
</template>
|
|
90
90
|
<template partial='foot'></template>
|
|
@@ -55,6 +55,16 @@
|
|
|
55
55
|
close-on-select search="true">
|
|
56
56
|
</v-select>
|
|
57
57
|
</div>
|
|
58
|
+
<div class="col-sm-6 form-group " v-if="!is_pecial"
|
|
59
|
+
:class="[$v.f_address_type.required ? 'has-error' : 'has-success']">
|
|
60
|
+
<label class="font_normal_body">地区类型</label>
|
|
61
|
+
<input type="text" style="width:41%" v-show="false" v-model="model.f_address_type"
|
|
62
|
+
v-validate:f_address_type='{required: true }'>
|
|
63
|
+
<v-select :value.sync="model.f_address_type" :value-single="true"
|
|
64
|
+
:options='iscity' placeholder='请选择'
|
|
65
|
+
close-on-select search="true">
|
|
66
|
+
</v-select>
|
|
67
|
+
</div>
|
|
58
68
|
<div class="col-sm-6 form-group " v-if="is_pecial">
|
|
59
69
|
<label class="font_normal_body">小区名称</label>
|
|
60
70
|
<v-select :value.sync="model.f_residential_area_id" :value-single="true"
|
|
@@ -271,6 +281,7 @@
|
|
|
271
281
|
streetslist: [],
|
|
272
282
|
// 初始化街道数据
|
|
273
283
|
areaslist: [],
|
|
284
|
+
iscity:[{label: '城市', value: '城市'}, {label: '农村', value: '农村'}],
|
|
274
285
|
config: {
|
|
275
286
|
f_building_suffix: '号楼',
|
|
276
287
|
f_unit_suffix: '单元',
|