manage-client 3.2.242 → 3.2.244
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 +4 -5
- package/src/filiale/qianneng/QnJgqCbwlwZD.vue +1 -1
- package/src/filiale/qianneng/QnJgqSfZD.vue +6 -0
- package/src/filiale/qianneng/exportConfig.js +1 -1
- package/src/filiale/tongchuan/MeterQuery.vue +10 -2
- package/src/filiale/wenxi/DeviceQuery.vue +589 -0
- package/src/filiale/wenxi/config/DefaultPrint.js +6 -0
- package/src/filiale/wenxi/config/exportConfig.js +824 -0
- package/src/filiale/wenxi/config/tableConfig.js +20 -0
- package/src/filiale/wenxi/sale.js +1 -0
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manage-client",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.244",
|
|
4
4
|
"description": "经营管控模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
7
7
|
"test": "test"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
+
"crypto-js": "^4.1.1",
|
|
10
11
|
"swiper": "^5.4.5"
|
|
11
12
|
},
|
|
12
13
|
"devDependencies": {
|
|
13
|
-
"compression-webpack-plugin": "1.1.2",
|
|
14
|
-
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
15
14
|
"axios": "0.15.3",
|
|
16
15
|
"babel-core": "^6.0.0",
|
|
17
16
|
"babel-loader": "^6.0.0",
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"eslint-plugin-vue": "^0.1.1",
|
|
36
35
|
"eventsource-polyfill": "^0.9.6",
|
|
37
36
|
"express": "^4.13.3",
|
|
38
|
-
"extract-text-webpack-plugin": "^
|
|
37
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
|
39
38
|
"filemanager-webpack-plugin": "^2.0.5",
|
|
40
39
|
"file-loader": "^0.8.4",
|
|
41
40
|
"function-bind": "^1.0.2",
|
|
@@ -81,7 +80,7 @@
|
|
|
81
80
|
"vue-strap": "^1.0.9",
|
|
82
81
|
"vue-style-loader": "^1.0.0",
|
|
83
82
|
"vue-validator": "2.1.7",
|
|
84
|
-
"webpack": "
|
|
83
|
+
"webpack": "1.12.2",
|
|
85
84
|
"webpack-dev-middleware": "^1.4.0",
|
|
86
85
|
"webpack-hot-middleware": "^2.6.0",
|
|
87
86
|
"webpack-merge": "^0.8.3",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
:field="$parent.$parent.getExportField"
|
|
47
47
|
:footer="$parent.$parent.footer"
|
|
48
48
|
:header="$parent.$parent.other"
|
|
49
|
-
sqlurl="rs/logic/exportfile" sql-name="
|
|
49
|
+
sqlurl="rs/logic/exportfile" sql-name="qnJgqCbwlwZD" template-name='物联网抄表报表导出'
|
|
50
50
|
:choose-col="true"></export-excel>
|
|
51
51
|
|
|
52
52
|
<div style="float: right" class="button_spacing" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.hidden()"></div>
|
|
@@ -114,6 +114,9 @@
|
|
|
114
114
|
<th>
|
|
115
115
|
<nobr>表具类型</nobr>
|
|
116
116
|
</th>
|
|
117
|
+
<th>
|
|
118
|
+
<nobr>费用类型</nobr>
|
|
119
|
+
</th>
|
|
117
120
|
</tr>
|
|
118
121
|
</template>
|
|
119
122
|
<template partial='body'>
|
|
@@ -171,6 +174,9 @@
|
|
|
171
174
|
<td style="text-align: center;">
|
|
172
175
|
<nobr>{{row.r_bjlx}}</nobr>
|
|
173
176
|
</td>
|
|
177
|
+
<td style="text-align: center;">
|
|
178
|
+
<nobr>{{row.z_fylx}}</nobr>
|
|
179
|
+
</td>
|
|
174
180
|
</template>
|
|
175
181
|
<template partial='foot'>
|
|
176
182
|
</template>
|
|
@@ -193,7 +193,7 @@ export default{
|
|
|
193
193
|
},
|
|
194
194
|
qnJgqSfZD:{
|
|
195
195
|
'a_dabm':'档案编码','b_yhmc':'用户名称','c_dz':'地址','d_lxfs':'联系方式','e_yhlx':'用户类型','f_yqxz':'用气性质','g_jgmc':'价格名称','h_bh':'表号',
|
|
196
|
-
'i_qd':'起度','j_zd':'止度','k_ql':'气量','l_dj':'单价','m_ysje':'应收金额','n_ssje':'实收金额','o_sfsj':'收费时间','p_yd':'月度','q_sfy':'收费员','r_bjlx':'表具类型'
|
|
196
|
+
'i_qd':'起度','j_zd':'止度','k_ql':'气量','l_dj':'单价','m_ysje':'应收金额','n_ssje':'实收金额','o_sfsj':'收费时间','p_yd':'月度','q_sfy':'收费员','r_bjlx':'表具类型','z_fylx':'费用类型'
|
|
197
197
|
},
|
|
198
198
|
}
|
|
199
199
|
|
|
@@ -257,7 +257,14 @@
|
|
|
257
257
|
close-on-select
|
|
258
258
|
condition="f_meter_book_num = '{}'"></v-select>
|
|
259
259
|
</div>
|
|
260
|
-
|
|
260
|
+
<div class="col-sm-2 form-group">
|
|
261
|
+
<label class="font_normal_body">客户状态</label>
|
|
262
|
+
<v-select :value.sync="model.f_user_state"
|
|
263
|
+
v-model="model.f_user_state"
|
|
264
|
+
:options='$parent.$parent.userstates' placeholder='请选择'
|
|
265
|
+
condition="f_user_state = '{}'"
|
|
266
|
+
close-on-select></v-select>
|
|
267
|
+
</div>
|
|
261
268
|
</div>
|
|
262
269
|
</div>
|
|
263
270
|
</criteria>
|
|
@@ -553,7 +560,8 @@
|
|
|
553
560
|
tempfalg :false,
|
|
554
561
|
lastorgstr:'',
|
|
555
562
|
issecond: [{label:'是',value:" = '二次挂表'"},{label:'否',value:" <> '二次挂表'"}],
|
|
556
|
-
usetype:this.$appdata.getParam('使用类型')
|
|
563
|
+
usetype:this.$appdata.getParam('使用类型'),
|
|
564
|
+
userstates:this.$appdata.getParam('用户状态') ? [{label: '全部', value: ''}, ...this.$appdata.getParam('用户状态')] : []
|
|
557
565
|
}
|
|
558
566
|
},
|
|
559
567
|
ready() {
|