sale-client 4.2.141 → 4.2.143
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/.project +0 -6
- package/build/dev-server.js +1 -7
- package/package.json +1 -1
- package/src/components/common/userinfo_detail/ic_detail/OtherChargeQueryUser.vue +1 -1
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +2 -2
- package/src/main.js +1 -1
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
|
Binary file
|
package/.project
CHANGED
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
<projects>
|
|
6
6
|
</projects>
|
|
7
7
|
<buildSpec>
|
|
8
|
-
<buildCommand>
|
|
9
|
-
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
10
|
-
<arguments>
|
|
11
|
-
</arguments>
|
|
12
|
-
</buildCommand>
|
|
13
8
|
<buildCommand>
|
|
14
9
|
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
|
15
10
|
<arguments>
|
|
@@ -17,7 +12,6 @@
|
|
|
17
12
|
</buildCommand>
|
|
18
13
|
</buildSpec>
|
|
19
14
|
<natures>
|
|
20
|
-
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
21
15
|
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
|
22
16
|
</natures>
|
|
23
17
|
<filteredResources>
|
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://123.180.154.5:31467/', 'http://123.180.154.5:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -50,12 +50,6 @@ var devConfig = {
|
|
|
50
50
|
'/rs/pay': {
|
|
51
51
|
target: 'http://localhost:8080'
|
|
52
52
|
},
|
|
53
|
-
'/api/af-revenue': {
|
|
54
|
-
pathRewrite: {
|
|
55
|
-
'/api/af-revenue': ''
|
|
56
|
-
},
|
|
57
|
-
target: "http://localhost:9026"
|
|
58
|
-
},
|
|
59
53
|
'/api': {
|
|
60
54
|
target: serverRul
|
|
61
55
|
},
|
package/package.json
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<th style="text-align:center">{{row.f_typenumber}}</th>
|
|
68
68
|
<th style="text-align:center">{{row.f_number}}</th>
|
|
69
69
|
<th style="text-align:center">{{row.f_unitprice}}</th>
|
|
70
|
-
<th style="text-align:center">{{row.
|
|
70
|
+
<th style="text-align:center">{{row.f_collection.toFixed(2)}}</th>
|
|
71
71
|
<th style="text-align:center">{{row.f_operator}}</th>
|
|
72
72
|
<th style="text-align:center">{{row.f_operate_date}}</th>
|
|
73
73
|
<td style="text-align: center;">{{row.f_state}}</td>
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
</div>
|
|
290
290
|
<modal :show.sync="batchMeterShow" width="570px" title="文件导入" v-ref:modal large backdrop="false">
|
|
291
291
|
<article slot="modal-body" class="modal-body">
|
|
292
|
-
<file-upload class="my-file-uploader col-sm-9" name="meterNUmberUploadFile" action="
|
|
292
|
+
<file-upload class="my-file-uploader col-sm-9" name="meterNUmberUploadFile" action="api/af-revenue/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
|
|
293
293
|
</article>
|
|
294
294
|
<footer slot="modal-footer" class="modal-footer">
|
|
295
295
|
</footer>
|
|
@@ -485,7 +485,7 @@ import axios from 'axios'
|
|
|
485
485
|
'onFileUpload': async function (file, res) {
|
|
486
486
|
this.iswork = true
|
|
487
487
|
let param = {
|
|
488
|
-
filepath: res.
|
|
488
|
+
filepath: res.f_realpath,
|
|
489
489
|
importJson: this.importJson,
|
|
490
490
|
logicName: this.logicName,
|
|
491
491
|
f_operator: this.$login.f.name,
|
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/meihekou/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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|