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.
File without changes
@@ -1,2 +1,2 @@
1
- #Wed Jun 25 17:54:33 CST 2025
1
+ #Mon Apr 14 10:14:01 CST 2025
2
2
  gradle.version=5.2.1
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.563",
3
+ "version": "3.6.564",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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 == '报警器' && devicesinfoShow">
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 == '报警器' && devicesinfoShow">
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
@@ -150,7 +150,7 @@ export default {
150
150
  f_pregas: 0,
151
151
  f_preamount: 0,
152
152
  f_reason: '',
153
- f_add_gas: '不计入',
153
+ f_add_gas: '计入',
154
154
  f_gift_gas_reason: ''
155
155
  },
156
156
  config: {