safecheck-client 3.0.35-4 → 3.0.35-6
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/android.html +18 -18
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/docs/AppBase.md +22 -22
- package/docs/Busy.md +14 -14
- package/docs/CriteriaPaged.md +47 -47
- package/docs/DataGrid.md +54 -54
- package/docs/DataModel.md +22 -22
- package/docs/Dynamic.md +42 -42
- package/docs/GetParams.md +11 -11
- package/docs/HttpBusy.md +13 -13
- package/docs/HttpStore.md +29 -29
- package/docs/MessageBox.md +28 -28
- package/docs/PagedList.md +29 -29
- package/docs/Pager.md +21 -21
- package/docs/Project.md +23 -23
- package/docs/Route.md +105 -105
- package/docs/SafetyCheck/AdjustPlan.md +13 -13
- package/docs/SafetyCheck/CheckerPlan.md +12 -12
- package/docs/Task.md +46 -46
- package/docs/TreeList.md +28 -28
- package/docs/TreeMixin.md +18 -18
- package/docs/all.md +10 -10
- package/docs/list.md +42 -42
- package/docs/partial.md +75 -75
- package/docs/selector.md +82 -82
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
- package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
- package/examples/AddressList/App.vue +13 -13
- package/examples/AddressList/index.html +11 -11
- package/examples/DispatchList/App.vue +10 -10
- package/examples/DispatchList/BaseTree.vue +13 -13
- package/examples/DispatchList/Init.vue +22 -22
- package/examples/DispatchList/Test.vue +20 -20
- package/examples/DispatchList/index.html +11 -11
- package/examples/DispatchList/main.js +18 -18
- package/home.html +16 -16
- package/package.json +1 -1
- package/publish.bat +7 -7
- package/release.bat +5 -5
- package/src/Widget.vue +13 -13
- package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/android-bootstrap/less/.csscomb.json +304 -304
- package/src/android-bootstrap/less/.csslintrc +19 -19
- package/src/android-bootstrap/less/alerts.less +73 -73
- package/src/android-bootstrap/less/badges.less +66 -66
- package/src/android-bootstrap/less/bootstrap.less +56 -56
- package/src/android-bootstrap/less/breadcrumbs.less +26 -26
- package/src/android-bootstrap/less/button-groups.less +247 -247
- package/src/android-bootstrap/less/buttons.less +173 -173
- package/src/android-bootstrap/less/carousel.less +269 -269
- package/src/android-bootstrap/less/close.less +34 -34
- package/src/android-bootstrap/less/code.less +69 -69
- package/src/android-bootstrap/less/component-animations.less +33 -33
- package/src/android-bootstrap/less/grid.less +84 -84
- package/src/android-bootstrap/less/input-groups.less +167 -167
- package/src/android-bootstrap/less/jumbotron.less +52 -52
- package/src/android-bootstrap/less/labels.less +64 -64
- package/src/android-bootstrap/less/list-group.less +141 -141
- package/src/android-bootstrap/less/media.less +66 -66
- package/src/android-bootstrap/less/mixins/alerts.less +14 -14
- package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
- package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
- package/src/android-bootstrap/less/mixins/buttons.less +69 -69
- package/src/android-bootstrap/less/mixins/center-block.less +7 -7
- package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
- package/src/android-bootstrap/less/mixins/forms.less +90 -90
- package/src/android-bootstrap/less/mixins/gradients.less +59 -59
- package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/android-bootstrap/less/mixins/grid.less +122 -122
- package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
- package/src/android-bootstrap/less/mixins/image.less +33 -33
- package/src/android-bootstrap/less/mixins/labels.less +12 -12
- package/src/android-bootstrap/less/mixins/list-group.less +30 -30
- package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/android-bootstrap/less/mixins/opacity.less +8 -8
- package/src/android-bootstrap/less/mixins/pagination.less +24 -24
- package/src/android-bootstrap/less/mixins/panels.less +24 -24
- package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
- package/src/android-bootstrap/less/mixins/resize.less +6 -6
- package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/android-bootstrap/less/mixins/size.less +10 -10
- package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/android-bootstrap/less/mixins/table-row.less +44 -44
- package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/android-bootstrap/less/mixins.less +40 -40
- package/src/android-bootstrap/less/modals.less +151 -151
- package/src/android-bootstrap/less/navbar.less +660 -660
- package/src/android-bootstrap/less/navs.less +290 -290
- package/src/android-bootstrap/less/normalize.less +424 -424
- package/src/android-bootstrap/less/pager.less +76 -76
- package/src/android-bootstrap/less/pagination.less +89 -89
- package/src/android-bootstrap/less/panels.less +274 -274
- package/src/android-bootstrap/less/popovers.less +131 -131
- package/src/android-bootstrap/less/print.less +101 -101
- package/src/android-bootstrap/less/progress-bars.less +87 -87
- package/src/android-bootstrap/less/responsive-embed.less +35 -35
- package/src/android-bootstrap/less/responsive-utilities.less +194 -194
- package/src/android-bootstrap/less/scaffolding.less +161 -161
- package/src/android-bootstrap/less/tables.less +262 -262
- package/src/android-bootstrap/less/theme.less +291 -291
- package/src/android-bootstrap/less/thumbnails.less +36 -36
- package/src/android-bootstrap/less/tooltip.less +102 -102
- package/src/android-bootstrap/less/type.less +303 -303
- package/src/android-bootstrap/less/utilities.less +55 -55
- package/src/android-bootstrap/less/variables.less +896 -896
- package/src/android-bootstrap/less/wells.less +29 -29
- package/src/androidTest.js +20 -20
- package/src/bootstrap/less/.csscomb.json +304 -304
- package/src/bootstrap/less/.csslintrc +19 -19
- package/src/bootstrap/less/alerts.less +73 -73
- package/src/bootstrap/less/badges.less +66 -66
- package/src/bootstrap/less/breadcrumbs.less +26 -26
- package/src/bootstrap/less/button-groups.less +247 -247
- package/src/bootstrap/less/buttons.less +172 -172
- package/src/bootstrap/less/carousel.less +269 -269
- package/src/bootstrap/less/close.less +34 -34
- package/src/bootstrap/less/code.less +69 -69
- package/src/bootstrap/less/component-animations.less +33 -33
- package/src/bootstrap/less/dropdowns.less +216 -216
- package/src/bootstrap/less/forms.less +626 -626
- package/src/bootstrap/less/grid.less +84 -84
- package/src/bootstrap/less/input-groups.less +167 -167
- package/src/bootstrap/less/jumbotron.less +52 -52
- package/src/bootstrap/less/labels.less +64 -64
- package/src/bootstrap/less/list-group.less +141 -141
- package/src/bootstrap/less/media.less +66 -66
- package/src/bootstrap/less/mixins/alerts.less +14 -14
- package/src/bootstrap/less/mixins/background-variant.less +9 -9
- package/src/bootstrap/less/mixins/border-radius.less +18 -18
- package/src/bootstrap/less/mixins/buttons.less +69 -69
- package/src/bootstrap/less/mixins/center-block.less +7 -7
- package/src/bootstrap/less/mixins/clearfix.less +22 -22
- package/src/bootstrap/less/mixins/forms.less +90 -90
- package/src/bootstrap/less/mixins/gradients.less +59 -59
- package/src/bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/bootstrap/less/mixins/grid.less +122 -122
- package/src/bootstrap/less/mixins/hide-text.less +21 -21
- package/src/bootstrap/less/mixins/image.less +33 -33
- package/src/bootstrap/less/mixins/labels.less +12 -12
- package/src/bootstrap/less/mixins/list-group.less +30 -30
- package/src/bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/bootstrap/less/mixins/opacity.less +8 -8
- package/src/bootstrap/less/mixins/pagination.less +24 -24
- package/src/bootstrap/less/mixins/panels.less +24 -24
- package/src/bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/bootstrap/less/mixins/reset-text.less +18 -18
- package/src/bootstrap/less/mixins/resize.less +6 -6
- package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/bootstrap/less/mixins/size.less +10 -10
- package/src/bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/bootstrap/less/mixins/table-row.less +44 -44
- package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/bootstrap/less/mixins.less +40 -40
- package/src/bootstrap/less/modals.less +151 -151
- package/src/bootstrap/less/navbar.less +660 -660
- package/src/bootstrap/less/normalize.less +424 -424
- package/src/bootstrap/less/pager.less +76 -76
- package/src/bootstrap/less/pagination.less +89 -89
- package/src/bootstrap/less/panels.less +275 -275
- package/src/bootstrap/less/popovers.less +131 -131
- package/src/bootstrap/less/print.less +101 -101
- package/src/bootstrap/less/progress-bars.less +87 -87
- package/src/bootstrap/less/responsive-embed.less +35 -35
- package/src/bootstrap/less/responsive-utilities.less +194 -194
- package/src/bootstrap/less/scaffolding.less +161 -161
- package/src/bootstrap/less/theme.less +291 -291
- package/src/bootstrap/less/thumbnails.less +36 -36
- package/src/bootstrap/less/tooltip.less +102 -102
- package/src/bootstrap/less/type.less +303 -303
- package/src/bootstrap/less/utilities.less +55 -55
- package/src/bootstrap/less/wells.less +29 -29
- package/src/components/FileUpload.vue +696 -696
- package/src/components/Hello.vue +39 -39
- package/src/components/LeftTree.vue +27 -27
- package/src/components/NewDefectList/DefectListNew.vue +617 -617
- package/src/components/android/AddPlanItemYy.vue +451 -451
- package/src/components/android/AddressList.vue +61 -61
- package/src/components/android/AttendanceTally.vue +116 -116
- package/src/components/android/Blank.vue +10 -10
- package/src/components/android/CheckUnplanPage.vue +56 -56
- package/src/components/android/Checker.vue +12 -12
- package/src/components/android/CheckerAnnual.vue +81 -81
- package/src/components/android/CheckerAvarta.vue +82 -82
- package/src/components/android/EquipmentInspection.vue +348 -348
- package/src/components/android/FootprintMap.vue +120 -120
- package/src/components/android/HiddentroubleInvestigation.vue +192 -192
- package/src/components/android/MasterMain.vue +77 -77
- package/src/components/android/Menu.vue +132 -132
- package/src/components/android/NavBottom.vue +157 -157
- package/src/components/android/PaperAlarm.vue +85 -85
- package/src/components/android/PaperDeviceNoncivil.vue +214 -214
- package/src/components/android/PlumberAnnual.vue +83 -83
- package/src/components/android/PlumberAnnualDetail.vue +65 -65
- package/src/components/android/PlumberMonthly.vue +84 -84
- package/src/components/android/PostMap.vue +83 -83
- package/src/components/android/QueryCheckHistory.vue +122 -122
- package/src/components/android/QueryCheckHistoryItem.vue +62 -62
- package/src/components/android/RepairMain.vue +60 -60
- package/src/components/android/Repairman.vue +12 -12
- package/src/components/android/SafecheckOrderV.vue +2805 -2805
- package/src/components/android/StationMaster.vue +12 -12
- package/src/components/android/examples/SafeListExamples.vue +296 -296
- package/src/components/defects/DefectModal.vue +101 -101
- package/src/components/defects/DevicesAndItem.vue +39 -39
- package/src/components/issueplan/IssuePlanMain.vue +23 -23
- package/src/components/notice/NoticeForm.vue +100 -100
- package/src/components/notice/NoticeIssue.vue +20 -20
- package/src/components/paper/PicViewer.vue +18 -18
- package/src/components/phonestate/MonthlyTraffic.vue +66 -66
- package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
- package/src/components/phonestate/PostMap.vue +82 -82
- package/src/components/querycheckpaper/PaperItem.vue +59 -59
- package/src/components/rongcheng/AspiratedAreaPlan.vue +574 -574
- package/src/components/rongcheng/PhoneUpUserinfo.vue +1236 -1236
- package/src/components/userfile/MeterFile.vue +145 -145
- package/src/components/userfile/MeterModify.vue +46 -46
- package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
- package/src/filiale/bayan/android/AddPlanItem.vue +430 -430
- package/src/filiale/bayan/android/CheckPlanDown.vue +2 -2
- package/src/filiale/bayan/android/PhoneUpUserinfo.vue +1380 -1377
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2922 -2866
- package/src/filiale/bayan/pc/PlanManage.vue +2 -0
- package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2807 -2807
- package/src/filiale/qianneng/android/SafecheckOrderV.vue +2785 -2785
- package/src/filiale/shanxian/android/AddPlanItem.vue +447 -447
- package/src/filiale/shanxian/android/SafecheckOrderV.vue +2979 -2979
- package/src/filiale/shanxian/pc/checkUserList.vue +700 -700
- package/src/filiale/siyang/android/AddPlanItem.vue +450 -450
- package/src/filiale/siyang/pc/CheckSearchUser.vue +1035 -1035
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +1060 -1060
- package/src/filiale/weinan/pc/CheckBookSearchUserList.vue +735 -735
- package/src/filiale/weinan/pc/CheckDetail.vue +278 -278
- package/src/filiale/weinan/pc/checkUserList.vue +712 -712
- package/src/filiale/xilan/android/AddPlanItem.vue +461 -461
- package/src/filiale/xilan/android/CurrentCreate.vue +1067 -1067
- package/src/filiale/xilan/android.js +11 -11
- package/src/main.js +33 -33
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- package/src/safecheck-android.js +307 -307
- package/src/stores/wxconfig.js +10 -10
- package/src/utils/getNowDate.js +33 -33
- package/test/e2e/custom-assertions/elementCount.js +26 -26
- package/test/e2e/nightwatch.conf.js +40 -40
- package/test/e2e/runner.js +30 -30
- package/test/e2e/specs/test.js +13 -13
- package/test/unit/.eslintrc +5 -5
- package/test/unit/TestUtil.js +62 -62
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
@@ -1,214 +1,214 @@
|
|
1
|
-
<template>
|
2
|
-
<div>
|
3
|
-
<table class="table table-bordered">
|
4
|
-
<tr>
|
5
|
-
<td>
|
6
|
-
<table class="table">
|
7
|
-
<thead class="thead-inverse">
|
8
|
-
<th colspan="2">
|
9
|
-
燃气表{{'[' + f_meters.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addMeter"></span>
|
10
|
-
</th>
|
11
|
-
</thead>
|
12
|
-
<tbody v-for="row in f_meters">
|
13
|
-
<tr>
|
14
|
-
<td>{{$index+1}}.</td>
|
15
|
-
<td>
|
16
|
-
<!--<span :class="style__" class="glyphicon glyphicon-remove" @click="removeMeter(row)"></span>-->
|
17
|
-
<span class="glyphicon glyphicon-th-list" @click="editMeter($index)"></span>
|
18
|
-
</td>
|
19
|
-
</tr>
|
20
|
-
</tbody>
|
21
|
-
</table>
|
22
|
-
</td>
|
23
|
-
<td>
|
24
|
-
<table class="table">
|
25
|
-
<thead class="thead-inverse">
|
26
|
-
<th colspan="2">
|
27
|
-
燃气管道{{'[' + f_plumbs.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addPlumb"></span>
|
28
|
-
</th>
|
29
|
-
</thead>
|
30
|
-
<tbody v-for="row in f_plumbs">
|
31
|
-
<tr>
|
32
|
-
<td>{{$index+1}}.</td>
|
33
|
-
<td>
|
34
|
-
<span :class="style__" class="glyphicon glyphicon-remove" @click="removePlumb(row)"></span>
|
35
|
-
<span class="glyphicon glyphicon-th-list" @click="editPlumb($index)"></span>
|
36
|
-
</td>
|
37
|
-
</tr>
|
38
|
-
</tbody>
|
39
|
-
</table>
|
40
|
-
</td>
|
41
|
-
</tr>
|
42
|
-
<tr>
|
43
|
-
<td>
|
44
|
-
<table class="table">
|
45
|
-
<thead class="thead-inverse">
|
46
|
-
<th colspan="2">
|
47
|
-
阀门{{'[' + f_valves.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addValve"></span>
|
48
|
-
</th>
|
49
|
-
</thead>
|
50
|
-
<tbody v-for="row in f_valves">
|
51
|
-
<tr>
|
52
|
-
<td>{{$index+1}}.</td>
|
53
|
-
<td>
|
54
|
-
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeValve(row)"></span>
|
55
|
-
<span class="glyphicon glyphicon-th-list" @click="editValve($index)"></span>
|
56
|
-
</td>
|
57
|
-
</tr>
|
58
|
-
</tbody>
|
59
|
-
</table>
|
60
|
-
</td>
|
61
|
-
<td>
|
62
|
-
<table class="table">
|
63
|
-
<thead class="thead-inverse">
|
64
|
-
<th colspan="2">
|
65
|
-
报警系统{{'[' + f_alarms.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addAlarm"></span>
|
66
|
-
</th>
|
67
|
-
</thead>
|
68
|
-
<tbody v-for="row in f_alarms">
|
69
|
-
<tr>
|
70
|
-
<td>{{$index+1}}.</td>
|
71
|
-
<td>
|
72
|
-
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeAlarm(row)"></span>
|
73
|
-
<span class="glyphicon glyphicon-th-list" @click="editAlarm($index)"></span>
|
74
|
-
</td>
|
75
|
-
</tr>
|
76
|
-
</tbody>
|
77
|
-
</table>
|
78
|
-
</td>
|
79
|
-
</tr>
|
80
|
-
<tr>
|
81
|
-
<td>
|
82
|
-
<table class="table">
|
83
|
-
<thead class="thead-inverse">
|
84
|
-
<th colspan="2">
|
85
|
-
锅炉{{'[' + f_furnaces.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addFurnace"></span>
|
86
|
-
</th>
|
87
|
-
</thead>
|
88
|
-
<tbody v-for="row in f_furnaces">
|
89
|
-
<tr>
|
90
|
-
<td>{{$index+1}}.</td>
|
91
|
-
<td>
|
92
|
-
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeFurnace(row)"></span>
|
93
|
-
<span class="glyphicon glyphicon-th-list" @click="editFurnace($index)"></span>
|
94
|
-
</td>
|
95
|
-
</tr>
|
96
|
-
</tbody>
|
97
|
-
</table>
|
98
|
-
</td>
|
99
|
-
<td>
|
100
|
-
<table class="table">
|
101
|
-
<thead class="thead-inverse">
|
102
|
-
<th colspan="2">
|
103
|
-
燃气具{{'[' + f_cookers.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addCooker"></span>
|
104
|
-
</th>
|
105
|
-
</thead>
|
106
|
-
<tbody v-for="row in f_cookers">
|
107
|
-
<tr>
|
108
|
-
<td>{{$index+1}}.</td>
|
109
|
-
<td>
|
110
|
-
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeCooker(row)"></span>
|
111
|
-
<span class="glyphicon glyphicon-th-list" @click="editCooker($index)"></span>
|
112
|
-
</td>
|
113
|
-
</tr>
|
114
|
-
</tbody>
|
115
|
-
</table>
|
116
|
-
</td>
|
117
|
-
</tr>
|
118
|
-
</table>
|
119
|
-
<div style="height:50px;"></div>
|
120
|
-
</div>
|
121
|
-
</template>
|
122
|
-
|
123
|
-
<script>
|
124
|
-
import Vue from 'vue'
|
125
|
-
|
126
|
-
export default {
|
127
|
-
title: '安检设备界面',
|
128
|
-
data() {
|
129
|
-
return this.$parent.$parent.data
|
130
|
-
},
|
131
|
-
methods: {
|
132
|
-
addMeter() {
|
133
|
-
let meter = {}
|
134
|
-
this.f_meters.push(meter)
|
135
|
-
this.$goto('paper-meter-noncivil', {idx: this.f_meters.length-1}, 'paper-router')
|
136
|
-
},
|
137
|
-
editMeter(idx) {
|
138
|
-
this.$goto('paper-meter-noncivil', {idx: idx}, 'paper-router')
|
139
|
-
},
|
140
|
-
removeMeter(item) {
|
141
|
-
this.f_meters.$remove(item)
|
142
|
-
},
|
143
|
-
addPlumb() {
|
144
|
-
let plumb = {}
|
145
|
-
this.f_plumbs.push(plumb)
|
146
|
-
this.$goto('paper-plumb-noncivil', {idx: this.f_plumbs.length-1}, 'paper-router')
|
147
|
-
},
|
148
|
-
editPlumb(idx) {
|
149
|
-
this.$goto('paper-plumb-noncivil', {idx: idx}, 'paper-router')
|
150
|
-
},
|
151
|
-
removePlumb(item) {
|
152
|
-
this.f_plumbs.$remove(item)
|
153
|
-
},
|
154
|
-
addValve() {
|
155
|
-
let valve = {}
|
156
|
-
this.f_valves.push(valve)
|
157
|
-
this.$goto('paper-valve-noncivil', {idx: this.f_valves.length-1}, 'paper-router')
|
158
|
-
},
|
159
|
-
editValve(idx) {
|
160
|
-
this.$goto('paper-valve-noncivil', {idx: idx}, 'paper-router')
|
161
|
-
},
|
162
|
-
removeValve(item) {
|
163
|
-
this.f_valves.$remove(item)
|
164
|
-
},
|
165
|
-
addAlarm() {
|
166
|
-
let alarm = {}
|
167
|
-
this.f_alarms.push(alarm)
|
168
|
-
this.$goto('paper-alarm-noncivil', {idx: this.f_alarms.length-1}, 'paper-router')
|
169
|
-
},
|
170
|
-
editAlarm(idx) {
|
171
|
-
this.$goto('paper-alarm-noncivil', {idx: idx}, 'paper-router')
|
172
|
-
},
|
173
|
-
removeAlarm(item) {
|
174
|
-
this.f_alarms.$remove(item)
|
175
|
-
},
|
176
|
-
addCooker() {
|
177
|
-
let cooker = {}
|
178
|
-
this.f_cookers.push(cooker)
|
179
|
-
this.$goto('paper-piece-noncivil', {idx: this.f_cookers.length-1}, 'paper-router')
|
180
|
-
},
|
181
|
-
editCooker(idx) {
|
182
|
-
this.$goto('paper-piece-noncivil', {idx: idx}, 'paper-router')
|
183
|
-
},
|
184
|
-
removeCooker(item) {
|
185
|
-
this.f_cookers.$remove(item)
|
186
|
-
},
|
187
|
-
addFurnace() {
|
188
|
-
let furnace = {}
|
189
|
-
this.f_furnaces.push(furnace)
|
190
|
-
this.$goto('paper-furnace-noncivil', {idx: this.f_furnaces.length-1}, 'paper-router')
|
191
|
-
},
|
192
|
-
editFurnace(idx) {
|
193
|
-
this.$goto('paper-furnace-noncivil', {idx: idx}, 'paper-router')
|
194
|
-
},
|
195
|
-
removeFurnace(item) {
|
196
|
-
this.f_furnaces.$remove(item)
|
197
|
-
},
|
198
|
-
},
|
199
|
-
ready() {
|
200
|
-
if(!this.f_meters)
|
201
|
-
this.$set('f_meters', [])
|
202
|
-
if(!this.f_plumbs)
|
203
|
-
this.$set('f_plumbs', [])
|
204
|
-
if(!this.f_valves)
|
205
|
-
this.$set('f_valves', [])
|
206
|
-
if(!this.f_alarms)
|
207
|
-
this.$set('f_alarms', [])
|
208
|
-
if(!this.f_furnaces)
|
209
|
-
this.$set('f_furnaces', [])
|
210
|
-
if(!this.f_cookers)
|
211
|
-
this.$set('f_cookers', [])
|
212
|
-
}
|
213
|
-
}
|
214
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<div>
|
3
|
+
<table class="table table-bordered">
|
4
|
+
<tr>
|
5
|
+
<td>
|
6
|
+
<table class="table">
|
7
|
+
<thead class="thead-inverse">
|
8
|
+
<th colspan="2">
|
9
|
+
燃气表{{'[' + f_meters.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addMeter"></span>
|
10
|
+
</th>
|
11
|
+
</thead>
|
12
|
+
<tbody v-for="row in f_meters">
|
13
|
+
<tr>
|
14
|
+
<td>{{$index+1}}.</td>
|
15
|
+
<td>
|
16
|
+
<!--<span :class="style__" class="glyphicon glyphicon-remove" @click="removeMeter(row)"></span>-->
|
17
|
+
<span class="glyphicon glyphicon-th-list" @click="editMeter($index)"></span>
|
18
|
+
</td>
|
19
|
+
</tr>
|
20
|
+
</tbody>
|
21
|
+
</table>
|
22
|
+
</td>
|
23
|
+
<td>
|
24
|
+
<table class="table">
|
25
|
+
<thead class="thead-inverse">
|
26
|
+
<th colspan="2">
|
27
|
+
燃气管道{{'[' + f_plumbs.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addPlumb"></span>
|
28
|
+
</th>
|
29
|
+
</thead>
|
30
|
+
<tbody v-for="row in f_plumbs">
|
31
|
+
<tr>
|
32
|
+
<td>{{$index+1}}.</td>
|
33
|
+
<td>
|
34
|
+
<span :class="style__" class="glyphicon glyphicon-remove" @click="removePlumb(row)"></span>
|
35
|
+
<span class="glyphicon glyphicon-th-list" @click="editPlumb($index)"></span>
|
36
|
+
</td>
|
37
|
+
</tr>
|
38
|
+
</tbody>
|
39
|
+
</table>
|
40
|
+
</td>
|
41
|
+
</tr>
|
42
|
+
<tr>
|
43
|
+
<td>
|
44
|
+
<table class="table">
|
45
|
+
<thead class="thead-inverse">
|
46
|
+
<th colspan="2">
|
47
|
+
阀门{{'[' + f_valves.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addValve"></span>
|
48
|
+
</th>
|
49
|
+
</thead>
|
50
|
+
<tbody v-for="row in f_valves">
|
51
|
+
<tr>
|
52
|
+
<td>{{$index+1}}.</td>
|
53
|
+
<td>
|
54
|
+
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeValve(row)"></span>
|
55
|
+
<span class="glyphicon glyphicon-th-list" @click="editValve($index)"></span>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
</tbody>
|
59
|
+
</table>
|
60
|
+
</td>
|
61
|
+
<td>
|
62
|
+
<table class="table">
|
63
|
+
<thead class="thead-inverse">
|
64
|
+
<th colspan="2">
|
65
|
+
报警系统{{'[' + f_alarms.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addAlarm"></span>
|
66
|
+
</th>
|
67
|
+
</thead>
|
68
|
+
<tbody v-for="row in f_alarms">
|
69
|
+
<tr>
|
70
|
+
<td>{{$index+1}}.</td>
|
71
|
+
<td>
|
72
|
+
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeAlarm(row)"></span>
|
73
|
+
<span class="glyphicon glyphicon-th-list" @click="editAlarm($index)"></span>
|
74
|
+
</td>
|
75
|
+
</tr>
|
76
|
+
</tbody>
|
77
|
+
</table>
|
78
|
+
</td>
|
79
|
+
</tr>
|
80
|
+
<tr>
|
81
|
+
<td>
|
82
|
+
<table class="table">
|
83
|
+
<thead class="thead-inverse">
|
84
|
+
<th colspan="2">
|
85
|
+
锅炉{{'[' + f_furnaces.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addFurnace"></span>
|
86
|
+
</th>
|
87
|
+
</thead>
|
88
|
+
<tbody v-for="row in f_furnaces">
|
89
|
+
<tr>
|
90
|
+
<td>{{$index+1}}.</td>
|
91
|
+
<td>
|
92
|
+
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeFurnace(row)"></span>
|
93
|
+
<span class="glyphicon glyphicon-th-list" @click="editFurnace($index)"></span>
|
94
|
+
</td>
|
95
|
+
</tr>
|
96
|
+
</tbody>
|
97
|
+
</table>
|
98
|
+
</td>
|
99
|
+
<td>
|
100
|
+
<table class="table">
|
101
|
+
<thead class="thead-inverse">
|
102
|
+
<th colspan="2">
|
103
|
+
燃气具{{'[' + f_cookers.length + ']'}} <span :class="style__" class="glyphicon glyphicon-plus" @click="addCooker"></span>
|
104
|
+
</th>
|
105
|
+
</thead>
|
106
|
+
<tbody v-for="row in f_cookers">
|
107
|
+
<tr>
|
108
|
+
<td>{{$index+1}}.</td>
|
109
|
+
<td>
|
110
|
+
<span :class="style__" class="glyphicon glyphicon-remove" @click="removeCooker(row)"></span>
|
111
|
+
<span class="glyphicon glyphicon-th-list" @click="editCooker($index)"></span>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
</tbody>
|
115
|
+
</table>
|
116
|
+
</td>
|
117
|
+
</tr>
|
118
|
+
</table>
|
119
|
+
<div style="height:50px;"></div>
|
120
|
+
</div>
|
121
|
+
</template>
|
122
|
+
|
123
|
+
<script>
|
124
|
+
import Vue from 'vue'
|
125
|
+
|
126
|
+
export default {
|
127
|
+
title: '安检设备界面',
|
128
|
+
data() {
|
129
|
+
return this.$parent.$parent.data
|
130
|
+
},
|
131
|
+
methods: {
|
132
|
+
addMeter() {
|
133
|
+
let meter = {}
|
134
|
+
this.f_meters.push(meter)
|
135
|
+
this.$goto('paper-meter-noncivil', {idx: this.f_meters.length-1}, 'paper-router')
|
136
|
+
},
|
137
|
+
editMeter(idx) {
|
138
|
+
this.$goto('paper-meter-noncivil', {idx: idx}, 'paper-router')
|
139
|
+
},
|
140
|
+
removeMeter(item) {
|
141
|
+
this.f_meters.$remove(item)
|
142
|
+
},
|
143
|
+
addPlumb() {
|
144
|
+
let plumb = {}
|
145
|
+
this.f_plumbs.push(plumb)
|
146
|
+
this.$goto('paper-plumb-noncivil', {idx: this.f_plumbs.length-1}, 'paper-router')
|
147
|
+
},
|
148
|
+
editPlumb(idx) {
|
149
|
+
this.$goto('paper-plumb-noncivil', {idx: idx}, 'paper-router')
|
150
|
+
},
|
151
|
+
removePlumb(item) {
|
152
|
+
this.f_plumbs.$remove(item)
|
153
|
+
},
|
154
|
+
addValve() {
|
155
|
+
let valve = {}
|
156
|
+
this.f_valves.push(valve)
|
157
|
+
this.$goto('paper-valve-noncivil', {idx: this.f_valves.length-1}, 'paper-router')
|
158
|
+
},
|
159
|
+
editValve(idx) {
|
160
|
+
this.$goto('paper-valve-noncivil', {idx: idx}, 'paper-router')
|
161
|
+
},
|
162
|
+
removeValve(item) {
|
163
|
+
this.f_valves.$remove(item)
|
164
|
+
},
|
165
|
+
addAlarm() {
|
166
|
+
let alarm = {}
|
167
|
+
this.f_alarms.push(alarm)
|
168
|
+
this.$goto('paper-alarm-noncivil', {idx: this.f_alarms.length-1}, 'paper-router')
|
169
|
+
},
|
170
|
+
editAlarm(idx) {
|
171
|
+
this.$goto('paper-alarm-noncivil', {idx: idx}, 'paper-router')
|
172
|
+
},
|
173
|
+
removeAlarm(item) {
|
174
|
+
this.f_alarms.$remove(item)
|
175
|
+
},
|
176
|
+
addCooker() {
|
177
|
+
let cooker = {}
|
178
|
+
this.f_cookers.push(cooker)
|
179
|
+
this.$goto('paper-piece-noncivil', {idx: this.f_cookers.length-1}, 'paper-router')
|
180
|
+
},
|
181
|
+
editCooker(idx) {
|
182
|
+
this.$goto('paper-piece-noncivil', {idx: idx}, 'paper-router')
|
183
|
+
},
|
184
|
+
removeCooker(item) {
|
185
|
+
this.f_cookers.$remove(item)
|
186
|
+
},
|
187
|
+
addFurnace() {
|
188
|
+
let furnace = {}
|
189
|
+
this.f_furnaces.push(furnace)
|
190
|
+
this.$goto('paper-furnace-noncivil', {idx: this.f_furnaces.length-1}, 'paper-router')
|
191
|
+
},
|
192
|
+
editFurnace(idx) {
|
193
|
+
this.$goto('paper-furnace-noncivil', {idx: idx}, 'paper-router')
|
194
|
+
},
|
195
|
+
removeFurnace(item) {
|
196
|
+
this.f_furnaces.$remove(item)
|
197
|
+
},
|
198
|
+
},
|
199
|
+
ready() {
|
200
|
+
if(!this.f_meters)
|
201
|
+
this.$set('f_meters', [])
|
202
|
+
if(!this.f_plumbs)
|
203
|
+
this.$set('f_plumbs', [])
|
204
|
+
if(!this.f_valves)
|
205
|
+
this.$set('f_valves', [])
|
206
|
+
if(!this.f_alarms)
|
207
|
+
this.$set('f_alarms', [])
|
208
|
+
if(!this.f_furnaces)
|
209
|
+
this.$set('f_furnaces', [])
|
210
|
+
if(!this.f_cookers)
|
211
|
+
this.$set('f_cookers', [])
|
212
|
+
}
|
213
|
+
}
|
214
|
+
</script>
|
@@ -1,83 +1,83 @@
|
|
1
|
-
<template>
|
2
|
-
<div>
|
3
|
-
<form>
|
4
|
-
<div class="form-group">
|
5
|
-
<label for="c_plan_year">年份:</label>
|
6
|
-
<v-select id="c_plan_year" :value.sync="c_plan_year"
|
7
|
-
:options='c_year_list' close-on-select clear-button></v-select>
|
8
|
-
</div>
|
9
|
-
</form>
|
10
|
-
<data-grid :model="model" partial='list' v-ref:grid>
|
11
|
-
<template partial='head'>
|
12
|
-
<tr>
|
13
|
-
<th>维修员</th>
|
14
|
-
<th>已维修</th>
|
15
|
-
<th>在维修</th>
|
16
|
-
<th>未维修</th>
|
17
|
-
<th></th>
|
18
|
-
</tr>
|
19
|
-
</template>
|
20
|
-
<template partial='body'>
|
21
|
-
<td>{{row.f_repairman}}</td>
|
22
|
-
<td>{{row.checked}}</td>
|
23
|
-
<td>{{row.checking}}</td>
|
24
|
-
<td>{{row.unchecked}}</td>
|
25
|
-
<td v-on:click.stop.prevent='$parent.$parent.showDetail(row)'><span class="glyphicon glyphicon-option-horizontal"></span></td>
|
26
|
-
</template>
|
27
|
-
</data-grid>
|
28
|
-
<div style="height:50px;"></div>
|
29
|
-
</div>
|
30
|
-
</template>
|
31
|
-
|
32
|
-
<script>
|
33
|
-
import co from 'co'
|
34
|
-
import Vue from 'vue'
|
35
|
-
|
36
|
-
let aggCheckerTask = function * (self) {
|
37
|
-
let result = yield self.$post(Vue.url + 'sql/统计维修员年任务?pageNo=1&pageSize=9999', {
|
38
|
-
data: {
|
39
|
-
id: Vue.user.id,
|
40
|
-
org_id: Vue.user.parentid,
|
41
|
-
f_plan_year: self.c_plan_year[0],
|
42
|
-
f_subcompany: Vue.user.f_subcompany
|
43
|
-
}
|
44
|
-
}, {
|
45
|
-
resolveMsg: null,
|
46
|
-
rejectMsg: '提取任务出错'
|
47
|
-
})
|
48
|
-
self.$set("model.rows", result.data)
|
49
|
-
}
|
50
|
-
|
51
|
-
export default {
|
52
|
-
title: '维修员年任务',
|
53
|
-
data() {
|
54
|
-
let options = []
|
55
|
-
let year = (new Date()).getFullYear()
|
56
|
-
options.push({label: year+'', value: year+''})
|
57
|
-
year++
|
58
|
-
options.push({label: year+'', value: year+''})
|
59
|
-
return {
|
60
|
-
c_plan_year: options[0].value,
|
61
|
-
c_year_list: options,
|
62
|
-
model: {
|
63
|
-
rows: [],
|
64
|
-
}
|
65
|
-
}
|
66
|
-
},
|
67
|
-
ready () {
|
68
|
-
this.$watch('c_plan_year', function (val) {
|
69
|
-
this.getPlan()
|
70
|
-
})
|
71
|
-
this.getPlan()
|
72
|
-
},
|
73
|
-
methods: {
|
74
|
-
getPlan () {
|
75
|
-
let fp = aggCheckerTask(this)
|
76
|
-
co(fp)
|
77
|
-
},
|
78
|
-
showDetail (row) {
|
79
|
-
this.$parent.$goto('plumber-annual-detail', {f_plan_year: this.c_plan_year[0], f_repairman: row.f_repairman}, 'master-router')
|
80
|
-
}
|
81
|
-
}
|
82
|
-
}
|
83
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<div>
|
3
|
+
<form>
|
4
|
+
<div class="form-group">
|
5
|
+
<label for="c_plan_year">年份:</label>
|
6
|
+
<v-select id="c_plan_year" :value.sync="c_plan_year"
|
7
|
+
:options='c_year_list' close-on-select clear-button></v-select>
|
8
|
+
</div>
|
9
|
+
</form>
|
10
|
+
<data-grid :model="model" partial='list' v-ref:grid>
|
11
|
+
<template partial='head'>
|
12
|
+
<tr>
|
13
|
+
<th>维修员</th>
|
14
|
+
<th>已维修</th>
|
15
|
+
<th>在维修</th>
|
16
|
+
<th>未维修</th>
|
17
|
+
<th></th>
|
18
|
+
</tr>
|
19
|
+
</template>
|
20
|
+
<template partial='body'>
|
21
|
+
<td>{{row.f_repairman}}</td>
|
22
|
+
<td>{{row.checked}}</td>
|
23
|
+
<td>{{row.checking}}</td>
|
24
|
+
<td>{{row.unchecked}}</td>
|
25
|
+
<td v-on:click.stop.prevent='$parent.$parent.showDetail(row)'><span class="glyphicon glyphicon-option-horizontal"></span></td>
|
26
|
+
</template>
|
27
|
+
</data-grid>
|
28
|
+
<div style="height:50px;"></div>
|
29
|
+
</div>
|
30
|
+
</template>
|
31
|
+
|
32
|
+
<script>
|
33
|
+
import co from 'co'
|
34
|
+
import Vue from 'vue'
|
35
|
+
|
36
|
+
let aggCheckerTask = function * (self) {
|
37
|
+
let result = yield self.$post(Vue.url + 'sql/统计维修员年任务?pageNo=1&pageSize=9999', {
|
38
|
+
data: {
|
39
|
+
id: Vue.user.id,
|
40
|
+
org_id: Vue.user.parentid,
|
41
|
+
f_plan_year: self.c_plan_year[0],
|
42
|
+
f_subcompany: Vue.user.f_subcompany
|
43
|
+
}
|
44
|
+
}, {
|
45
|
+
resolveMsg: null,
|
46
|
+
rejectMsg: '提取任务出错'
|
47
|
+
})
|
48
|
+
self.$set("model.rows", result.data)
|
49
|
+
}
|
50
|
+
|
51
|
+
export default {
|
52
|
+
title: '维修员年任务',
|
53
|
+
data() {
|
54
|
+
let options = []
|
55
|
+
let year = (new Date()).getFullYear()
|
56
|
+
options.push({label: year+'', value: year+''})
|
57
|
+
year++
|
58
|
+
options.push({label: year+'', value: year+''})
|
59
|
+
return {
|
60
|
+
c_plan_year: options[0].value,
|
61
|
+
c_year_list: options,
|
62
|
+
model: {
|
63
|
+
rows: [],
|
64
|
+
}
|
65
|
+
}
|
66
|
+
},
|
67
|
+
ready () {
|
68
|
+
this.$watch('c_plan_year', function (val) {
|
69
|
+
this.getPlan()
|
70
|
+
})
|
71
|
+
this.getPlan()
|
72
|
+
},
|
73
|
+
methods: {
|
74
|
+
getPlan () {
|
75
|
+
let fp = aggCheckerTask(this)
|
76
|
+
co(fp)
|
77
|
+
},
|
78
|
+
showDetail (row) {
|
79
|
+
this.$parent.$goto('plumber-annual-detail', {f_plan_year: this.c_plan_year[0], f_repairman: row.f_repairman}, 'master-router')
|
80
|
+
}
|
81
|
+
}
|
82
|
+
}
|
83
|
+
</script>
|