sale-client 3.6.563 → 3.6.564
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.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 +1 -1
- package/.gradle/file-system.probe +0 -0
- package/package.json +1 -1
- package/src/filiale/rongcheng/CustomerDeviceInfoTest.vue +3 -3
- package/src/filiale/shimen/GiftFee/icTable.vue +1 -1
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Mon Apr 14 10:14:01 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</div>
|
|
67
67
|
</div>
|
|
68
68
|
<div class="row auto" style="margin-left: 10px;">
|
|
69
|
-
<div class="col-sm-6 form-group" style="padding-right: 5px;" v-show="row.f_devices_type
|
|
69
|
+
<div class="col-sm-6 form-group" style="padding-right: 5px;" v-show="row.f_devices_type && row.f_devices_type.includes('报警器')">
|
|
70
70
|
<label class="font_normal_body">首校日期</label>
|
|
71
71
|
<datepicker placeholder="首校日期" style="width: 60%"
|
|
72
72
|
v-model="row.f_firstcheck_date"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
:format="'yyyy-MM-dd HH:mm:ss'">
|
|
89
89
|
</datepicker>
|
|
90
90
|
</div>
|
|
91
|
-
<div class="col-sm-6 form-group" style="padding-right: 5px;" v-if="row.f_devices_type
|
|
91
|
+
<div class="col-sm-6 form-group" style="padding-right: 5px;" v-if="row.f_devices_type && row.f_devices_type.includes('报警器') && devicesinfoShow">
|
|
92
92
|
<label class="font_normal_body">报废日期</label>
|
|
93
93
|
<datepicker placeholder="报废日期" style="width: 60%"
|
|
94
94
|
v-model="row.f_expire_date" disabled
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
:format="'yyyy-MM-dd HH:mm:ss'">
|
|
97
97
|
</datepicker>
|
|
98
98
|
</div>
|
|
99
|
-
<div class="col-sm-6 form-group" style="padding-right: 5px;" v-if="row.f_devices_type
|
|
99
|
+
<div class="col-sm-6 form-group" style="padding-right: 5px;" v-if="row.f_devices_type && row.f_devices_type.includes('报警器') && devicesinfoShow">
|
|
100
100
|
<label class="font_normal_body">下次校验</label>
|
|
101
101
|
<datepicker placeholder="下次校验日期" style="width: 60%"
|
|
102
102
|
v-model="row.f_nextcheck_date" disabled
|