safecheck-client 3.0.32 → 3.0.33-2

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.
Files changed (88) hide show
  1. package/package.json +133 -133
  2. package/src/App.vue +31 -31
  3. package/src/assets//345/215/225/345/205/203/345/217/267.png +0 -0
  4. package/src/assets//345/234/260/345/235/200.png +0 -0
  5. package/src/assets//345/247/223/345/220/215.png +0 -0
  6. package/src/assets//345/260/217/345/214/272.png +0 -0
  7. package/src/assets//345/260/217/345/214/272/350/223/235/350/211/262.png +0 -0
  8. package/src/assets//345/272/225/346/225/260.png +0 -0
  9. package/src/assets//346/210/267/347/274/226/345/217/267.png +0 -0
  10. package/src/assets//346/245/274/345/217/267.png +0 -0
  11. package/src/assets//346/245/274/345/261/202.png +0 -0
  12. package/src/assets//350/241/250/347/261/273/345/236/213.png +0 -0
  13. package/src/assets//351/227/250/347/211/214/345/217/267.png +0 -0
  14. package/src/components/android/AndroidDefectDeal.vue +5 -5
  15. package/src/components/android/PhoneUpUserinfo.vue +6 -0
  16. package/src/components/android/SafecheckOrderV.vue +4 -1
  17. package/src/components/map/checkScreen.vue +1 -1
  18. package/src/components/planmanage/checkPlanList.vue +3 -3
  19. package/src/components/rongcheng/AspiratedDevices.vue +34 -1
  20. package/src/components/rongcheng/DefectPaper.vue +4 -1
  21. package/src/components/rongcheng/SafecheckDevices.vue +34 -1
  22. package/src/components/rongcheng/SafecheckOrderV.vue +1 -0
  23. package/src/components/rongcheng/SafecheckUserInfo.vue +17 -0
  24. package/src/filiale/Util.js +7 -0
  25. package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +1 -1
  26. package/src/filiale/ankangyihua/android/CurrentCreate.vue +1 -1
  27. package/src/filiale/bayan/pc/NewCheckpaper.vue +1 -1
  28. package/src/filiale/dexin/android/CasualSave.vue +1050 -0
  29. package/src/filiale/dexin/android/SafecheckDevices.vue +4 -4
  30. package/src/filiale/dexin/android/SafecheckOrderV.vue +2407 -2355
  31. package/src/filiale/dexin/android/WebMeterOpen.vue +377 -0
  32. package/src/filiale/dexin/android/WebMeterOpenEdit.vue +225 -0
  33. package/src/filiale/dexin/android.js +4 -1
  34. package/src/filiale/fugou/pc/AddToCheckBook.vue +160 -0
  35. package/src/filiale/fugou/pc/CheckBook.vue +301 -0
  36. package/src/filiale/fugou/pc/CheckBookAll.vue +67 -0
  37. package/src/filiale/fugou/pc/CheckBookArea.vue +146 -0
  38. package/src/filiale/fugou/pc/CheckBookCompany.vue +144 -0
  39. package/src/filiale/fugou/pc/CheckBookDetails.vue +161 -0
  40. package/src/filiale/fugou/pc/CheckBookEntry.vue +66 -0
  41. package/src/filiale/fugou/pc/CheckBookList.vue +366 -0
  42. package/src/filiale/fugou/pc/CheckBookSearchArea.vue +560 -0
  43. package/src/filiale/fugou/pc/CheckBookSearchUnit.vue +229 -0
  44. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +651 -0
  45. package/src/filiale/fugou/pc/CheckBookSearchUserList.vue +674 -0
  46. package/src/filiale/fugou/pc/CheckBookUser.vue +101 -0
  47. package/src/filiale/fugou/pc/DefectPaperNew.vue +1 -1
  48. package/src/filiale/fugou/pc/PaperDefectMain.vue +22 -1
  49. package/src/filiale/fugou/pc/PlanManage.vue +1007 -0
  50. package/src/filiale/fugou/pc/checkPlanList.vue +371 -0
  51. package/src/filiale/fugou/pc/checkUserList.vue +20 -120
  52. package/src/filiale/fugou/pc.js +60 -5
  53. package/src/filiale/jingyang/android/AddPlanItem.vue +246 -246
  54. package/src/filiale/jingyang/android/CurrentCreate.vue +18 -18
  55. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2281 -2281
  56. package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -0
  57. package/src/filiale/jingyang/android.js +4 -0
  58. package/src/filiale/kelai/android/SafecheckDevices.vue +1 -1
  59. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1 -1
  60. package/src/filiale/qingjian/android/SafecheckOrderV.vue +1 -0
  61. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +4 -0
  62. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1680 -0
  63. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +975 -488
  64. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +111 -48
  65. package/src/filiale/shanxian/android/SafecheckOrderV.vue +1 -1
  66. package/src/filiale/shexian/pc/PaperList.vue +822 -0
  67. package/src/filiale/shexian/pc.js +1 -0
  68. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +1 -1
  69. package/src/filiale/wensu/android/CurrentCreate.vue +1 -1
  70. package/src/filiale/wensu/pc/CheckSearchUser.vue +58 -53
  71. package/src/filiale/wensu/pc/DefectPaperNew.vue +15 -9
  72. package/src/filiale/wensu/pc/PlanManage.vue +831 -0
  73. package/src/filiale/wensu/pc/PrintMaterialBill.vue +28 -11
  74. package/src/filiale/wensu/pc/RoleSelector.vue +2 -2
  75. package/src/filiale/wensu/pc/SelectCheckPlan.vue +208 -168
  76. package/src/filiale/wensu/pc/checkUserList.vue +5 -1
  77. package/src/filiale/wensu/pc.js +20 -19
  78. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +6 -2
  79. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +3 -3
  80. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +1 -1
  81. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +3 -3
  82. package/src/filiale/yongzhou/pc/safeStatistics.vue +1 -0
  83. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +1 -0
  84. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +3 -0
  85. package/src/filiale/zhongyi/pc/DefectListNew.vue +6 -6
  86. package/src/main.js +33 -33
  87. package/static/stretch_bottom.png +0 -0
  88. package/static/stretch_top.png +0 -0
@@ -0,0 +1,144 @@
1
+ <template>
2
+ <div class="auto select-overspread">
3
+ <criteria-paged :model="model" v-ref:paged>
4
+ <criteria partial='criteria' @condition-changed='$parent.selfSearch' v-ref:criteria>
5
+ <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
+ <div class="row">
7
+ <div class="form-group col-sm-3" >
8
+ <label class="font_normal_body">单位名称</label>
9
+ <input type="text" class="input_search" style="width:60%" v-model="model.f_residential_area" placeholder='单位名称'
10
+ condition="f_company_name like '%{}%'" @keyup.enter="search()">
11
+ </div>
12
+ <div class="form-group col-sm-2 button-range" >
13
+ <button class="button_search" style="margin-right: 10px" @click="search()" v-el:cba>查询</button>
14
+ <button class="button_search" style="margin-right: 10px" @click="$parent.$parent.send()" v-el:cba>下发</button>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ </criteria>
19
+ <data-grid :model="model" class="table_sy" partial='list' v-ref:grid >
20
+ <template partial='head' >
21
+ <tr>
22
+ <th><nobr><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.checkAll" @change="$parent.$parent.$parent.setCheckAll()"/>全选</nobr></th>
23
+ <th><nobr>省市区/县</nobr></th>
24
+ <th><nobr>街道/乡镇</nobr></th>
25
+ <th><nobr>单位名称</nobr></th>
26
+ <th><nobr>用户数量</nobr></th>
27
+ <th><nobr>详细地址</nobr></th>
28
+ </tr>
29
+ </template>
30
+ <template partial='body' >
31
+ <tr >
32
+ <td style="text-align: center;"><input type="checkbox" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row.id)" @change="$parent.$parent.$parent.setCheckes(row.id)" /></td>
33
+ <td style="text-align:center">{{row.f_rea}}</td>
34
+ <td style="text-align:center">{{row.f_company_street}}</td>
35
+ <td style="text-align:center">{{row.f_company_name}}</td>
36
+ <td style="text-align:center"> <button @click.stop="$parent.$parent.$parent.details(row)" class="btn btn-link"><b>{{row.num?row.num:0}}</b></button></td>
37
+ <td style="text-align:center">{{row.f_company_position}}</td>
38
+ </tr>
39
+ </template>
40
+ <template partial='foot'></template>
41
+ </data-grid>
42
+ </criteria-paged>
43
+ <modal :show.sync="showSendModal" :backdrop="false" width="90%" height="90%">
44
+ <article slot="modal-body" class="modal-body" style="height: 80vh">
45
+ <check-book-search-user-list v-if="showSendModal" :row="row" :addcondata="addcondata" :bookrowsdata="{bookrows:checkes,checkAll:checkAll}" :needprops="needprops":userlogin="userlogin"></check-book-search-user-list>
46
+ </article>
47
+ <footer slot="modal-footer">
48
+ </footer>
49
+
50
+ </modal>
51
+ </div>
52
+ </template>
53
+
54
+ <script>
55
+ import {HttpResetClass, PagedList} from 'vue-client'
56
+
57
+ export default {
58
+ title: '非民用片区单位',
59
+ props: ['row','needprops'],
60
+ data () {
61
+ return {
62
+ rowdata: this.row,
63
+ showSendModal:false,
64
+ checkBookRow:{
65
+ },
66
+ userlogin:{
67
+ id:this.$login.f.id,
68
+ name:this.$login.f.name,
69
+ orgid:this.$login.f.orgid,
70
+ orgstr:this.$login.f.orgs,
71
+ },
72
+ model: new PagedList('rs/sql/getCheckBookCompany', 50),
73
+ checkAll:false,
74
+ checkes:[],
75
+ addcondata:'',
76
+ }
77
+ },
78
+ ready(){
79
+ console.log(this.row)
80
+ const val = this.row
81
+ if (val) {
82
+ this.checkAll=false
83
+ this.checkes=[]
84
+ this.rowdata = val
85
+ const condition = `f_check_book_id =${val.id}`
86
+ this.model.search(condition)
87
+ }
88
+ },
89
+ watch: {
90
+ 'row' (val) {
91
+ if (val) {
92
+ this.checkAll=false
93
+ this.checkes=[]
94
+ this.rowdata = val
95
+ const condition = `f_check_book_id =${val.id}`
96
+ this.model.search(condition)
97
+ }
98
+ }
99
+ },
100
+ methods: {
101
+ setCheckAll() {
102
+ this.checkAll=this.checkAll?false:true;
103
+ // 全选改变后,清空选中数据
104
+ this.checkes = []
105
+ },
106
+ isChecked(v) {
107
+ // 如果全选,不在的按选中算,否则,在的按选中算
108
+ if (this.checkAll) {
109
+ return this.checkes.indexOf(v) == -1
110
+ } else {
111
+ return this.checkes.indexOf(v) != -1
112
+ }
113
+ },
114
+ setCheckes(id) {
115
+ let index=this.checkes.indexOf(id)
116
+ if(index<0){
117
+ this.checkes.push(id)
118
+ }else{
119
+ this.checkes.splice(index,1)
120
+ }
121
+ },
122
+ send(){
123
+ if(!this.checkAll && this.checkes.length == 0){
124
+ return this.$showMessage('请选择单位')
125
+ }
126
+ this.showSendModal = true
127
+ },
128
+ details(row){
129
+ this.$emit('showuser' ,row)
130
+ },
131
+ selfSearch (args) {
132
+ if (this.rowdata.id) {
133
+ this.checkAll=false
134
+ this.checkes=[]
135
+ args.condition += `and f_check_book_id =${this.rowdata.id}`
136
+ this.model.search(args.condition)
137
+ this.addcondata = args.model.f_residential_area ? ` and tc.f_company_name like '%${args.model.f_residential_area}%'`: ''
138
+ } else {
139
+ this.$showMessage('请选择片区')
140
+ }
141
+ }
142
+ }
143
+ }
144
+ </script>
@@ -0,0 +1,161 @@
1
+ <template>
2
+ <div class="auto select-overspread">
3
+ <validator name='v'>
4
+ <form class="form-horizontal" novalidate>
5
+ <ul class="nav nav-tabs" style="margin-bottom: 10px">
6
+ <li class="active"><a href="#">安检册信息</a></li>
7
+ </ul>
8
+ <div class="row" style="margin-top: 10px">
9
+ <div class="col-sm-12 form-group" style="margin: 0">
10
+ <role-selector-safe
11
+ @alluser="getUsers"
12
+ @re-res="getRes"
13
+ role-name="安检员"
14
+ role-lable="安&nbsp;检&nbsp;员&nbsp;"
15
+ :value.sync="checkBook.f_checker_name"
16
+ v-model="checkBook.f_checker_name">
17
+ </role-selector-safe>
18
+ </div>
19
+ <!-- <div class="form-group col-sm-6" style="margin-top: 20px" :class="[$v.f_check_book_type.required ? 'has-error' : '']">-->
20
+ <!-- <label class="font_normal_body">表册类型</label>-->
21
+ <!-- <input type="text" v-show="false" v-model="checkBook.f_check_book_type"-->
22
+ <!-- :value.sync="checkBook.f_check_book_type"-->
23
+ <!-- v-validate:f_check_book_type='{required: true }'>-->
24
+ <!-- <v-select :value.sync="checkBook.f_check_book_type" v-model='checkBook.f_check_book_type'-->
25
+ <!-- :value-single="true" style="width: 60%"-->
26
+ <!-- class="select_list select"-->
27
+ <!-- :options='bookTypes' placeholder=''-->
28
+ <!-- close-on-select></v-select>-->
29
+ <!-- </div>-->
30
+ <div class="form-group col-sm-6" style="margin-top: 20px" :class="[$v.f_user_type.required ? 'has-error' : '']">
31
+ <label class="font_normal_body">用户类型</label>
32
+ <input type="text" v-show="false" v-model="checkBook.f_user_type"
33
+ v-validate:f_user_type='{required: true }'>
34
+ <v-select :value.sync="checkBook.f_user_type" v-model='checkBook.f_user_type'
35
+ :value-single="true" style="width: 60%"
36
+ class="select_list select"
37
+ :options='userTypes' placeholder=''
38
+ close-on-select></v-select>
39
+ </div>
40
+ <div class="form-group col-sm-6" style="margin-top: 20px" :class="[$v.f_check_book_name.required ? 'has-error' : '']">
41
+ <label class="font_normal_body">安检册名称</label>
42
+ <input type="text" class="input_search" v-model="checkBook.f_check_book_name"
43
+ style="width: 60%" v-validate:f_check_book_name='{ required: true }'>
44
+ </div>
45
+ </div>
46
+ </form>
47
+ <div style="text-align:right;height:auto;margin-top:6px;margin-right: 10%">
48
+ <button @click="confirm()" class="button_search">确认</button>
49
+ <!-- <button @click="deleteBook()" class="button_delete">删除</button>-->
50
+ <button @click="close()" class="button_clear">取消</button>
51
+ </div>
52
+ </validator>
53
+ </div>
54
+ </template>
55
+ <script>
56
+ import * as Util from "../../../components/Util";
57
+ import bus from "../../../bus";
58
+ import {HttpResetClass} from 'vue-client'
59
+
60
+ export default {
61
+ data () {
62
+ return {
63
+ aroundUnit: [{label: '年', value: '年'}, {label: '月', value: '月'}, {label: '日', value: '日'}],
64
+ bookTypes:[{label: '用户', value: '用户'}, {label: '小区', value: '小区'}],
65
+ userTypes:[{label: '民用', value: '民用'}, {label: '非民用', value: '非民用'}],
66
+ autos:[{label: '是', value: '是'}, {label: '否', value: '否'}],
67
+ allUsers:[],
68
+ checkBook: {
69
+ f_check_book_name: '',
70
+ f_run_date: '',
71
+ f_around_time: '',
72
+ f_around_unit: '',
73
+ f_create_date: '',
74
+ f_create_person: '',
75
+ f_user_type:'',
76
+ f_orgid: '',
77
+ f_is_auto:'否',
78
+ f_check_book_type:"小区",
79
+ f_checker_name: '',
80
+ f_checker_id:'',
81
+ }
82
+ }
83
+ },
84
+ props: ['row','showtype'],
85
+ watch: {
86
+ 'checkBook.f_checker_name' (val) {
87
+ const user = this.allUsers.filter(item=>item.name==val);
88
+ if(user.length>0){
89
+ this.checkBook.f_checker_id = user[0]["id"]
90
+ }
91
+ console.log("777",this.checkBook)
92
+ },
93
+ row (row) {
94
+ this.changeCheckBook(row)
95
+ }
96
+ },
97
+ ready () {
98
+ // console.log(this.$login.f.orgid)
99
+ this.changeCheckBook(this.row)
100
+ this.checkBook.f_user_type = this.showtype
101
+ console.log('row', JSON.stringify(this.row))
102
+ },
103
+ methods: {
104
+ changeCheckBook (row) {
105
+ console.log('row改变了', row)
106
+ if (row && row.id) {
107
+ console.log('进入修改赋值')
108
+ this.checkBook = row
109
+ }
110
+ },
111
+ deleteBook () {
112
+ console.log('delete', this.row)
113
+ },
114
+ close () {
115
+ console.log('关闭')
116
+ this.$parent.showItem = false
117
+ },
118
+ confirm () {
119
+ if(!this.checkBook.f_check_book_name){
120
+ this.$showMessage('请填写安检册名称')
121
+ return
122
+ }
123
+ // if(!this.checkBook.f_check_book_type){
124
+ // this.$showMessage('请选择表册类型')
125
+ // return
126
+ // }
127
+ if(!this.checkBook.f_user_type){
128
+ this.$showMessage('请选择用户类型')
129
+ return
130
+
131
+ }
132
+ this.checkBook.f_orgid = this.$login.f.orgid
133
+ this.checkBook.f_create_person = this.$login.f.name
134
+ this.checkBook.f_create_date = Util.toStandardDateString()
135
+ console.log('checkbook', this.checkBook)
136
+ let http = new HttpResetClass()
137
+ http.load('POST', 'rs/logic/safeEntity', {data: {tableName: 't_check_book', entityData: this.checkBook}},
138
+ {resolveMsg: '保存安检册信息成功', rejectMsg: '保存安检册信息失败'}).then(res => {
139
+ if (res.data.code === 200) {
140
+ this.$showMessage('保存安检册信息成功',['confirm']).then(res=>{
141
+ if (res==='confirm'){
142
+ bus.$emit('fresh-main')
143
+ }
144
+ })
145
+ }else{
146
+ this.$showMessage('保存安检册信息失败')
147
+ }
148
+ })
149
+ },
150
+ getRes (obj) {
151
+ if (obj.resids) {
152
+ this.checkBook.f_orgid = obj.resids[0]
153
+ console.log('id', this.checkBook.f_orgid)
154
+ }
155
+ },
156
+ getUsers(obj){
157
+ this.allUsers = obj
158
+ }
159
+ }
160
+ }
161
+ </script>
@@ -0,0 +1,66 @@
1
+ <template>
2
+ <div id='checkbookEntry' class="flex-row binary">
3
+ <div class="binary-left">
4
+ <tabset v-ref:tabs :close="false" class="nav-tabss">
5
+ <tab header="用户查询">
6
+ <check-book-search-user @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition" :showtype="showtype"></check-book-search-user>
7
+ </tab>
8
+ <tab header="小区查询">
9
+ <check-book-search-area @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-area>
10
+ </tab>
11
+ <!-- <tab header="单位查询">-->
12
+ <!-- <check-book-search-unit @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></check-book-search-unit>-->
13
+ <!-- </tab>-->
14
+ </tabset>
15
+ </div>
16
+ <div class="binary-right">
17
+ <add-to-check-book @book-list="setBookList" @book-all="setBookAll" @book-condition="setCondition"></add-to-check-book>
18
+ </div>
19
+ </div>
20
+ </template>
21
+
22
+ <script>
23
+
24
+ export default {
25
+ name: 'checkBookEntry',
26
+ title: '添加用户到片区',
27
+ data () {
28
+ return {
29
+ bookList: [],
30
+ bookCondition:"",
31
+ bookAll: false
32
+ }
33
+ },
34
+ props: {
35
+ showtype:{
36
+ type: String
37
+ }
38
+ },
39
+ created () {
40
+ },
41
+ ready () {
42
+ },
43
+ methods: {
44
+ setBookList(val){
45
+ console.log("555555")
46
+ // console.log("66666",val)
47
+ this.bookList = val
48
+ },
49
+ setBookAll(val){
50
+ this.bookAll = val
51
+ },
52
+ setCondition(val){
53
+ this.bookCondition = val
54
+ },
55
+ },
56
+ events: {
57
+
58
+ }
59
+ }
60
+ </script>
61
+
62
+ <style lang="less">
63
+ #checkbookEntry {
64
+ height: 700px;
65
+ }
66
+ </style>