safecheck-client 3.0.33-1 → 3.0.33-101
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/index.html +6 -2
- package/package.json +4 -3
- package/src/components/Util/ImgSelfSafePlus.vue +12 -10
- package/src/components/android/CurrentCreate.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +2 -0
- package/src/components/android/SafecheckOrderV.vue +3 -3
- package/src/components/android/SwitchValve.vue +1 -1
- package/src/components/map/checkScreen.vue +886 -880
- package/src/components/paper/PaperList.vue +5 -4
- package/src/components/paper/PlanChooser.vue +4 -2
- package/src/components/planmanage/PlanManage.vue +7 -4
- package/src/components/planmanage/checkPlanList.vue +2 -1
- package/src/components/planmanage/checkUserList.vue +36 -2
- package/src/components/report/CheckPlanCountChartArea.vue +5 -0
- package/src/components/report/HiddenSituation.vue +3 -3
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +28 -1
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1 -1
- package/src/components/rongcheng/DefectPaper.vue +1 -1
- package/src/components/rongcheng/PaperListNPSQ.vue +35 -1
- package/src/components/rongcheng/PaperListSQ.vue +32 -11
- package/src/components/rongcheng/PhoneUpUserinfo.vue +939 -802
- package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +1 -3
- package/src/filiale/Util.js +5 -0
- package/src/filiale/bayan/android/AddPlanItem.vue +12 -3
- package/src/filiale/bayan/android/SafecheckOrderV.vue +9 -5
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +532 -508
- package/src/filiale/bayan/pc/NewCheckpaper.vue +6 -0
- package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
- package/src/filiale/dexin/android/WebMeterOpen.vue +1 -1
- package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/fugou/android.js +2 -1
- package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
- package/src/filiale/fugou/pc/CheckBook.vue +2 -0
- package/src/filiale/fugou/pc/CheckBookEntry.vue +47 -19
- package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +733 -574
- package/src/filiale/fugou/pc/CheckBookUser.vue +102 -45
- package/src/filiale/fugou/pc/DefectPaperNew.vue +10 -6
- package/src/filiale/fugou/pc/PaperDefectMain.vue +12 -6
- package/src/filiale/fugou/pc/PaperList.vue +14 -6
- package/src/filiale/fugou/pc/PlanManage.vue +62 -8
- package/src/filiale/fugou/pc/checkUserList.vue +222 -42
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +15 -5
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +12 -2
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +12 -3
- package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
- package/src/filiale/hanzhong/pc/CheckUserList.vue +30 -11
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +11 -2
- package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
- package/src/filiale/jingyang/pc.js +1 -0
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +2 -22
- package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -0
- package/src/filiale/liaoyuan/pc.js +2 -1
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +468 -748
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +984 -1234
- package/src/filiale/rongchuang/android.js +1 -0
- package/src/filiale/rongchuang/pc/NewCheckpaper.vue +294 -305
- package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
- package/src/filiale/rongchuang/pc.js +1 -0
- package/src/filiale/tianke/pc/checkScreen.vue +786 -781
- package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
- package/src/filiale/weinan/android/PaperFeedback.vue +8 -8
- package/src/filiale/weinan/android/SafecheckDevices.vue +1086 -1025
- package/src/filiale/weinan/android/SafecheckOrderV.vue +75 -26
- package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
- package/src/filiale/weinan/pc/DefectPaperNew.vue +7 -1
- package/src/filiale/weinan/pc.js +1 -0
- package/src/filiale/wensu/pc/CheckSearchUser.vue +2 -0
- package/src/filiale/wensu/pc/DefectPaperNew.vue +1 -1
- package/src/filiale/wensu/pc/PlanManage.vue +831 -0
- package/src/filiale/wensu/pc/checkUserList.vue +8 -8
- package/src/filiale/wensu/pc.js +1 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1 -1
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/wuhai/pc/PaperList.vue +785 -0
- package/src/filiale/wuhai/pc.js +1 -0
- package/src/filiale/yangchunboneng/android/AddPlanItem.vue +46 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1154
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +15 -4
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +879 -869
- package/src/filiale/yangchunboneng/android.js +21 -20
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +4 -4
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +76 -32
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +72 -1
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +178 -4
- package/src/filiale/yangchunboneng/pc/PaperList.vue +17 -0
- package/src/filiale/yongzhou/android/SafecheckOrderV.vue +221 -256
- package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
- package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1 -1
- package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
- package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +412 -107
- package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -0
- package/src/filiale/yongzhou/pc/PaperList.vue +1 -1
- package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +56 -125
- package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
- package/src/filiale/yongzhou/pc/safeDetail.vue +311 -20
- package/src/filiale/yongzhou/pc/safeStatistics.vue +74 -24
- package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +2 -2
- package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +2 -2
- package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +47 -23
- package/src/filiale/yongzhou/pc/safeTable.vue +3 -3
- package/src/filiale/yongzhou/pc.js +4 -0
- package/src/filiale/yunchengminsheng/pc/checkUserList.vue +18 -1
- package/src/filiale/zhongsheng/android/CurrentCreate.vue +7 -2
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +6 -2
- package/src/main.js +1 -1
- package/src/rongcheng.js +3 -1
package/src/filiale/wuhai/pc.js
CHANGED
@@ -8,6 +8,7 @@ let specialComp = {
|
|
8
8
|
|
9
9
|
'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
|
10
10
|
'check-search-user': (resolve) => { require(['./pc/CheckSearchUser'], resolve) },
|
11
|
+
'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) }
|
11
12
|
}
|
12
13
|
exports.specialComp = specialComp
|
13
14
|
|
@@ -114,6 +114,40 @@
|
|
114
114
|
close-on-select clear-button></v-select>
|
115
115
|
</div>
|
116
116
|
</div>
|
117
|
+
<div class="row app-row" >
|
118
|
+
<div class="col-xs-4">
|
119
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
120
|
+
<label class="font text-left">首次通气时间:</label>
|
121
|
+
</div>
|
122
|
+
<datepicker id="f_start_date"
|
123
|
+
placeholder= '起始时间'
|
124
|
+
:value.sync="model.f_start_date1"
|
125
|
+
:disabled-days-of-Week="[]"
|
126
|
+
v-model="model.f_start_date1"
|
127
|
+
class="input-font"
|
128
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
129
|
+
:show-reset-button="reset"
|
130
|
+
condition="ui.f_subscribe_date > '{}'"
|
131
|
+
>
|
132
|
+
</datepicker>
|
133
|
+
</div>
|
134
|
+
<div class="row app-row" >
|
135
|
+
<div class="col-xs-4">
|
136
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
137
|
+
<label class="font text-left">首次通气时间:</label>
|
138
|
+
</div>
|
139
|
+
<datepicker id="f_end_date"
|
140
|
+
placeholder= '结束时间'
|
141
|
+
:value.sync="model.f_end_date1"
|
142
|
+
:disabled-days-of-Week="[]"
|
143
|
+
v-model="model.f_end_date1"
|
144
|
+
class="input-font"
|
145
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
146
|
+
:show-reset-button="reset"
|
147
|
+
condition="ui.f_subscribe_date < '{}'"
|
148
|
+
>
|
149
|
+
</datepicker>
|
150
|
+
</div>
|
117
151
|
<!-- <div class="row app-row">
|
118
152
|
<div class="col-xs-4">
|
119
153
|
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
@@ -178,7 +212,14 @@
|
|
178
212
|
<p class="panel-title col-xs-4 text-left font">用户电话</p>
|
179
213
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}</p>
|
180
214
|
</div>
|
181
|
-
|
215
|
+
<div class="row">
|
216
|
+
<p class="panel-title col-xs-4 text-left font">备用电话</p>
|
217
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_rent_phone}}</p>
|
218
|
+
</div>
|
219
|
+
<div class="row">
|
220
|
+
<p class="panel-title col-xs-4 text-left font">租户电话</p>
|
221
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_zuhu_phone }}</p>
|
222
|
+
</div>
|
182
223
|
<div class="row">
|
183
224
|
<p class="panel-title col-xs-4 text-left font">小区名称</p>
|
184
225
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_residential_area }}</p>
|
@@ -195,6 +236,10 @@
|
|
195
236
|
<p class="panel-title col-xs-4 text-left font">最后安检状态</p>
|
196
237
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>
|
197
238
|
</div>
|
239
|
+
<div class="row">
|
240
|
+
<p class="panel-title col-xs-4 text-left font">首次通气时间</p>
|
241
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_uservent_date }}</p>
|
242
|
+
</div>
|
198
243
|
<div class="row">
|
199
244
|
<p class="panel-title col-xs-4 text-left font">保费到期时间</p>
|
200
245
|
<p class="panel-title col-xs-8 text-left input-font" :style="$parent.$parent.$parent.compare(row.f_expiration_date)?'color:black':'color: red'">{{ row.f_expiration_date}}</p>
|