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/.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>
@@ -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://192.168.50.67:31567/', 'http://127.0.0.1:9026/']
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.141",
3
+ "version": "4.2.143",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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.f_unitprice*row.f_number}}</th>
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="rs/file/uploadFile" tagname="确定" multiple v-ref:file></file-upload>
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.f_downloadpath,
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/hongYa/sale'
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'
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Tue Dec 30 10:04:44 CST 2025
2
- gradle.version=5.2.1
Binary file
File without changes