sale-client 3.7.67 → 3.7.68

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.7.67",
3
+ "version": "3.7.68",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -424,6 +424,9 @@
424
424
  <th>
425
425
  <nobr>用气性质</nobr>
426
426
  </th>
427
+ <th>
428
+ <nobr>客户最新状态</nobr>
429
+ </th>
427
430
  <th>
428
431
  <nobr>二级用气性质</nobr>
429
432
  </th>
@@ -475,9 +478,6 @@
475
478
  <th v-if="!$parent.$parent.$parent.createFile">
476
479
  <nobr>是否孤寡老人</nobr>
477
480
  </th>
478
- <th v-if="!$parent.$parent.$parent.createFile">
479
- <nobr>是否空房</nobr>
480
- </th>
481
481
  <!--<th>-->
482
482
  <!--<nobr v-if="this.$login.r.includes('通知单打印')||this.$login.r.includes('流程表打印') ">下载</nobr>-->
483
483
  <!--</th>-->
@@ -499,6 +499,7 @@
499
499
  </td>
500
500
  <td style="text-align: center;">{{row.f_user_type}}</td>
501
501
  <td style="text-align: center;">{{row.f_gasproperties}}</td>
502
+ <td style="text-align: center;">{{row.f_is_empty}}</td>
502
503
  <td style="text-align: center;">{{row.f_gasproperties_second}}</td>
503
504
  <td style="text-align: center;">{{row.f_meter_classify}}</td>
504
505
  <td style="text-align: center;">{{row.f_meter_brand}}</td>
@@ -516,7 +517,7 @@
516
517
  <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_mgq}}</td>
517
518
  <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_vacant}}</td>
518
519
  <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_alone}}</td>
519
- <td style="text-align: center;" v-if="!$parent.$parent.$parent.createFile">{{row.f_is_empty}}</td>
520
+
520
521
  <td style="text-align: center;">
521
522
  <button type="button" name="button" class="button_search button_spacing width-60"
522
523
  v-if="row.f_user_state === '正常' || row.f_user_state==='预备'"