sale-client 3.6.255 → 3.6.256
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/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +120 -120
- package/src/components/FilesManage/UserEssentialInfoTest.vue +35 -0
- package/src/components/FilesManage/UserGeneralInfoTest.vue +10 -0
- package/src/components/charge/business/machine/MachineCharge.vue +1 -0
- package/src/components/revenue/base/leftview/SafeCheck.vue +1 -1
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue +90 -0
- package/src/filiale/liaoyuan/ChangeMeter.vue +2 -2
- package/src/filiale/yangchun/AddGasBrand.vue +526 -0
- package/src/filiale/yangchun/BlackList/BlackListList.vue +2 -2
- package/src/filiale/yangchun/BlackList/BlackListManage.vue +1 -1
- package/src/filiale/yangchun/BlackList/BlackRecordQuery.vue +1 -1
- package/src/filiale/yangchun/CardMeterCenter.vue +963 -0
- package/src/filiale/yangchun/EditWebMeterInfo.vue +282 -0
- package/src/filiale/yangchun/FilesManage/UserEssentialInfoTest.vue +586 -0
- package/src/filiale/yangchun/MachineChargeService.js +122 -0
- package/src/filiale/yangchun/MachineMeterCenter.vue +700 -0
- package/src/filiale/yangchun/MeterHistory.vue +74 -0
- package/src/filiale/yangchun/MeterinfoTest.vue +1212 -0
- package/src/filiale/yangchun/Overdue/OverdueSet.vue +45 -0
- package/src/filiale/yangchun/Overdue/OverdueSetList.vue +282 -0
- package/src/filiale/yangchun/Overdue/OverdueSetUser.vue +93 -0
- package/src/filiale/yangchun/ShowCardSellGas.vue +940 -0
- package/src/filiale/yangchun/UseWebMeter.vue +185 -0
- package/src/filiale/yangchun/WebMeterInfo.vue +80 -0
- package/src/filiale/yangchun/WebMeterList.vue +433 -0
- package/src/filiale/yangchun/sale.js +24 -0
- package/src/sale.js +6 -4
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,120 +1,120 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sale-client",
|
|
3
|
-
"version": "3.6.
|
|
4
|
-
"description": "收费模块前台组件",
|
|
5
|
-
"main": "src/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"example": "node build/example-server.js",
|
|
8
|
-
"dev": "webpack-dev-server --config ./build/dev-server.js",
|
|
9
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
10
|
-
"unit": "karma start test/unit/karma.conf.js",
|
|
11
|
-
"build": "rimraf lib && mkdirp lib && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
12
|
-
"e2e": "node test/e2e/runner.js",
|
|
13
|
-
"release": "bash build/release.sh"
|
|
14
|
-
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://gitee.com/aote/product.git"
|
|
18
|
-
},
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"crypto-js": "^4.1.1",
|
|
21
|
-
"examples": "^0.1.0",
|
|
22
|
-
"js-file-download": "0.4.12",
|
|
23
|
-
"less-loader": "^2.2.3",
|
|
24
|
-
"qrcodejs2": "0.0.2",
|
|
25
|
-
"vue": "^1.0.17",
|
|
26
|
-
"webpack-dev-server": "^2.11.5",
|
|
27
|
-
"vue-client": "1.24.
|
|
28
|
-
"yarn": "^1.22.10"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"address-client": "3.2.56",
|
|
32
|
-
"axios": "0.15.3",
|
|
33
|
-
"babel-core": "^6.0.0",
|
|
34
|
-
"babel-loader": "^6.0.0",
|
|
35
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
|
36
|
-
"babel-preset-es2015": "^6.0.0",
|
|
37
|
-
"babel-preset-stage-2": "^6.0.0",
|
|
38
|
-
"chai": "^3.5.0",
|
|
39
|
-
"co": "^4.6.0",
|
|
40
|
-
"compression-webpack-plugin": "1.1.2",
|
|
41
|
-
"connect-history-api-fallback": "^1.1.0",
|
|
42
|
-
"cross-env": "^1.0.7",
|
|
43
|
-
"cross-spawn": "^2.1.5",
|
|
44
|
-
"css-loader": "^0.23.0",
|
|
45
|
-
"echarts": "^4.1.0",
|
|
46
|
-
"eslint": "^3.19.0",
|
|
47
|
-
"eslint-config-standard": "^10.2.1",
|
|
48
|
-
"eslint-friendly-formatter": "^3.0.0",
|
|
49
|
-
"eslint-loader": "^1.7.1",
|
|
50
|
-
"eslint-plugin-html": "^3.0.0",
|
|
51
|
-
"eslint-plugin-import": "^2.7.0",
|
|
52
|
-
"eslint-plugin-node": "^5.2.0",
|
|
53
|
-
"eslint-plugin-promise": "^3.4.0",
|
|
54
|
-
"eslint-plugin-standard": "^3.0.1",
|
|
55
|
-
"eventsource-polyfill": "^0.9.6",
|
|
56
|
-
"express": "^4.13.3",
|
|
57
|
-
"extract-text-webpack-plugin": "^3.0.2",
|
|
58
|
-
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
59
|
-
"file-loader": "^0.8.4",
|
|
60
|
-
"filemanager-webpack-plugin": "^2.0.5",
|
|
61
|
-
"function-bind": "^1.0.2",
|
|
62
|
-
"html-webpack-plugin": "^2.8.1",
|
|
63
|
-
"http-proxy-middleware": "^0.11.0",
|
|
64
|
-
"inject-loader": "^2.0.1",
|
|
65
|
-
"isparta-loader": "^2.0.0",
|
|
66
|
-
"jasmine-core": "^2.4.1",
|
|
67
|
-
"jquery": "^3.3.1",
|
|
68
|
-
"jsencrypt": "3.0.0-rc.1",
|
|
69
|
-
"json-loader": "^0.5.4",
|
|
70
|
-
"karma": "^1.4.1",
|
|
71
|
-
"karma-chrome-launcher": "^2.2.0",
|
|
72
|
-
"karma-coverage": "^1.1.1",
|
|
73
|
-
"karma-mocha": "^1.3.0",
|
|
74
|
-
"karma-sinon-chai": "^1.3.1",
|
|
75
|
-
"karma-sourcemap-loader": "^0.3.7",
|
|
76
|
-
"karma-spec-reporter": "0.0.31",
|
|
77
|
-
"karma-webpack": "^2.0.2",
|
|
78
|
-
"ldap-clients": "3.0.62",
|
|
79
|
-
"less": "^2.7.3",
|
|
80
|
-
"manage-client": "3.1.8-88",
|
|
81
|
-
"mkdirp": "^0.5.1",
|
|
82
|
-
"mocha": "^3.2.0",
|
|
83
|
-
"moment": "2.24.0",
|
|
84
|
-
"ncp": "^2.0.0",
|
|
85
|
-
"nightwatch": "^0.8.18",
|
|
86
|
-
"qrcodejs2": "0.0.2",
|
|
87
|
-
"rimraf": "^2.5.0",
|
|
88
|
-
"selenium-server": "2.52.0",
|
|
89
|
-
"sinon": "^2.1.0",
|
|
90
|
-
"sinon-chai": "^2.8.0",
|
|
91
|
-
"style": "0.0.3",
|
|
92
|
-
"style-loader": "^0.20.3",
|
|
93
|
-
"system-clients": "3.2.61",
|
|
94
|
-
"url-loader": "^0.5.7",
|
|
95
|
-
"vue-clipboard2": "0.3.1",
|
|
96
|
-
"vue-hot-reload-api": "^1.2.0",
|
|
97
|
-
"vue-html-loader": "^1.0.0",
|
|
98
|
-
"vue-loader": "^8.2.1",
|
|
99
|
-
"vue-resource": "^1.5.0",
|
|
100
|
-
"vue-router": "^0.7.13",
|
|
101
|
-
"vue-strap": "^1.0.9",
|
|
102
|
-
"vue-style-loader": "^1.0.0",
|
|
103
|
-
"vue-validator": "2.1.7",
|
|
104
|
-
"webpack": "^3.12.0",
|
|
105
|
-
"webpack-dev-middleware": "^1.4.0",
|
|
106
|
-
"webpack-hot-middleware": "^2.6.0",
|
|
107
|
-
"webpack-merge": "^0.8.3",
|
|
108
|
-
"webpack-parallel-uglify-plugin": "^1.0.0",
|
|
109
|
-
"weixin-js-sdk": "^1.2.0"
|
|
110
|
-
},
|
|
111
|
-
"keywords": [
|
|
112
|
-
"selling-clients"
|
|
113
|
-
],
|
|
114
|
-
"author": "张桥",
|
|
115
|
-
"license": "ISC",
|
|
116
|
-
"directories": {
|
|
117
|
-
"example": "examples",
|
|
118
|
-
"test": "test"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "sale-client",
|
|
3
|
+
"version": "3.6.256",
|
|
4
|
+
"description": "收费模块前台组件",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"example": "node build/example-server.js",
|
|
8
|
+
"dev": "webpack-dev-server --config ./build/dev-server.js",
|
|
9
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
10
|
+
"unit": "karma start test/unit/karma.conf.js",
|
|
11
|
+
"build": "rimraf lib && mkdirp lib && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
12
|
+
"e2e": "node test/e2e/runner.js",
|
|
13
|
+
"release": "bash build/release.sh"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://gitee.com/aote/product.git"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"crypto-js": "^4.1.1",
|
|
21
|
+
"examples": "^0.1.0",
|
|
22
|
+
"js-file-download": "0.4.12",
|
|
23
|
+
"less-loader": "^2.2.3",
|
|
24
|
+
"qrcodejs2": "0.0.2",
|
|
25
|
+
"vue": "^1.0.17",
|
|
26
|
+
"webpack-dev-server": "^2.11.5",
|
|
27
|
+
"vue-client": "1.24.137",
|
|
28
|
+
"yarn": "^1.22.10"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"address-client": "3.2.56",
|
|
32
|
+
"axios": "0.15.3",
|
|
33
|
+
"babel-core": "^6.0.0",
|
|
34
|
+
"babel-loader": "^6.0.0",
|
|
35
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
|
36
|
+
"babel-preset-es2015": "^6.0.0",
|
|
37
|
+
"babel-preset-stage-2": "^6.0.0",
|
|
38
|
+
"chai": "^3.5.0",
|
|
39
|
+
"co": "^4.6.0",
|
|
40
|
+
"compression-webpack-plugin": "1.1.2",
|
|
41
|
+
"connect-history-api-fallback": "^1.1.0",
|
|
42
|
+
"cross-env": "^1.0.7",
|
|
43
|
+
"cross-spawn": "^2.1.5",
|
|
44
|
+
"css-loader": "^0.23.0",
|
|
45
|
+
"echarts": "^4.1.0",
|
|
46
|
+
"eslint": "^3.19.0",
|
|
47
|
+
"eslint-config-standard": "^10.2.1",
|
|
48
|
+
"eslint-friendly-formatter": "^3.0.0",
|
|
49
|
+
"eslint-loader": "^1.7.1",
|
|
50
|
+
"eslint-plugin-html": "^3.0.0",
|
|
51
|
+
"eslint-plugin-import": "^2.7.0",
|
|
52
|
+
"eslint-plugin-node": "^5.2.0",
|
|
53
|
+
"eslint-plugin-promise": "^3.4.0",
|
|
54
|
+
"eslint-plugin-standard": "^3.0.1",
|
|
55
|
+
"eventsource-polyfill": "^0.9.6",
|
|
56
|
+
"express": "^4.13.3",
|
|
57
|
+
"extract-text-webpack-plugin": "^3.0.2",
|
|
58
|
+
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
59
|
+
"file-loader": "^0.8.4",
|
|
60
|
+
"filemanager-webpack-plugin": "^2.0.5",
|
|
61
|
+
"function-bind": "^1.0.2",
|
|
62
|
+
"html-webpack-plugin": "^2.8.1",
|
|
63
|
+
"http-proxy-middleware": "^0.11.0",
|
|
64
|
+
"inject-loader": "^2.0.1",
|
|
65
|
+
"isparta-loader": "^2.0.0",
|
|
66
|
+
"jasmine-core": "^2.4.1",
|
|
67
|
+
"jquery": "^3.3.1",
|
|
68
|
+
"jsencrypt": "3.0.0-rc.1",
|
|
69
|
+
"json-loader": "^0.5.4",
|
|
70
|
+
"karma": "^1.4.1",
|
|
71
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
72
|
+
"karma-coverage": "^1.1.1",
|
|
73
|
+
"karma-mocha": "^1.3.0",
|
|
74
|
+
"karma-sinon-chai": "^1.3.1",
|
|
75
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
76
|
+
"karma-spec-reporter": "0.0.31",
|
|
77
|
+
"karma-webpack": "^2.0.2",
|
|
78
|
+
"ldap-clients": "3.0.62",
|
|
79
|
+
"less": "^2.7.3",
|
|
80
|
+
"manage-client": "3.1.8-88",
|
|
81
|
+
"mkdirp": "^0.5.1",
|
|
82
|
+
"mocha": "^3.2.0",
|
|
83
|
+
"moment": "2.24.0",
|
|
84
|
+
"ncp": "^2.0.0",
|
|
85
|
+
"nightwatch": "^0.8.18",
|
|
86
|
+
"qrcodejs2": "0.0.2",
|
|
87
|
+
"rimraf": "^2.5.0",
|
|
88
|
+
"selenium-server": "2.52.0",
|
|
89
|
+
"sinon": "^2.1.0",
|
|
90
|
+
"sinon-chai": "^2.8.0",
|
|
91
|
+
"style": "0.0.3",
|
|
92
|
+
"style-loader": "^0.20.3",
|
|
93
|
+
"system-clients": "3.2.61",
|
|
94
|
+
"url-loader": "^0.5.7",
|
|
95
|
+
"vue-clipboard2": "0.3.1",
|
|
96
|
+
"vue-hot-reload-api": "^1.2.0",
|
|
97
|
+
"vue-html-loader": "^1.0.0",
|
|
98
|
+
"vue-loader": "^8.2.1",
|
|
99
|
+
"vue-resource": "^1.5.0",
|
|
100
|
+
"vue-router": "^0.7.13",
|
|
101
|
+
"vue-strap": "^1.0.9",
|
|
102
|
+
"vue-style-loader": "^1.0.0",
|
|
103
|
+
"vue-validator": "2.1.7",
|
|
104
|
+
"webpack": "^3.12.0",
|
|
105
|
+
"webpack-dev-middleware": "^1.4.0",
|
|
106
|
+
"webpack-hot-middleware": "^2.6.0",
|
|
107
|
+
"webpack-merge": "^0.8.3",
|
|
108
|
+
"webpack-parallel-uglify-plugin": "^1.0.0",
|
|
109
|
+
"weixin-js-sdk": "^1.2.0"
|
|
110
|
+
},
|
|
111
|
+
"keywords": [
|
|
112
|
+
"selling-clients"
|
|
113
|
+
],
|
|
114
|
+
"author": "张桥",
|
|
115
|
+
"license": "ISC",
|
|
116
|
+
"directories": {
|
|
117
|
+
"example": "examples",
|
|
118
|
+
"test": "test"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
@@ -38,6 +38,15 @@
|
|
|
38
38
|
:options='userstates' :placeholder="getConfigPlaceholder('f_user_state','客户状态')"
|
|
39
39
|
close-on-select></v-select>
|
|
40
40
|
</div>
|
|
41
|
+
<div class="col-sm-4 form-group" style="" >
|
|
42
|
+
<label for="f_uservent_date" class="font_normal_body"> {{getConfigLabelName('f_uservent_date','通气日期')}}</label>
|
|
43
|
+
<datepicker style="width:60%" placeholder="用户通气日期"
|
|
44
|
+
v-model="baseinfo.base.f_uservent_date"
|
|
45
|
+
v-ref:f_uservent_date
|
|
46
|
+
:value.sync="baseinfo.base.f_uservent_date"
|
|
47
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
|
48
|
+
></datepicker>
|
|
49
|
+
</div>
|
|
41
50
|
</div>
|
|
42
51
|
<div class="row">
|
|
43
52
|
<div style="" class="col-sm-4 form-group" v-if="getConfigShowItem('f_credentials')">
|
|
@@ -223,6 +232,20 @@
|
|
|
223
232
|
:placeholder="getConfigPlaceholder('f_olduserinfo_code','档案编号')">
|
|
224
233
|
</div>
|
|
225
234
|
</div>
|
|
235
|
+
<div >
|
|
236
|
+
<div class="col-sm-4 form-group"
|
|
237
|
+
v-show="(formconfig && formconfig.f_gas_pointsnumber && formconfig.f_gas_pointsnumber.required) || !onlyshowmust"
|
|
238
|
+
:class="[$v.f_gas_pointsnumber.dctest ? 'has-error' : '']" v-if="getConfigShowItem('f_people_num')">
|
|
239
|
+
<label for="f_people_num" style="letter-spacing: 0.5em;margin-right: -0.5em" class="font_normal_body w3">{{getConfigLabelName('f_gas_pointsnumber','用气点数量')}}</label>
|
|
240
|
+
<v-select id="f_people_num" :value.sync="baseinfo.base.f_gas_pointsnumber"
|
|
241
|
+
v-model="baseinfo.base.f_gas_pointsnumber"
|
|
242
|
+
:value-single="true"
|
|
243
|
+
:options='pointsnums'
|
|
244
|
+
:placeholder="getConfigPlaceholder('f_gas_pointsnumber','用气点数量')"
|
|
245
|
+
style="width: 65%"
|
|
246
|
+
close-on-select></v-select>
|
|
247
|
+
</div>
|
|
248
|
+
</div>
|
|
226
249
|
<div class="row">
|
|
227
250
|
<div style="" class="col-sm-12 form-group" v-if="getConfigShowItem('f_comments')"
|
|
228
251
|
v-show="(formconfig && formconfig.f_comments && formconfig.f_comments.required) || !onlyshowmust"
|
|
@@ -339,6 +362,7 @@
|
|
|
339
362
|
userstates: this.$appdata.getParam('用户状态'),
|
|
340
363
|
mgq: this.$appdata.getParam('是否煤改气'),
|
|
341
364
|
peopleMax: this.$appdata.getSingleValue('最大人口数'),
|
|
365
|
+
pointsMax: this.$appdata.getSingleValue('最大用气点数量'),
|
|
342
366
|
costtype: this.$appdata.getParam('付款类型'),
|
|
343
367
|
usernature: this.$appdata.getParam('用户性质'),
|
|
344
368
|
userlevel: this.$appdata.getParam('用户等级'),
|
|
@@ -466,6 +490,17 @@
|
|
|
466
490
|
nums.push(temp)
|
|
467
491
|
}
|
|
468
492
|
return nums
|
|
493
|
+
},
|
|
494
|
+
pointsnums () {
|
|
495
|
+
let pointsMax = this.$appdata.getSingleValue('最大用气点数量') ? this.$appdata.getSingleValue('最大用气点数量') : 10
|
|
496
|
+
let nums = []
|
|
497
|
+
for (let i = 1; i <= pointsMax; i++) {
|
|
498
|
+
let temp = {}
|
|
499
|
+
temp.label = i
|
|
500
|
+
temp.value = i
|
|
501
|
+
nums.push(temp)
|
|
502
|
+
}
|
|
503
|
+
return nums
|
|
469
504
|
}
|
|
470
505
|
},
|
|
471
506
|
events: {
|
|
@@ -273,6 +273,8 @@ export default {
|
|
|
273
273
|
limitShow: false,
|
|
274
274
|
limit_gas: null,
|
|
275
275
|
peopleNum: this.$appdata.getSingleValue('默认人口'),
|
|
276
|
+
pointsNum: this.$appdata.getSingleValue('默认用气点'),
|
|
277
|
+
kitchenType: this.$appdata.getSingleValue('默认厨房类型'),
|
|
276
278
|
blodid: '', // 附件的临时id
|
|
277
279
|
defaultMeterInfo: '', // 默认的表具信息
|
|
278
280
|
fileSaveData: {
|
|
@@ -384,6 +386,12 @@ export default {
|
|
|
384
386
|
this.data.oldaddressinfo = this.oldAddress
|
|
385
387
|
this.data.hasnumber = this.config.hasnumber
|
|
386
388
|
this.data.limit_gas = this.limit_gas
|
|
389
|
+
let fileLength = this.$refs.upload.fileInfoData.length
|
|
390
|
+
debugger
|
|
391
|
+
if (this.data.baseinfo.base.f_kitchen_type === '暗厨房' && fileLength === 0) {
|
|
392
|
+
this.$showAlert('暗厨房需上传附件!', 'danger', 0)
|
|
393
|
+
return
|
|
394
|
+
};
|
|
387
395
|
if (this.f_filialeid && this.f_filialeid != '') {
|
|
388
396
|
this.data.f_filialeid = this.f_filialeid
|
|
389
397
|
} else {
|
|
@@ -514,6 +522,8 @@ export default {
|
|
|
514
522
|
this.data.baseinfo.base.f_paper_type = this.data.baseinfo.base.f_paper_type ? [this.data.baseinfo.base.f_paper_type] : '电子发票'
|
|
515
523
|
this.data.baseinfo.bank.f_bank_name = this.data.baseinfo.bank.f_bank_name ? [this.data.baseinfo.bank.f_bank_name] : '中国银行'
|
|
516
524
|
this.data.baseinfo.base.f_people_num = this.data.baseinfo.base.f_people_num ? this.data.baseinfo.base.f_people_num : (this.peopleNum ? this.peopleNum : 0)
|
|
525
|
+
this.data.baseinfo.base.f_gas_pointsnumber = this.data.baseinfo.base.f_gas_pointsnumber ? this.data.baseinfo.base.f_gas_pointsnumber : (this.pointsNum ? this.pointsNum : 2)
|
|
526
|
+
this.data.baseinfo.base.f_kitchen_type = this.data.baseinfo.base.f_kitchen_type ? this.data.baseinfo.base.f_kitchen_type : (this.kitchenType ? this.kitchenType : '')
|
|
517
527
|
|
|
518
528
|
if (this.data.baseinfo.base.f_slice_area) {
|
|
519
529
|
this.data.baseinfo.base.f_slice_area = [this.data.baseinfo.base.f_slice_area]
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
</tr>
|
|
115
115
|
<tr>
|
|
116
116
|
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;width: 17%" >机械读数:</td>
|
|
117
|
-
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.
|
|
117
|
+
<td colspan="3" style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ model.f_base_num_machinery }}</td>
|
|
118
118
|
</tr>
|
|
119
119
|
<tr >
|
|
120
120
|
<td colspan="1" style="text-align: center;border: #E9E9E9 solid 1px;">用户满意度:</td>
|
package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferManage.vue
CHANGED
|
@@ -67,6 +67,11 @@
|
|
|
67
67
|
v-ref:payment
|
|
68
68
|
close-on-select></v-select>
|
|
69
69
|
</div>
|
|
70
|
+
<div class="col-sm-4">
|
|
71
|
+
<label id="label" for="f_transfer_fees" class="font_normal_body" title="新人口数"> 新人口数</label>
|
|
72
|
+
<input class="input_search" style="width:60%" type="number" v-model="model.f_new_people_num" placeholder="新人口数"
|
|
73
|
+
v-next-el='accopen' v-el:fees >
|
|
74
|
+
</div>
|
|
70
75
|
</div>
|
|
71
76
|
<div class="row" style="margin-top:10px;" v-if = "bankinfo">
|
|
72
77
|
<div class="col-sm-4">
|
|
@@ -94,6 +99,51 @@
|
|
|
94
99
|
placeholder="新银行账号" v-el:account>
|
|
95
100
|
</div>
|
|
96
101
|
</div>
|
|
102
|
+
<div class="row" >
|
|
103
|
+
<div class="col-sm-8 form-group">
|
|
104
|
+
<label class="font_normal_body" for="f_taxpayer_id">纳税人识别号</label>
|
|
105
|
+
<input class="input_search" placeholder="纳税人识别号" style="width:70%" type="text"
|
|
106
|
+
v-model="model.f_taxpayer_id" v-next-el="addressphone">
|
|
107
|
+
</div>
|
|
108
|
+
<div class="col-sm-4 form-group">
|
|
109
|
+
<label class="font_normal_body" for="f_paper_name">名  称</label>
|
|
110
|
+
<input class="input_search" placeholder="名称" style="width:60%" type="text" v-el:papername
|
|
111
|
+
v-model="model.f_paper_name" v-next-el="paperaccount">
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
<div class="row">
|
|
115
|
+
<div class="col-sm-8 form-group">
|
|
116
|
+
<label class="font_normal_body" for="f_address_phone">地址电话  </label>
|
|
117
|
+
<input class="input_search" placeholder="地址-电话" style="width:70%" type="text" v-el:addressphone
|
|
118
|
+
v-model="model.f_address_phone" v-next-el="papername">
|
|
119
|
+
</div>
|
|
120
|
+
<div class="col-sm-4 form-group">
|
|
121
|
+
<label class="font_normal_body" for="f_paper_type">票据类型</label>
|
|
122
|
+
<v-select :options='papertype'
|
|
123
|
+
:value-single="true"
|
|
124
|
+
:value.sync="model.f_paper_type" close-on-select
|
|
125
|
+
placeholder='票据类型'></v-select>
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
<div class="row">
|
|
129
|
+
<div class="col-sm-8 form-group">
|
|
130
|
+
<label class="font_normal_body " for="f_paper_account">开户行及账号</label>
|
|
131
|
+
<input class="input_search" placeholder="银行名称" style="width:70%" type="text" v-el:paperaccount
|
|
132
|
+
v-model="model.f_paper_account">
|
|
133
|
+
</div>
|
|
134
|
+
<div class="col-sm-4 form-group">
|
|
135
|
+
<label class="font_normal_body" for="f_contact_user">联系人名</label>
|
|
136
|
+
<input class="input_search" placeholder="联系人姓名" style="width:60%" type="text" v-el:contactuser
|
|
137
|
+
v-model="model.f_contact_user" >
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
140
|
+
<div class="row">
|
|
141
|
+
<div class="col-sm-8 form-group">
|
|
142
|
+
<label class="font_normal_body " for="f_paper_account">推送票据邮箱</label>
|
|
143
|
+
<input class="input_search" placeholder="推送票据邮箱" style="width:70%" type="text" v-el:f_email
|
|
144
|
+
v-model="model.f_email">
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
97
147
|
<div class="row" style="margin-top:10px;">
|
|
98
148
|
|
|
99
149
|
<div class="col-sm-12">
|
|
@@ -222,6 +272,14 @@
|
|
|
222
272
|
f_newbank_accopen: '',
|
|
223
273
|
f_newuser_name: '',
|
|
224
274
|
f_newidnumber: '',
|
|
275
|
+
f_new_people_num: 4,
|
|
276
|
+
f_address_phone: '',
|
|
277
|
+
f_paper_type: '',
|
|
278
|
+
f_paper_account: '',
|
|
279
|
+
f_email: '',
|
|
280
|
+
f_contact_user: '',
|
|
281
|
+
f_paper_name: '',
|
|
282
|
+
f_taxpayer_id: '',
|
|
225
283
|
f_newbank_name: ''
|
|
226
284
|
},
|
|
227
285
|
transferdata: {
|
|
@@ -252,6 +310,7 @@
|
|
|
252
310
|
banknames: this.$appdata.getParam('银行名称'),
|
|
253
311
|
costtypes: this.$appdata.getParam('缴费类型'),
|
|
254
312
|
payments: this.$appdata.getParam('付款方式'),
|
|
313
|
+
papertype: this.$appdata.getParam('票据类型'),
|
|
255
314
|
printstyle: this.$appdata.getParam('打印格式'),
|
|
256
315
|
credentials: this.$appdata.getParam('证件类型'),
|
|
257
316
|
loaduserflag :false,
|
|
@@ -260,6 +319,13 @@
|
|
|
260
319
|
ready () {
|
|
261
320
|
this.model.f_print = [this.config.printType]
|
|
262
321
|
this.blodid = this.row.f_userinfo_id
|
|
322
|
+
this.model.f_taxpayer_id = this.row.f_taxpayer_id
|
|
323
|
+
this.model.f_address_phone = this.row.f_address_phone
|
|
324
|
+
this.model.f_paper_name = this.row.f_paper_name
|
|
325
|
+
this.model.f_paper_account = this.row.f_paper_account
|
|
326
|
+
this.model.f_paper_type = this.row.f_paper_type
|
|
327
|
+
this.model.f_email = this.row.f_email
|
|
328
|
+
this.model.f_contact_user = this.row.f_contact_user
|
|
263
329
|
asyncTransferManage(this)
|
|
264
330
|
this.getRandomId()
|
|
265
331
|
},
|
|
@@ -306,6 +372,14 @@
|
|
|
306
372
|
f_contract_id: this.model.f_contract_id ? this.model.f_contract_id : '',
|
|
307
373
|
f_cost_type: this.model.f_paymenttype[0],
|
|
308
374
|
version: this.row.userinfo_version,
|
|
375
|
+
f_taxpayer_id: this.model.f_taxpayer_id,
|
|
376
|
+
f_address_phone: this.model.f_address_phone,
|
|
377
|
+
f_paper_name: this.model.f_paper_name,
|
|
378
|
+
f_paper_account: this.model.f_paper_account,
|
|
379
|
+
f_email: this.model.f_email,
|
|
380
|
+
f_paper_type: this.model.f_paper_type,
|
|
381
|
+
f_contact_user: this.model.f_contact_user,
|
|
382
|
+
f_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
309
383
|
infobank: {
|
|
310
384
|
f_userinfo_id: this.row.f_userinfo_id,
|
|
311
385
|
f_bank_name: this.model.f_newbank_name[0],
|
|
@@ -340,6 +414,13 @@
|
|
|
340
414
|
f_serial_number: this.model.f_serial_number ? this.model.f_serial_number : '',
|
|
341
415
|
f_userfiles_id: this.row.f_userfiles_id ? this.row.f_userfiles_id : '',
|
|
342
416
|
f_user_name: this.row.f_user_name,
|
|
417
|
+
f_taxpayer_id: this.row.f_taxpayer_id,
|
|
418
|
+
f_address_phone: this.row.f_address_phone,
|
|
419
|
+
f_paper_name: this.row.f_paper_name,
|
|
420
|
+
f_paper_account: this.row.f_paper_account,
|
|
421
|
+
f_email: this.row.f_email,
|
|
422
|
+
f_paper_type: this.row.f_paper_type,
|
|
423
|
+
f_contact_user: this.row.f_contact_user,
|
|
343
424
|
f_user_phone: this.row.f_user_phone ? this.row.f_user_phone : '',
|
|
344
425
|
f_idnumber: this.row.f_idnumber ? this.row.f_idnumber : '',
|
|
345
426
|
f_credentials: this.row.f_credentials ? this.row.f_credentials : '',
|
|
@@ -359,6 +440,15 @@
|
|
|
359
440
|
f_bank_idnumber: this.row.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
360
441
|
f_newbank_idnumber: this.model.f_bank_idnumber ? this.model.f_bank_idnumber : '',
|
|
361
442
|
f_transfer_fees: this.model.f_transfer_fees ? this.model.f_transfer_fees : 0,
|
|
443
|
+
f_old_people_num: this.row.f_people_num ? this.row.f_people_num : 0,
|
|
444
|
+
f_new_people_num: this.model.f_new_people_num ? this.model.f_new_people_num : 0,
|
|
445
|
+
f_newtaxpayer_id: this.model.f_taxpayer_id,
|
|
446
|
+
f_newaddress_phone: this.model.f_address_phone,
|
|
447
|
+
f_newpaper_name: this.model.f_paper_name,
|
|
448
|
+
f_newpaper_account: this.model.f_paper_account,
|
|
449
|
+
f_newemail: this.model.f_email,
|
|
450
|
+
f_newpaper_type: this.model.f_paper_type,
|
|
451
|
+
f_newcontact_user: this.model.f_contact_user,
|
|
362
452
|
f_comments: this.model.f_comments ? this.model.f_comments : '',
|
|
363
453
|
f_operat_type: '过户',
|
|
364
454
|
f_describe: this.$login.f.name + '对用户' + this.row.f_user_name + '进行过户',
|
|
@@ -352,7 +352,7 @@ export default {
|
|
|
352
352
|
},
|
|
353
353
|
async confirm () {
|
|
354
354
|
console.log('haunbiao', this.$refs.uploadfile.fileInfoData)
|
|
355
|
-
if (this.$refs.uploadfile.fileInfoData && this.$refs.uploadfile.fileInfoData.length >
|
|
355
|
+
if (this.$refs.uploadfile.fileInfoData && this.$refs.uploadfile.fileInfoData.length > 1) {
|
|
356
356
|
console.log('haunbiao', this.$refs.uploadfile.fileInfoData)
|
|
357
357
|
} else {
|
|
358
358
|
this.$showMessage(`换表请上传新旧表图片`)
|
|
@@ -669,7 +669,7 @@ export default {
|
|
|
669
669
|
console.log('获取到的欠费记录', books)
|
|
670
670
|
this.books = books
|
|
671
671
|
// 如果是机表验证是否有欠费
|
|
672
|
-
if ((this.row.f_balance - 0) < 0) {
|
|
672
|
+
if ((this.row.f_balance - 0) < 0 || this.books.data.length > 0) {
|
|
673
673
|
this.$showAlert('该表有欠费,请到机表缴费界面进行缴费', 'warning', 3000)
|
|
674
674
|
this.$dispatch('button-specifies', {name: '机表收费', value: 'machine-charge'}, this.row)
|
|
675
675
|
}
|