sale-client 4.2.45 → 4.2.47

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.
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Sat Sep 13 14:19:54 CST 2025
2
+ gradle.version=5.2.1
Binary file
File without changes
@@ -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://192.168.50.67:31567/']
4
+ const [ serverRul, localUrl ] = ['http://123.57.3.66:31467/', 'http://123.57.3.66:31467/']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -50,14 +50,17 @@ var devConfig = {
50
50
  '/rs/pay': {
51
51
  target: 'http://localhost:8080'
52
52
  },
53
- '/api/af-revenue': {
54
- pathRewrite: {
55
- '/api/af-revenue': '/af-revenue'
56
- },
57
- target: "http://localhost:8080"
58
- },
53
+ // '/api/af-revenue': {
54
+ // pathRewrite: {
55
+ // '/api/af-revenue': '/af-revenue'
56
+ // },
57
+ // target: "http://localhost:8080"
58
+ // },
59
59
  '/api': {
60
- target: serverRul
60
+ target: serverRul,
61
+ pathRewrite: {
62
+ '/api/af-revenue': '/singlepage/rs'
63
+ }
61
64
  },
62
65
  '/rs': {
63
66
  target: serverRul
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.45",
3
+ "version": "4.2.47",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -657,8 +657,7 @@ let loadParamGem = async function (self) {
657
657
  async openBatchModal() {
658
658
  let rowdata = this.$refs.paged.$refs.grid.getRowData()
659
659
  if (rowdata.length <= 0) {
660
- this.$showMessage('请至少选择一个表具!')
661
- return
660
+ this.$showMessage('不选择具体档案将批量修改所有满足条件的档案!')
662
661
  }
663
662
  const getAdjustables = await this.$resetpost('api/af-revenue/sql/singleTable_OrderBy',{
664
663
  data: {
@@ -681,6 +680,10 @@ let loadParamGem = async function (self) {
681
680
  f_adjustable_id: this.f_adjustable_id,
682
681
  f_userfiles_ids: userfilesIds
683
682
  }
683
+ if (rowdata.length <= 0) {
684
+ console.log('查看条件', this.model.condition)
685
+ model.condition = this.model.condition
686
+ }
684
687
  await this.$resetpost('api/af-revenue/logic/batchModifyAdjustables', model, {
685
688
  resolveMsg: null,
686
689
  rejectMsg: '批量修改调压箱失败'
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/yuncheng/sale'
5
+ import FilialeSale from './filiale/qingjian/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'