sale-client 4.2.60 → 4.2.61
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/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/{buildOutputCleanup/outputFiles.bin → 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/{5.2.1 → 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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/.gradle/file-system.probe +0 -0
- package/package.json +1 -1
- package/src/filiale/jinhong/CardMeterCenterInner.vue +2 -3
- package/src/filiale/ruihua/FilesManage/MeterinfoTest.vue +8 -8
- package/src/main.js +1 -1
- package/.gradle/5.2.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.2.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/5.2.1/fileContent/fileContent.lock +0 -0
- package/build/libs/SaleClient-V3-3.1.1-11.jar +0 -0
- package/build/tmp/jar/MANIFEST.MF +0 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/.gradle/{buildOutputCleanup/outputFiles.bin → 8.5/executionHistory/executionHistory.bin}
RENAMED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Fri Sep 26 18:11:39 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<div class="col-sm-4" v-if="row.f_collection_type == '按气量'"
|
|
18
18
|
:class="[$v.f_pregas.required || $v.f_pregas.dctest? 'has-error' : 'has-success']">
|
|
19
19
|
<label for="f_pregas" class=" font_normal_body">*预购气量</label>
|
|
20
|
-
<input class="input_search" style="width:60%" type="number"
|
|
20
|
+
<input class="input_search" style="width:60%" type="number"
|
|
21
21
|
@blur="pregas()" v-model="model.f_pregas" v-el:fpregas
|
|
22
22
|
v-validate:f_pregas='{required: true, dctest: [maxgas, "<=" ]}' placeholder="预购气量"
|
|
23
23
|
v-scale="[model.f_pregas, row.f_gas_decimal||4 ]"
|
|
@@ -28,14 +28,13 @@
|
|
|
28
28
|
<input class="input_search" style="width:60%" type="number" v-el:fpregas
|
|
29
29
|
@keyup.enter="pregas('enter')" @blur="pregas()" v-model="model.f_pregas" placeholder="预购气量"
|
|
30
30
|
v-scale="[model.f_pregas, row.f_gas_decimal||4 ]"
|
|
31
|
-
v-next-el='fcollection'
|
|
31
|
+
v-next-el='fcollection' />
|
|
32
32
|
</div>
|
|
33
33
|
<div class="col-sm-4"
|
|
34
34
|
:class="[$v.f_preamount.required || $v.f_preamount.dctest || model.f_preamount === 0 ? 'has-error' : 'has-success']">
|
|
35
35
|
<label for="f_pregas" class=" font_normal_body">*预购金额</label>
|
|
36
36
|
<input class="input_search" style="width:60%" type="number"
|
|
37
37
|
@blur="preamount()" v-model="model.f_preamount"
|
|
38
|
-
:disabled="config.calculatePreByCollection"
|
|
39
38
|
v-scale="[model.f_preamount, row.f_fee_decimal||4 ]"
|
|
40
39
|
v-validate:f_preamount='{required: true, dctest: [maxmoney, "<=" ]}' placeholder="预购金额">
|
|
41
40
|
</div><!--
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
v-model='row.gasmodel' :disabled="row.gasbrand.length === 0" v-ref:model></v-select>
|
|
23
23
|
</div>
|
|
24
24
|
|
|
25
|
-
<div class="col-sm-4 form-group"
|
|
25
|
+
<div class="col-sm-4 form-group" :class="[$m.f_meternumber.required ? 'has-error' : '']">
|
|
26
26
|
<label for="f_meternumber" class="font_normal_body"> 表  号</label>
|
|
27
27
|
<input type="text" class="input_search" style="width:60%" v-model="row.f_meternumber"
|
|
28
28
|
@blur="meternumberValidate()" placeholder='表号' v-validate:f_meternumber='{required: true }'
|
|
29
|
-
v-next-el="{id: 'metertitles'}" :disabled="meterNumberDisabled && meterChangeDisabled">
|
|
30
|
-
</div>
|
|
31
|
-
<div class="col-sm-4 form-group" v-else>
|
|
32
|
-
<label for="f_meternumber" class="font_normal_body"> 表  号</label>
|
|
33
|
-
<input type="text" class="input_search" style="width:60%" v-model="row.f_meternumber"
|
|
34
|
-
@blur="meternumberValidate()" placeholder='表号'
|
|
35
|
-
v-next-el="{id: 'metertitles'}">
|
|
29
|
+
v-next-el="{id: 'metertitles'}" :disabled="isiot&&(meterNumberDisabled && meterChangeDisabled)">
|
|
36
30
|
</div>
|
|
31
|
+
<!-- <div class="col-sm-4 form-group" v-else>-->
|
|
32
|
+
<!-- <label for="f_meternumber" class="font_normal_body"> 表  号</label>-->
|
|
33
|
+
<!-- <input type="text" class="input_search" style="width:60%" v-model="row.f_meternumber"-->
|
|
34
|
+
<!-- @blur="meternumberValidate()" placeholder='表号'-->
|
|
35
|
+
<!-- v-next-el="{id: 'metertitles'}">-->
|
|
36
|
+
<!-- </div>-->
|
|
37
37
|
<div class="col-sm-4 form-group" :class="[$m.f_defendcard.required ? 'has-error' : '']"
|
|
38
38
|
v-show="(formconfig && formconfig.f_defendcard && formconfig.f_defendcard.required) || !onlyshowmust"
|
|
39
39
|
v-if="getConfigShowItem('f_defendcard',false)">
|
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/jinhong/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
|
|
Binary file
|
|
Binary file
|