sale-client 4.2.110 → 4.2.111

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.2.110",
3
+ "version": "4.2.111",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -302,9 +302,9 @@
302
302
  placeholder='控制器表封号' >
303
303
  </div>
304
304
  <div class="col-sm-3 form-group" style="padding-right: 5px;">
305
- <label class="font_normal_body">&emsp;&emsp;燃气具类型</label>
305
+ <label class="font_normal_body">&emsp;&emsp;燃气设施信息</label>
306
306
  <input type="text" class="input_search" style="width:60%" v-model="fireinfo.f_appliance_type"
307
- placeholder='燃气具类型' >
307
+ placeholder='燃气设施信息' >
308
308
  </div>
309
309
 
310
310
  <div class="col-sm-3 form-group" style="padding-right: 5px;">
@@ -318,9 +318,9 @@
318
318
  placeholder='燃气具型号' >
319
319
  </div>
320
320
  <div class="col-sm-3 form-group" style="padding-right: 5px;">
321
- <label class="font_normal_body">&emsp;&emsp;报警箱信息</label>
321
+ <label class="font_normal_body">&emsp;&emsp;报警器类型</label>
322
322
  <input type="text" class="input_search" style="width:60%" v-model="fireinfo.f_alarm_info"
323
- placeholder='报警控制箱信息' >
323
+ placeholder='报警器类型' >
324
324
  </div>
325
325
  <div class="col-sm-3 form-group" style="padding-right: 5px;">
326
326
  <label class="font_normal_body">&emsp;&emsp;探测器数量</label>
@@ -165,6 +165,10 @@
165
165
  <label class = "col-sm-5 " >三项强制措施</label>
166
166
  <span class = "col-sm-7">{{data?data.f_force_measure:dafault.f_force_measure}}</span>
167
167
  </div>
168
+ <div class="row">
169
+ <label class = "col-sm-5 " >燃气设施信息</label>
170
+ <span class = "col-sm-7">{{data?data.f_appliance_type:dafault.f_appliance_type}}</span>
171
+ </div>
168
172
  <div class="row">
169
173
  <label class = "col-sm-5 " >备&emsp;&emsp;注</label>
170
174
  <span class = "col-sm-7">{{data?data.comments:dafault.comments}}</span>
@@ -206,6 +210,7 @@
206
210
  f_position: '****',
207
211
  f_inputtor: '****',
208
212
  f_force_measure: '****',
213
+ f_appliance_type: '****',
209
214
  f_jval: 0,
210
215
  f_table_state: 0
211
216
  },
File without changes
@@ -1,2 +0,0 @@
1
- #Thu Dec 11 10:17:57 CST 2025
2
- gradle.version=5.2.1
File without changes