sale-client 3.6.374 → 3.6.375

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": "3.6.374",
3
+ "version": "3.6.375",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -994,6 +994,7 @@
994
994
  }
995
995
  } else {
996
996
  if (res.data) {
997
+ this.row.f_meternumber = ''
997
998
  this.$showAlert('请注意,相同的表号已存在', 'warning', 3000)
998
999
  }
999
1000
  }
@@ -144,6 +144,10 @@
144
144
  </span>
145
145
  </td>
146
146
  </tr>
147
+ <tr>
148
+ <td colspan="1">安检备注</td>
149
+ <td colspan="3">{{model.f_comments}}</td>
150
+ </tr>
147
151
  </tbody>
148
152
  </table>
149
153
  <table class="table table-striped table-bordered" v-if="model.safecheckitem.length>0 && model.datasource =='newos'">
@@ -153,10 +157,10 @@
153
157
  <tr v-for="checkitem in model.safecheckitem">
154
158
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ checkitem.f_item_name }}</td>
155
159
  <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%">{{ checkitem.f_repaire_state }}</td>
156
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.f_path!='' && checkitem.f_path!=null">
157
- <img-self :src="'rs/image/file/'+checkitem.f_path" style="float: left" width="100" height="150"></img-self>
160
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.f_repair_path!='' && checkitem.f_repair_path!=null">
161
+ <img-self :src="'rs/image/file/'+checkitem.f_repair_path" style="float: left" width="100" height="150"></img-self>
158
162
  </td>
159
- <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.f_path=='' && checkitem.f_path==null">
163
+ <td style="text-align: center;border: #E9E9E9 solid 1px;width: 33%" v-if="checkitem.f_repair_path=='' && checkitem.f_repair_path==null">
160
164
  暂无图片
161
165
  </td>
162
166
  </tr>