apply-clients 3.5.5-96 → 3.5.5-97

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": "apply-clients",
3
- "version": "3.5.5-96",
3
+ "version": "3.5.5-97",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1474,8 +1474,9 @@ export default {
1474
1474
  if(this.show_data.fields[index].label === '是否老居民首次开发'){
1475
1475
  if( this.getLableValue('是否老居民首次开发')==='是'){
1476
1476
  this.showLabels('开户比例')
1477
+ this.hideLabels('立管架空')
1477
1478
  this.setLabelValue("立管架空", '')
1478
- }else{
1479
+ }else if(this.getLableValue('是否老居民首次开发')==='否'){
1479
1480
  this.showLabels('立管架空')
1480
1481
  this.hideLabels('开户比例')
1481
1482
  this.setLabelValue("开户比例", '')
@@ -1890,8 +1890,9 @@
1890
1890
  if(this.show_data.fields[index].label === '是否老居民首次开发'){
1891
1891
  if( this.getLableValue('是否老居民首次开发')==='是'){
1892
1892
  this.showLabels('开户比例')
1893
+ this.hideLabels('立管架空')
1893
1894
  this.setLabelValue("立管架空", '')
1894
- }else{
1895
+ }else if(this.getLableValue('是否老居民首次开发')==='否'){
1895
1896
  this.showLabels('立管架空')
1896
1897
  this.hideLabels('开户比例')
1897
1898
  this.setLabelValue("开户比例", '')
@@ -263,8 +263,9 @@
263
263
  <th style="white-space: nowrap;">施工单位</th>
264
264
  <th style="white-space: nowrap;">施工时间</th>
265
265
  <th style="white-space: nowrap;">缴费金额</th>
266
- <th style="white-space: nowrap;">领用人</th>
267
- <th style="white-space: nowrap;">发货人</th>
266
+ <th style="white-space: nowrap;">是否老居民首次开发</th>
267
+ <th style="white-space: nowrap;">立管架空</th>
268
+ <th style="white-space: nowrap;">开户比例</th>
268
269
  <th style="white-space: nowrap;">发起人</th>
269
270
  </tr>
270
271
  </template>
@@ -322,10 +323,13 @@
322
323
  <nobr>{{row.f_cumulative_payment_money}}</nobr>
323
324
  </td>
324
325
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
325
- <nobr>{{row.lyr}}</nobr>
326
+ <nobr>{{row.f_first_user}}</nobr>
326
327
  </td>
327
328
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
328
- <nobr>{{row.fyr}}</nobr>
329
+ <nobr>{{row.f_igniter_pipe}}</nobr>
330
+ </td>
331
+ <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
332
+ <nobr>{{row.f_igniter_account}}</nobr>
329
333
  </td>
330
334
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
331
335
  <nobr>{{row.f_operator}}</nobr>