sale-client 3.6.555 → 3.6.556

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.
@@ -1,2 +1,2 @@
1
- #Tue Jun 17 11:29:38 CST 2025
1
+ #Wed Jun 25 17:54:33 CST 2025
2
2
  gradle.version=5.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.555",
3
+ "version": "3.6.556",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -51,7 +51,7 @@
51
51
  <div class="form-group"
52
52
  :class="{'col-sm-2':!$parent.$parent.$parent.isdetail,'col-sm-4':$parent.$parent.$parent.isdetail}">
53
53
  <label class="font_normal_body">用气性质</label>
54
- <v-select :value.sync="model.f_user_type" v-model="model.f_gasproperties"
54
+ <v-select :value.sync="model.f_gasproperties" v-model="model.f_gasproperties"
55
55
  :options='$parent.$parent.gasproperties' placeholder='用气性质'
56
56
  condition="f_gasproperties = '{}'"
57
57
  close-on-select></v-select>
@@ -27,6 +27,7 @@
27
27
  </button>
28
28
  <button class="button_search button_spacing" style="width: 90px" @click="$parent.$parent.createInfoForFile()">批量建档
29
29
  </button>
30
+ <button class="button_search button_spacing" @click="$parent.$parent.downloadFiles()">模板下载
30
31
  <button @click="$parent.$parent.importFile" class="button_export button_spacing"
31
32
  style="float: right" v-if="false">导入
32
33
  </button>
@@ -449,6 +450,10 @@ let loadParamGem = async function (self) {
449
450
  }
450
451
  },
451
452
  methods: {
453
+ downloadFiles(){
454
+ let downurl='rs/downloadfile/file?filename=预备户批量建档导入Excel模板_铜川';
455
+ this.$downFile(downurl,'预备户批量建档导入Excel模板_铜川.xlsx')
456
+ },
452
457
  progressclose(){
453
458
  if(this.timer != null){
454
459
  clearInterval(this.timer);
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/bayan/sale'
5
+ import FilialeSale from './filiale/gehua/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
Binary file