sale-client 4.3.28 → 4.3.29
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/CHANGELOG.md +4 -1
- package/package.json +1 -1
- package/src/filiale/hongYa/components/charge/business/machine/MachineMeterCenter.vue +2 -2
- package/src/filiale/hongYa/revenue/Common/Movemeter.vue +1 -1
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
v-scale = "[data.f_pregas, 2]" disabled>
|
|
48
48
|
</div>
|
|
49
49
|
<div class="col-sm-4 form-group">
|
|
50
|
-
<label for="f_preamount" class="font_normal_body"
|
|
50
|
+
<label for="f_preamount" class="font_normal_body">用气金额</label>
|
|
51
51
|
<input class="input_search" style="width:60%" style="width:60%" type="number" v-model="data.f_preamount"
|
|
52
52
|
v-scale = "[data.f_preamount, 2]"
|
|
53
|
-
placeholder="
|
|
53
|
+
placeholder="用气金额" disabled>
|
|
54
54
|
</div>
|
|
55
55
|
|
|
56
56
|
<div class="col-sm-4 form-group">
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
this.sliceArea = []
|
|
276
276
|
let getAllArea = await this.$resetpost('/api/af-revenue/logic/getZoneByKeys', {
|
|
277
277
|
orgId: this.f_filialeids
|
|
278
|
-
}, {rejectMsg:
|
|
278
|
+
}, {rejectMsg: '获取片区失败', resolveMsg: null})
|
|
279
279
|
let arr = getAllArea.data
|
|
280
280
|
arr.forEach((res) => {
|
|
281
281
|
this.sliceArea.push({label: res.label, value: {name: res.label, code: res.value}})
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|