sale-client 4.3.5 → 4.3.6
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/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/build/dev-server.js +1 -1
- package/package.json +1 -1
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackRecordQuery.vue +10 -1
- package/src/main.js +1 -1
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
|
Binary file
|
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['http://
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://222.83.114.229:31785/', 'http://222.83.114.229:31785/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
package/package.json
CHANGED
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
<th style="text-align: center;">序号</th>
|
|
100
100
|
<th style="text-align: center;">用户编号</th>
|
|
101
101
|
<th style="text-align: center;">姓名</th>
|
|
102
|
+
<th style="text-align: center;">区县</th>
|
|
103
|
+
<th style="text-align: center;">街道</th>
|
|
104
|
+
<th style="text-align: center;">用户类型</th>
|
|
102
105
|
<th style="text-align: center;">表号</th>
|
|
103
106
|
<th style="text-align: center;">卡号</th>
|
|
104
107
|
<th style="text-align: center;">电话</th>
|
|
@@ -113,6 +116,9 @@
|
|
|
113
116
|
<td style="text-align: center;">{{$index+1}}</td>
|
|
114
117
|
<td style="text-align: center;">{{row.f_userinfo_code}}</td>
|
|
115
118
|
<td style="text-align: center;">{{row.f_user_name}}</td>
|
|
119
|
+
<td style="text-align: center;">{{row.f_pcd}}</td>
|
|
120
|
+
<td style="text-align: center;">{{row.f_street}}</td>
|
|
121
|
+
<td style="text-align: center;">{{row.f_user_type}}</td>
|
|
116
122
|
<td style="text-align: center;">{{row.f_meternumber}}</td>
|
|
117
123
|
<td style="text-align: center;">{{row.f_card_id}}</td>
|
|
118
124
|
<td style="text-align: center;">{{row.f_user_phone}}</td>
|
|
@@ -154,7 +160,10 @@
|
|
|
154
160
|
'f_operate_date': '操作日期',
|
|
155
161
|
'f_operat_type': '操作类型',
|
|
156
162
|
'f_operator': '操作人',
|
|
157
|
-
'f_comments': '原因'
|
|
163
|
+
'f_comments': '原因',
|
|
164
|
+
'f_pcd': '区县',
|
|
165
|
+
'f_street': '街道',
|
|
166
|
+
'f_user_type': '用户类型'
|
|
158
167
|
},
|
|
159
168
|
operateType: [{label: '全部', value: ''}, {label: '拉黑 ', value: '拉黑'}, {label: '取消拉黑', value: '取消拉黑'}]
|
|
160
169
|
}
|
package/src/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import Vue from 'vue'
|
|
|
2
2
|
import all from 'vue-client/src/all'
|
|
3
3
|
import App from './App'
|
|
4
4
|
import system from 'system-clients/src/system'
|
|
5
|
-
import FilialeSale from './filiale/
|
|
5
|
+
import FilialeSale from './filiale/dexin/sale'
|
|
6
6
|
import sale from './sale'
|
|
7
7
|
import address from 'address-client/src/address'
|
|
8
8
|
import ldap from 'ldap-clients/src/ldap'
|
|
Binary file
|
|
File without changes
|