manage-client 4.1.120 → 4.1.121

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.
@@ -6,7 +6,7 @@ const proxyMiddleware = require('http-proxy-middleware')
6
6
  const app = express()
7
7
  const compiler = webpack(config)
8
8
 
9
- const server = 'https://yc.aofengcloud.com:31467'
9
+ const server = 'http://123.57.3.66:31467'
10
10
  const local = 'http://127.0.0.1:9026/'
11
11
  const proxyTable = {
12
12
  '/dataManage': {
@@ -14,6 +14,22 @@ const proxyTable = {
14
14
  changeOrigin: true,
15
15
  secure: false
16
16
  },
17
+ '/api/af-revenue/logic': {
18
+ pathRewrite: {
19
+ '^/api/af-revenue/logic': '/logic'
20
+ },
21
+ target: local,
22
+ changeOrigin: true,
23
+ secure: false
24
+ },
25
+ '/api/af-revenue/sql': {
26
+ pathRewrite: {
27
+ '^/api/af-revenue/sql': '/singlepage/api/af-revenue/sql'
28
+ },
29
+ target: server,
30
+ changeOrigin: true,
31
+ secure: false
32
+ },
17
33
  // ... existing code ...
18
34
  '/api': {
19
35
  target: server,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.1.120",
3
+ "version": "4.1.121",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -42,10 +42,10 @@
42
42
  <button class="button_search button_spacing" @click="search()">查询</button>
43
43
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
44
44
 
45
- <export-excel :data="$parent.$parent.getCondition" :footer="$parent.$parent.footer"
45
+ <export-excel :data="$parent.$parent.getCondition"
46
46
  :field="$parent.$parent.getfield" :header="$parent.$parent.other"
47
47
  :defaultselect="$parent.$parent.defaultexport"
48
- sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="chargeQuery" template-name='收费查询导出'
48
+ sqlurl="api/af-revenue/logic/openapi/exportfile" sql-name="chargeSplitQuery" template-name='收费详情查询导出'
49
49
  :choose-col="true">
50
50
  </export-excel>
51
51
 
@@ -1157,10 +1157,56 @@
1157
1157
  }
1158
1158
  },
1159
1159
  getfield() {
1160
- return exportConfig.chargeConfig
1160
+ return {
1161
+ 'id': '收费编号',
1162
+ 'f_userinfo_code': '客户编号',
1163
+ 'f_olduserinfo_code': '档案编号',
1164
+ 'f_user_name': '客户名称',
1165
+ 'f_idnumber': '身份证号',
1166
+ 'f_user_phone': '客户电话',
1167
+ 'f_address': '客户地址',
1168
+ 'f_zones': '片区',
1169
+ 'f_user_type': '客户类型',
1170
+ 'f_gasproperties': '用气性质',
1171
+ 'f_meternumber': '表号',
1172
+ 'f_meter_brand': '气表品牌',
1173
+ 'f_times': '购气次数',
1174
+ 'f_price_name': '气价名称',
1175
+ 'f_last_tablebase': '上期底数',
1176
+ 'f_tablebase': '本期底数',
1177
+ 'f_pregas': '气量',
1178
+ 'fee': '金额',
1179
+ 'f_preamount': '燃气费',
1180
+ 'f_collection': '收款',
1181
+ 'f_privilege_money': '优惠金额',
1182
+ 'f_balance': '上期结余',
1183
+ 'f_curbalance': '本期结余',
1184
+ 'f_type': '收费类型',
1185
+ 'f_payment': '付款方式',
1186
+ 'f_bank_type': '支付渠道',
1187
+ 'f_state': '状态',
1188
+ 'f_operate_date': '收费日期',
1189
+ 'f_serial_id': '流水号',
1190
+ 'f_delaypay': '违约金',
1191
+ 'f_comments': '备注',
1192
+ 'f_operator': '操作员',
1193
+ 'f_depname': '部门',
1194
+ 'f_orgname': '公司',
1195
+ 'f_yucun': '预存金额',
1196
+ 'f_card_id': '卡号',
1197
+ 'f_inputtor': '抄表员',
1198
+ 'f_residential_area': '小区',
1199
+ 'f_serial_number': '业务单号'
1200
+ }
1161
1201
  },
1162
1202
  defaultexport() {
1163
- return exportConfig.chargeexportConfig
1203
+ return {
1204
+ 'f_userinfo_code': '客户编号',
1205
+ 'f_user_name': '客户名称',
1206
+ 'f_pregas': '气量',
1207
+ 'f_payment': '付款方式',
1208
+ 'f_collection': '收款'
1209
+ }
1164
1210
  },
1165
1211
  pricetypes() {
1166
1212
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('气价类型')]
package/src/main.js CHANGED
@@ -6,8 +6,8 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/yuncheng/sale'
10
- import ShanXianwebSaleManage from './filiale/yuncheng/webmeterManage'
9
+ import ShanXianSaleManage from './filiale/qingjian/sale'
10
+ import ShanXianwebSaleManage from './filiale/qingjian/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'
13
13
  import newmanage from './newmanage'