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.
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
- package/src/filiale/gehua/handAccount/handList.vue +1 -1
- package/src/filiale/tongchuan/filemanagenew/FileUserFiles.vue +5 -0
- package/src/main.js +1 -1
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/file-system.probe +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Wed Jun 25 17:54:33 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
package/package.json
CHANGED
|
@@ -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.
|
|
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/
|
|
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'
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|