sale-client 3.7.5 → 3.7.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/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/{8.5 → 8.10}/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{8.5 → 8.10}/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/file-system.probe +0 -0
- package/build/dev-server.js +10 -10
- package/package.json +3 -3
- package/src/components/charge/ChargeList.vue +1 -1
- package/src/components/revenue/Common/MeterMessage.vue +1 -2
- package/src/components/revenue/HandManager/MeterBookList.vue +3 -0
- package/src/components/revenue/comprehen/SpecialUser/BlackList/BlackListList.vue +7 -1
- package/src/filiale/lixianV3/components/charge/IOTMeterCenter.vue +3 -1
- package/src/main.js +1 -1
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- /package/.gradle/{8.5 → 8.10}/dependencies-accessors/gc.properties +0 -0
- /package/.gradle/{8.5 → 8.10}/fileChanges/last-build.bin +0 -0
- /package/.gradle/{8.5 → 8.10}/gc.properties +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Thu Oct 30 09:31:24 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
|
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, v4Url ] = ['http://
|
|
4
|
+
const [ serverRul, localUrl, v4Url ] = ['http://113.219.193.157:8100/', 'http://113.219.193.157:8100/', 'http://113.219.193.157:8100/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -20,21 +20,21 @@ var devConfig = {
|
|
|
20
20
|
},
|
|
21
21
|
proxy: {
|
|
22
22
|
'/rs/sql/': {
|
|
23
|
-
pathRewrite: {
|
|
24
|
-
|
|
25
|
-
},
|
|
23
|
+
// pathRewrite: {
|
|
24
|
+
// '^/rs/sql/': '/api/af-revenue/sql/'
|
|
25
|
+
// },
|
|
26
26
|
target: serverRul
|
|
27
27
|
},
|
|
28
28
|
'/rs/logic/': {
|
|
29
|
-
pathRewrite: {
|
|
30
|
-
|
|
31
|
-
},
|
|
29
|
+
// pathRewrite: {
|
|
30
|
+
// '^/rs/logic/': '/api/af-revenue/logic/'
|
|
31
|
+
// },
|
|
32
32
|
target: serverRul
|
|
33
33
|
},
|
|
34
34
|
'/rs/file': {
|
|
35
|
-
pathRewrite: {
|
|
36
|
-
|
|
37
|
-
},
|
|
35
|
+
// pathRewrite: {
|
|
36
|
+
// '^/rs/file/': '/api/af-revenue/file/'
|
|
37
|
+
// },
|
|
38
38
|
target: serverRul
|
|
39
39
|
},
|
|
40
40
|
'/api': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.6",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"qrcodejs2": "^0.0.2",
|
|
25
25
|
"vue": "^1.0.17",
|
|
26
26
|
"webpack-dev-server": "^2.11.5",
|
|
27
|
-
"vue-client": "1.25.
|
|
27
|
+
"vue-client": "1.25.34",
|
|
28
28
|
"yarn": "^1.22.10"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"karma-spec-reporter": "0.0.31",
|
|
77
77
|
"karma-webpack": "^2.0.2",
|
|
78
78
|
"ldap-clients": "3.0.96",
|
|
79
|
-
"system-clients": "
|
|
79
|
+
"system-clients": "3.2.76",
|
|
80
80
|
"less": "^2.7.3",
|
|
81
81
|
"manage-client": "3.1.8-88",
|
|
82
82
|
"mkdirp": "^0.5.1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<div class="form-group col-sm-3">
|
|
36
36
|
<label class="font_normal_body">电  话</label>
|
|
37
37
|
<input type="text" class="input_search" style="width:60%" v-model="model.f_user_phone" placeholder='电话'
|
|
38
|
-
condition="f_user_phone like '%{}%'">
|
|
38
|
+
condition="i.f_user_phone like '%{}%'">
|
|
39
39
|
</div>
|
|
40
40
|
<div class="form-group col-sm-3">
|
|
41
41
|
<label class="font_normal_body">客户地址</label>
|
|
@@ -89,8 +89,7 @@
|
|
|
89
89
|
} else {
|
|
90
90
|
this.metermessage.f_meter_base = (this.metermessage.f_meter_base - 0).toFixed(0)
|
|
91
91
|
}
|
|
92
|
-
this.f_meter_base_max
|
|
93
|
-
if (this.metermessage.f_meter_base > this.f_meter_base_max) {
|
|
92
|
+
if ((this.metermessage.f_meter_base - 0) > (this.f_meter_base_max - 0)) {
|
|
94
93
|
this.$showAlert(`新表底数可录入的最大值为: ${this.f_meter_base_max}, 请核实后重新录入!!!`, 'warning', 3000)
|
|
95
94
|
this.metermessage.f_meter_base = ''
|
|
96
95
|
}
|
|
@@ -4,7 +4,13 @@
|
|
|
4
4
|
<criteria @condition-changed='$parent.selfSearch' partial='criteria' v-ref:cri>
|
|
5
5
|
<div class="form-horizontal select-overspread container-fluid auto" novalidate partial>
|
|
6
6
|
<div class="row">
|
|
7
|
-
<res-select-group :style="$parent.$parent.style"
|
|
7
|
+
<res-select-group :style="$parent.$parent.style"
|
|
8
|
+
:show-component="['company']"
|
|
9
|
+
:selectin="false"
|
|
10
|
+
:initres="$parent.$parent.initres"
|
|
11
|
+
@re-res="$parent.$parent.getorg"
|
|
12
|
+
v-ref:sel>
|
|
13
|
+
</res-select-group>
|
|
8
14
|
<div class="form-group" :class="{'col-sm-2':!$parent.$parent.$parent.isdetail, 'col-sm-3':$parent.$parent.$parent.isdetail}">
|
|
9
15
|
<label class="font_normal_body">用户编号</label>
|
|
10
16
|
<input class="input_search" condition="f_userinfo_code like '%{}%'" placeholder="用户编号" style="width:60%"
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
:payment.sync="model.f_payment" :payment-data="paytype"
|
|
193
193
|
@confirm-payment="confirm()">
|
|
194
194
|
</payment-code-button>
|
|
195
|
-
<button class="button_search btn-gn" type="submit" @click="checkInvoiceMsg()" :disabled='!$v.valid || validateOk || !islegal || clickConfirm ||limit'>确认</button>
|
|
195
|
+
<button class="button_search btn-gn" type="submit" @click="checkInvoiceMsg()" :disabled='!$v.valid || validateOk || !islegal || clickConfirm ||limit || isInitialized '>确认</button>
|
|
196
196
|
<button class="button_clear btn-gn" @click="clean()">取消</button>
|
|
197
197
|
</div>
|
|
198
198
|
</validator>
|
|
@@ -464,6 +464,7 @@
|
|
|
464
464
|
}, 0)
|
|
465
465
|
console.log('总欠费金额为', self.alldue_fee)
|
|
466
466
|
self.owes = res.data
|
|
467
|
+
self.isInitialized = false
|
|
467
468
|
}
|
|
468
469
|
}
|
|
469
470
|
export default {
|
|
@@ -488,6 +489,7 @@
|
|
|
488
489
|
},
|
|
489
490
|
// 是否有未结束报建流程
|
|
490
491
|
limit: false,
|
|
492
|
+
isInitialized: true,
|
|
491
493
|
model: {
|
|
492
494
|
f_purchase: 0,
|
|
493
495
|
f_payment: [],
|
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/lixianV3/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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|