safecheck-client 3.0.33-6 → 3.0.33-61
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 +3 -3
- package/src/App.vue +31 -31
- package/src/components/paper/PaperList.vue +5 -4
- package/src/components/planmanage/checkUserList.vue +34 -2
- package/src/components/report/CheckPlanCountChartArea.vue +5 -0
- 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 +29 -1
- package/src/components/rongcheng/PaperListSQ.vue +30 -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 +2854 -2850
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +532 -508
- 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/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/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/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/tongchuan/pc/checkUserList.vue +2 -2
- package/src/filiale/weinan/android/PaperFeedback.vue +8 -8
- package/src/filiale/weinan/android/SafecheckDevices.vue +1082 -1025
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3325 -3276
- 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/PrintMaterialBill.vue +172 -172
- package/src/filiale/wensu/pc/SelectCheckPlan.vue +342 -342
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +651 -651
- package/src/filiale/wuhai/pc/PaperList.vue +785 -0
- package/src/filiale/wuhai/pc.js +1 -0
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2 -2
- package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
- package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
- package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
- package/src/filiale/yongzhou/pc/safeDetail.vue +212 -14
- package/src/filiale/yongzhou/pc.js +3 -0
- package/src/filiale/yunchengminsheng/pc/checkUserList.vue +18 -1
- package/src/main.js +2 -2
@@ -5,6 +5,7 @@ import Vue from "vue";
|
|
5
5
|
let specialComp = {
|
6
6
|
// 计划管理用户
|
7
7
|
'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
|
8
|
+
'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
|
8
9
|
'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
|
9
10
|
}
|
10
11
|
exports.specialComp = specialComp
|
@@ -344,8 +344,8 @@
|
|
344
344
|
},
|
345
345
|
props:["selectplan","userlogin"],
|
346
346
|
ready(){
|
347
|
-
this.$refs.paged.$refs.criteria.model.f_user_state='正常'
|
348
|
-
this.$refs.paged.$refs.criteria.model.f_endfile_time=Util.toStartDateYearString()
|
347
|
+
// this.$refs.paged.$refs.criteria.model.f_user_state='正常'
|
348
|
+
// this.$refs.paged.$refs.criteria.model.f_endfile_time=Util.toStartDateYearString()
|
349
349
|
//this.$refs.paged.$refs.criteria.model.f_hasHousehold='未入户'
|
350
350
|
this.setConList()
|
351
351
|
this.loadpage()
|
@@ -103,14 +103,14 @@
|
|
103
103
|
<label>请输入超期原因:</label><br/>
|
104
104
|
<textarea style="width: 100%;" v-model="paper.f_exceed_reason"></textarea>
|
105
105
|
</div>
|
106
|
-
<div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__"
|
107
|
-
<div class="col-xs-6 col-sm-6"
|
108
|
-
<input type="checkbox" v-model="backlistisselect" :readonly="enabled"/><label class="text-left font" >限制该用户购气</label
|
109
|
-
</div
|
110
|
-
<div class="col-xs-6 col-sm-6"
|
111
|
-
<input type="checkbox" v-model="deletebacklistisselect" :readonly="deleteenabled"/><label class="text-left font" >取消该用户限制</label
|
112
|
-
</div
|
113
|
-
</div
|
106
|
+
<!-- <div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__">-->
|
107
|
+
<!-- <div class="col-xs-6 col-sm-6">-->
|
108
|
+
<!-- <input type="checkbox" v-model="backlistisselect" :readonly="enabled"/><label class="text-left font" >限制该用户购气</label>-->
|
109
|
+
<!-- </div>-->
|
110
|
+
<!-- <div class="col-xs-6 col-sm-6">-->
|
111
|
+
<!-- <input type="checkbox" v-model="deletebacklistisselect" :readonly="deleteenabled"/><label class="text-left font" >取消该用户限制</label>-->
|
112
|
+
<!-- </div>-->
|
113
|
+
<!-- </div>-->
|
114
114
|
<div class="form-group col-md-12 col-sm-12 col-xs-12" :class="style__" v-if="Vue.$appdata.getParam('安检天然气安全使用须知检查')=='是'">
|
115
115
|
<div class="col-xs-12 col-sm-12">
|
116
116
|
<input type="checkbox" v-model="paper.f_gas_guidelines" /><label class="text-left font" >天然气安全使用须知</label>
|