apply-clients 4.1.68 → 4.1.69

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 CHANGED
@@ -1,30 +1,30 @@
1
- <!DOCTYPE html>
2
- <html lang="zh-CN">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
- <META HTTP-EQUIV="pragma" CONTENT="no-cache">
7
- <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
8
- <META HTTP-EQUIV="expires" CONTENT="0">
9
- <title>陕西中盛报建系统</title>
10
- <style media="screen">
11
- /*url(./static/newmainbg.jpg)*/
12
-
13
- body {
14
- font-size:16px !important;
15
- width: 100%;
16
- background: #7f8eaf no-repeat center bottom;
17
- background-size: cover;
18
- }
19
-
20
- body .loginbg {
21
- width: 100%;
22
- height: 100%;
23
- background: url(./static/loginbg.jpg) no-repeat center top;
24
- }
25
- </style>
26
- </head>
27
- <body id="bodymain" class="themeOne">
28
- <app></app>
29
- </body>
30
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6
+ <META HTTP-EQUIV="pragma" CONTENT="no-cache">
7
+ <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
8
+ <META HTTP-EQUIV="expires" CONTENT="0">
9
+ <title>陕西中盛报建系统</title>
10
+ <style media="screen">
11
+ /*url(./static/newmainbg.jpg)*/
12
+
13
+ body {
14
+ font-size:16px !important;
15
+ width: 100%;
16
+ background: #7f8eaf no-repeat center bottom;
17
+ background-size: cover;
18
+ }
19
+
20
+ body .loginbg {
21
+ width: 100%;
22
+ height: 100%;
23
+ background: url(./static/loginbg.jpg) no-repeat center top;
24
+ }
25
+ </style>
26
+ </head>
27
+ <body id="bodymain" class="themeOne">
28
+ <app></app>
29
+ </body>
30
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "4.1.68",
3
+ "version": "4.1.69",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
package/src/apply.js CHANGED
@@ -51,6 +51,8 @@ export default function () {
51
51
 
52
52
  // 地址管理
53
53
  Vue.component('apply-address-userinfo-management', (resolve) => { require(['./components/product/Process/Processes/addressAndUserinfoManagement'], resolve) })
54
+ // 用户操作
55
+ Vue.component('apply-address-userinfo-management-pro', (resolve) => { require(['./components/product/Process/Processes/addressAndUserinfoManagementPro'], resolve) })
54
56
  // 施工安装明细
55
57
  Vue.component('installation-details', (resolve) => { require(['./components/product/Process/Processes/InstallationDetails'], resolve) })
56
58
  // 收费管理
@@ -61,6 +63,8 @@ export default function () {
61
63
  Vue.component('test', (resolve) => { require(['./components/product/Test'], resolve) })
62
64
  // 设备信息
63
65
  Vue.component('devices-details', (resolve) => { require(['./components/product/Process/Processes/devicesDetails'], resolve) })
66
+ // 表具点火信息
67
+ Vue.component('apply-file-user-fire-info', (resolve) => { require(['./components/product/Process/Processes/UserFireInfo'], resolve) })
64
68
  /** VueUtils **/
65
69
  Vue.component('back-page', (resolve) => { require(['./components/product/VueUtils/ToolsPage'], resolve) })
66
70
  Vue.component('tree2', (resolve) => { require(['./components/product/VueUtils/Tree'], resolve) })
@@ -1,251 +1,251 @@
1
- <template>
2
- <criteria-paged :model="model" v-ref:cp>
3
- <criteria partial='criteria' @condition-changed='search' v-ref:cri>
4
- <div class="form-horizontal select-overspread container-fluid auto" partial>
5
- <div class="row">
6
- <div class="form-group col-sm-3">
7
- <label class="font_normal_body">项目名称:</label>
8
- <input type="text" class="input_search" style="width: 60%" v-model="model.f_entry_name"
9
- v-on:keyup.enter="$parent.$parent.search()" condition="a.f_entry_name like '%{}%'" placeholder='项目名'>
10
- </div>
11
- <div class="form-group col-sm-3">
12
- <label for="startDate" class="font_normal_body">开始时间:</label>
13
- <datepicker id="startDate" placeholder="开始日期"
14
- style="width: 60%!important;"
15
- v-model="model.startDate"
16
- :value.sync="model.startDate"
17
- :format="'yyyy-MM-dd HH:mm:ss'"
18
- :show-reset-button="true"
19
- condition="cr.f_charge_date >= '{}'">
20
- </datepicker>
21
- </div>
22
- <div class="form-group col-sm-3">
23
- <label for="endDate" class="font_normal_body">结束时间:</label>
24
- <datepicker id="endDate" placeholder="结束日期"
25
- style="width: 60%!important;"
26
- v-model="model.endDate"
27
- :value.sync="model.endDate"
28
- :format="'yyyy-MM-dd HH:mm:ss'"
29
- :show-reset-button="true"
30
- condition="cr.f_charge_date <= '{}'">
31
- </datepicker>
32
- </div>
33
- <div class="form-group col-sm-3 button-range">
34
- <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
35
- <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
36
- <export-excel :data="$parent.$parent.getCondition"
37
- :field="$parent.$parent.getfield"
38
- sqlurl="rs/logic/applyExportfile"
39
- sql-name="getApplyCharge"
40
- template-name='收费记录信息导出'
41
- :choose-col="true"></export-excel>
42
- <div
43
- :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
44
- @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
45
- class="button_spacing"
46
- style="float: right">
47
- </div>
48
- </div>
49
- </div>
50
- <div class="row" v-show="$parent.$parent.criteriaShow">
51
- <div class="form-group col-sm-3">
52
- <label class="font_normal_body">报建编号:</label>
53
- <input type="text" style="width: 60%" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
54
- v-on:keyup.enter="$parent.$parent.search()"
55
- condition="a.f_apply_num = '{}'">
56
- </div>
57
- <div class="form-group col-sm-3">
58
- <label class="font_normal_body">合同编号:</label>
59
- <input type="text" style="width: 60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
60
- v-on:keyup.enter="$parent.$parent.search()"
61
- condition="a.f_contract_number = '{}'">
62
- </div>
63
- <div class="form-group col-sm-3">
64
- <label class="font_normal_body">报建类型:</label>
65
- <v-select
66
- v-model="model.f_apply_type"
67
- placeholder='请选择'
68
- condition="a.f_apply_type = '{}'"
69
- :value.sync="model.f_apply_type"
70
- :options='$parent.$parent.applytype'
71
- class="select select_list"
72
- :value-single="true"
73
- close-on-select ></v-select>
74
- </div>
75
- <div class="form-group col-sm-3">
76
- <label class="font_normal_body">收费人员:</label>
77
- <input type="text" class="input_search" style="width: 60%" placeholder='收费人员' v-model="model.f_charge_collectors"
78
- v-on:keyup.enter="$parent.$parent.search()"
79
- condition="cr.f_charge_collectors like '%{}%'">
80
- </div>
81
- <div class="form-group col-sm-3">
82
- <label class="font_normal_body">付款方式:</label>
83
- <v-select
84
- v-model="model.f_payment_method"
85
- placeholder='请选择'
86
- condition="cr.f_payment_method = '{}'"
87
- :value.sync="model.f_payment_method"
88
- :options='$parent.$parent.paymentMethod'
89
- class="select select_list"
90
- :value-single="true"
91
- close-on-select ></v-select>
92
- </div>
93
- <div class="form-group col-sm-3">
94
- <label class="font_normal_body">缴费状态:</label>
95
- <v-select
96
- v-model="model.f_charging_status"
97
- placeholder='请选择'
98
- condition="cr.f_charging_status = '{}'"
99
- :value.sync="model.f_charging_status"
100
- :options='$parent.$parent.chargingStatus'
101
- class="select select_list"
102
- :value-single="true"
103
- close-on-select ></v-select>
104
- </div>
105
- </div>
106
- </div>
107
- </criteria>
108
- <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
109
- <template partial='head'>
110
- <tr>
111
- <th>序号</th>
112
- <th>报建编号</th>
113
- <th>项目名称</th>
114
- <th>合同编号</th>
115
- <th>报建类型</th>
116
- <th>缴费编码</th>
117
- <th>收费金额</th>
118
- <th>付款方式</th>
119
- <th>收费人员</th>
120
- <th>收费日期</th>
121
- <th>状态</th>
122
- <th>地址</th>
123
- </tr>
124
- </template>
125
- <template partial='body'>
126
- <tr >
127
- <td style="text-align: center;">
128
- <nobr><font>{{$index+1}}</font></nobr>
129
- </td>
130
- <td style="text-align: center;">
131
- <nobr><font>{{row.f_apply_num}}</font></nobr>
132
- </td>
133
- <td style="text-align: center;">
134
- <nobr><font>{{row.f_apply_entry_name}}</font></nobr>
135
- </td>
136
- <td style="text-align: center;">
137
- <nobr><font>{{row.f_contract_number}}</font></nobr>
138
- </td>
139
- <td style="text-align: center;">
140
- <nobr><font>{{row.f_apply_type}}</font></nobr>
141
- </td>
142
- <td style="text-align: center;">
143
- <nobr><font>{{row.f_charge_number}}</font></nobr>
144
- </td>
145
- <td style="text-align: center;">
146
- <nobr><font>{{row.f_charge_money}}</font></nobr>
147
- </td>
148
- <td style="text-align: center;">
149
- <nobr><font>{{row.f_payment_method}}</font></nobr>
150
- </td>
151
- <td style="text-align: center;">
152
- <nobr><font>{{row.f_charge_collectors}}</font></nobr>
153
- </td>
154
- <td style="text-align: center;">
155
- <nobr><font>{{row.f_charge_date}}</font></nobr>
156
- </td>
157
- <td style="text-align: center;">
158
- <nobr><font>{{row.f_charge_status}}</font></nobr>
159
- </td>
160
- <td style="text-align: center;">
161
- <nobr><font>{{row.f_address}}</font></nobr>
162
- </td>
163
- </tr>
164
- </template>
165
- </data-grid>
166
- </criteria-paged>
167
- </template>
168
-
169
- <script>
170
- import {PagedList} from 'vue-client'
171
- import {HttpResetClass} from 'vue-client'
172
- export default {
173
- title: '报建收费列表',
174
- data () {
175
- return {
176
- model: new PagedList('rs/sql/getApplyCharge', 30, {
177
- data: {
178
- orgid: this.$login.f.orgid
179
- }
180
- }, {
181
- f_charge_money: 0
182
- }),
183
- applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
184
- paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
185
- chargingStatus: [
186
- {label: '全部', value: ''},
187
- {label: '有效', value: '有效'},
188
- {label: '作废', value: '作废'}
189
- ],
190
- criteriaShow: false,
191
- chargeAll: {
192
- count: 0,
193
- sum: 0
194
- },
195
- getfield: {
196
- 'f_apply_num': '报建编号',
197
- 'f_entry_name': '项目名称',
198
- 'f_contract_number': '合同编号',
199
- 'f_apply_type': '报建类型',
200
- 'f_charge_money': '收费金额',
201
- 'f_payment_method': '付款方式',
202
- 'f_charge_collectors': '收费人员',
203
- 'f_charge_date': '收费日期',
204
- 'f_charging_status': '状态',
205
- 'f_address': '地址'
206
- }
207
- }
208
- },
209
- ready () {
210
- // 调用查询
211
- this.search()
212
- },
213
- methods: {
214
- clear () {
215
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
216
- this.$refs.cp.$refs.cri.model[key] = []
217
- })
218
- },
219
- // 查询
220
- search () {
221
- this.$refs.cp.$refs.cri.search()
222
- this.getChargeAll()
223
- },
224
- async getChargeAll () {
225
- let http = new HttpResetClass()
226
- let data = {
227
- condition: this.model.condition,
228
- data: {
229
- orgid: this.$login.f.orgid
230
- }
231
- }
232
- let res = await http.load('POST', 'rs/sql/getChargeAll', {data: data}, {resolveMsg: null, rejectMsg: null})
233
-
234
- this.chargeAll = res.data[0]
235
- }
236
- },
237
- computed: {
238
- getCondition () {
239
- return {
240
- condition: this.$refs.cp.$refs.cri.condition,
241
- data: {
242
- orgid: this.$login.f.orgid
243
- }
244
- }
245
- }
246
- }
247
- }
248
- </script>
249
-
250
- <style scoped>
251
- </style>
1
+ <template>
2
+ <criteria-paged :model="model" v-ref:cp>
3
+ <criteria partial='criteria' @condition-changed='search' v-ref:cri>
4
+ <div class="form-horizontal select-overspread container-fluid auto" partial>
5
+ <div class="row">
6
+ <div class="form-group col-sm-3">
7
+ <label class="font_normal_body">项目名称:</label>
8
+ <input type="text" class="input_search" style="width: 60%" v-model="model.f_entry_name"
9
+ v-on:keyup.enter="$parent.$parent.search()" condition="a.f_entry_name like '%{}%'" placeholder='项目名'>
10
+ </div>
11
+ <div class="form-group col-sm-3">
12
+ <label for="startDate" class="font_normal_body">开始时间:</label>
13
+ <datepicker id="startDate" placeholder="开始日期"
14
+ style="width: 60%!important;"
15
+ v-model="model.startDate"
16
+ :value.sync="model.startDate"
17
+ :format="'yyyy-MM-dd HH:mm:ss'"
18
+ :show-reset-button="true"
19
+ condition="cr.f_charge_date >= '{}'">
20
+ </datepicker>
21
+ </div>
22
+ <div class="form-group col-sm-3">
23
+ <label for="endDate" class="font_normal_body">结束时间:</label>
24
+ <datepicker id="endDate" placeholder="结束日期"
25
+ style="width: 60%!important;"
26
+ v-model="model.endDate"
27
+ :value.sync="model.endDate"
28
+ :format="'yyyy-MM-dd HH:mm:ss'"
29
+ :show-reset-button="true"
30
+ condition="cr.f_charge_date <= '{}'">
31
+ </datepicker>
32
+ </div>
33
+ <div class="form-group col-sm-3 button-range">
34
+ <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
35
+ <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
36
+ <export-excel :data="$parent.$parent.getCondition"
37
+ :field="$parent.$parent.getfield"
38
+ sqlurl="rs/logic/applyExportfile"
39
+ sql-name="getApplyCharge"
40
+ template-name='收费记录信息导出'
41
+ :choose-col="true"></export-excel>
42
+ <div
43
+ :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}"
44
+ @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"
45
+ class="button_spacing"
46
+ style="float: right">
47
+ </div>
48
+ </div>
49
+ </div>
50
+ <div class="row" v-show="$parent.$parent.criteriaShow">
51
+ <div class="form-group col-sm-3">
52
+ <label class="font_normal_body">报建编号:</label>
53
+ <input type="text" style="width: 60%" class="input_search" placeholder='报建编号' v-model="model.f_apply_num"
54
+ v-on:keyup.enter="$parent.$parent.search()"
55
+ condition="a.f_apply_num = '{}'">
56
+ </div>
57
+ <div class="form-group col-sm-3">
58
+ <label class="font_normal_body">合同编号:</label>
59
+ <input type="text" style="width: 60%" class="input_search" placeholder='合同编号' v-model="model.f_contract_number"
60
+ v-on:keyup.enter="$parent.$parent.search()"
61
+ condition="a.f_contract_number = '{}'">
62
+ </div>
63
+ <div class="form-group col-sm-3">
64
+ <label class="font_normal_body">报建类型:</label>
65
+ <v-select
66
+ v-model="model.f_apply_type"
67
+ placeholder='请选择'
68
+ condition="a.f_apply_type = '{}'"
69
+ :value.sync="model.f_apply_type"
70
+ :options='$parent.$parent.applytype'
71
+ class="select select_list"
72
+ :value-single="true"
73
+ close-on-select ></v-select>
74
+ </div>
75
+ <div class="form-group col-sm-3">
76
+ <label class="font_normal_body">收费人员:</label>
77
+ <input type="text" class="input_search" style="width: 60%" placeholder='收费人员' v-model="model.f_charge_collectors"
78
+ v-on:keyup.enter="$parent.$parent.search()"
79
+ condition="cr.f_charge_collectors like '%{}%'">
80
+ </div>
81
+ <div class="form-group col-sm-3">
82
+ <label class="font_normal_body">付款方式:</label>
83
+ <v-select
84
+ v-model="model.f_payment_method"
85
+ placeholder='请选择'
86
+ condition="cr.f_payment_method = '{}'"
87
+ :value.sync="model.f_payment_method"
88
+ :options='$parent.$parent.paymentMethod'
89
+ class="select select_list"
90
+ :value-single="true"
91
+ close-on-select ></v-select>
92
+ </div>
93
+ <div class="form-group col-sm-3">
94
+ <label class="font_normal_body">缴费状态:</label>
95
+ <v-select
96
+ v-model="model.f_charging_status"
97
+ placeholder='请选择'
98
+ condition="cr.f_charging_status = '{}'"
99
+ :value.sync="model.f_charging_status"
100
+ :options='$parent.$parent.chargingStatus'
101
+ class="select select_list"
102
+ :value-single="true"
103
+ close-on-select ></v-select>
104
+ </div>
105
+ </div>
106
+ </div>
107
+ </criteria>
108
+ <data-grid :model="model" partial='list' v-ref:grid style="overflow: auto" class="list_area table_sy">
109
+ <template partial='head'>
110
+ <tr>
111
+ <th>序号</th>
112
+ <th>报建编号</th>
113
+ <th>项目名称</th>
114
+ <th>合同编号</th>
115
+ <th>报建类型</th>
116
+ <th>缴费编码</th>
117
+ <th>收费金额</th>
118
+ <th>付款方式</th>
119
+ <th>收费人员</th>
120
+ <th>收费日期</th>
121
+ <th>状态</th>
122
+ <th>地址</th>
123
+ </tr>
124
+ </template>
125
+ <template partial='body'>
126
+ <tr >
127
+ <td style="text-align: center;">
128
+ <nobr><font>{{$index+1}}</font></nobr>
129
+ </td>
130
+ <td style="text-align: center;">
131
+ <nobr><font>{{row.f_apply_num}}</font></nobr>
132
+ </td>
133
+ <td style="text-align: center;">
134
+ <nobr><font>{{row.f_apply_entry_name}}</font></nobr>
135
+ </td>
136
+ <td style="text-align: center;">
137
+ <nobr><font>{{row.f_contract_number}}</font></nobr>
138
+ </td>
139
+ <td style="text-align: center;">
140
+ <nobr><font>{{row.f_apply_type}}</font></nobr>
141
+ </td>
142
+ <td style="text-align: center;">
143
+ <nobr><font>{{row.f_charge_number}}</font></nobr>
144
+ </td>
145
+ <td style="text-align: center;">
146
+ <nobr><font>{{row.f_charge_money}}</font></nobr>
147
+ </td>
148
+ <td style="text-align: center;">
149
+ <nobr><font>{{row.f_payment_method}}</font></nobr>
150
+ </td>
151
+ <td style="text-align: center;">
152
+ <nobr><font>{{row.f_charge_collectors}}</font></nobr>
153
+ </td>
154
+ <td style="text-align: center;">
155
+ <nobr><font>{{row.f_charge_date}}</font></nobr>
156
+ </td>
157
+ <td style="text-align: center;">
158
+ <nobr><font>{{row.f_charge_status}}</font></nobr>
159
+ </td>
160
+ <td style="text-align: center;">
161
+ <nobr><font>{{row.f_address}}</font></nobr>
162
+ </td>
163
+ </tr>
164
+ </template>
165
+ </data-grid>
166
+ </criteria-paged>
167
+ </template>
168
+
169
+ <script>
170
+ import {PagedList} from 'vue-client'
171
+ import {HttpResetClass} from 'vue-client'
172
+ export default {
173
+ title: '报建收费列表',
174
+ data () {
175
+ return {
176
+ model: new PagedList('rs/sql/getApplyCharge', 30, {
177
+ data: {
178
+ orgid: this.$login.f.orgid
179
+ }
180
+ }, {
181
+ f_charge_money: 0
182
+ }),
183
+ applytype: [{label: '全部', value: ''}, ...this.$appdata.getParam('报建类型')],
184
+ paymentMethod: [{label: '全部', value: ''}, ...this.$appdata.getParam('付款方式')],
185
+ chargingStatus: [
186
+ {label: '全部', value: ''},
187
+ {label: '有效', value: '有效'},
188
+ {label: '作废', value: '作废'}
189
+ ],
190
+ criteriaShow: false,
191
+ chargeAll: {
192
+ count: 0,
193
+ sum: 0
194
+ },
195
+ getfield: {
196
+ 'f_apply_num': '报建编号',
197
+ 'f_entry_name': '项目名称',
198
+ 'f_contract_number': '合同编号',
199
+ 'f_apply_type': '报建类型',
200
+ 'f_charge_money': '收费金额',
201
+ 'f_payment_method': '付款方式',
202
+ 'f_charge_collectors': '收费人员',
203
+ 'f_charge_date': '收费日期',
204
+ 'f_charging_status': '状态',
205
+ 'f_address': '地址'
206
+ }
207
+ }
208
+ },
209
+ ready () {
210
+ // 调用查询
211
+ this.search()
212
+ },
213
+ methods: {
214
+ clear () {
215
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
216
+ this.$refs.cp.$refs.cri.model[key] = []
217
+ })
218
+ },
219
+ // 查询
220
+ search () {
221
+ this.$refs.cp.$refs.cri.search()
222
+ this.getChargeAll()
223
+ },
224
+ async getChargeAll () {
225
+ let http = new HttpResetClass()
226
+ let data = {
227
+ condition: this.model.condition,
228
+ data: {
229
+ orgid: this.$login.f.orgid
230
+ }
231
+ }
232
+ let res = await http.load('POST', 'rs/sql/getChargeAll', {data: data}, {resolveMsg: null, rejectMsg: null})
233
+
234
+ this.chargeAll = res.data[0]
235
+ }
236
+ },
237
+ computed: {
238
+ getCondition () {
239
+ return {
240
+ condition: this.$refs.cp.$refs.cri.condition,
241
+ data: {
242
+ orgid: this.$login.f.orgid
243
+ }
244
+ }
245
+ }
246
+ }
247
+ }
248
+ </script>
249
+
250
+ <style scoped>
251
+ </style>