sale-client 3.6.596 → 3.6.597

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.
@@ -1,2 +1,2 @@
1
- #Fri Sep 26 18:11:39 CST 2025
1
+ #Mon Oct 13 09:26:02 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.596",
3
+ "version": "3.6.597",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -240,7 +240,7 @@
240
240
  let getSafeCheck = await http.load('POST', 'rs/logic/getSafecheck', param, {resolveMsg: null, rejectMsg: null})
241
241
  if (!(JSON.stringify(getSafeCheck.data) == '{}')) {
242
242
  self.model = {}
243
- self.model = Object.assign({}, self.model, getSafeCheck.data)
243
+ self.model = Object.assign({}, getSafeCheck.data)
244
244
  self.hasCheck = 1
245
245
  } else {
246
246
  self.hasCheck = 0
@@ -286,13 +286,16 @@
286
286
  }
287
287
  },
288
288
  watch: {
289
- 'data' () {
290
- if (this.data == null) {
291
- this.hasCheck = 0
292
- this.model = {}
293
- } else {
294
- getSafeCheckGen(this)
295
- }
289
+ 'data': {
290
+ handler (newVal, oldVal) {
291
+ if (newVal == null) {
292
+ this.hasCheck = 0
293
+ this.model = {}
294
+ } else {
295
+ getSafeCheckGen(this)
296
+ }
297
+ },
298
+ deep: true
296
299
  }
297
300
  }
298
301
  }
@@ -125,7 +125,7 @@
125
125
  <td colspan="1" v-if="model.ajresult && (model.ajresult.indexOf('有隐患') >= 0)" style="text-align: center;border: #E9E9E9 solid 1px;color:red;">{{ model.ajresult }}</td>
126
126
  </tr>
127
127
  <tr>
128
- <td colspan="1" v-if="model.ajresult && (model.ajresult.indexOf('有隐患') >= 0)" style="text-align: center;border: #E9E9E9 solid 1px;color:red;">隐患详情:</td>
128
+ <td colspan="1" v-if="model.ajresult && (model.ajresult.indexOf('有隐患') >= 0)" style="text-align: center;border: #E9E9E9 solid 1px;color:red;">安检内容:</td>
129
129
  <td colspan="3" v-if="model.ajresult && (model.ajresult.indexOf('有隐患') >= 0)" style="text-align: center;border: #E9E9E9 solid 1px;word-wrap:break-word;word-break:break-all;width:87%;color:red;">
130
130
  <span v-for="deviceCollect in model.deviceCollects">
131
131
  <span class="li-font">