apply-clients 5.0.35-93 → 5.0.35-96

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": "5.0.35-93",
3
+ "version": "5.0.35-96",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -104,7 +104,7 @@
104
104
  <nobr>终止流程</nobr>
105
105
  </th>
106
106
  <th>
107
- <nobr>报建编号</nobr>
107
+ <nobr>工程编号</nobr>
108
108
  </th>
109
109
  <th>
110
110
  <nobr>联系人</nobr>
@@ -132,7 +132,7 @@
132
132
  <nobr>当前状态</nobr>
133
133
  </th>
134
134
  <th>
135
- <nobr>报建编号</nobr>
135
+ <nobr>工程编号</nobr>
136
136
  </th>
137
137
  <th>
138
138
  <nobr>业务类型</nobr>
@@ -754,9 +754,9 @@
754
754
  this.addItem.f_charge_collectors = this.$login.f.name
755
755
  this.addItem.f_charge_date = this.model.f_charge_date
756
756
  this.addItem.f_charge_remarks = this.model.f_charge_remarks
757
- if(this.model.f_payment_account=='安泰'){
757
+ if(this.model.f_payment_account==='安泰'){
758
758
  this.addItem.f_filiale ='燃气公司.安泰天然气'
759
- }if(this.model.f_payment_account=='欣泰'){
759
+ } else if(this.model.f_payment_account==='欣泰'){
760
760
  this.addItem.f_filiale ='欣泰工程公司'
761
761
  }else{
762
762
  this.addItem.f_filiale='迪泰公司'
@@ -156,6 +156,9 @@
156
156
  <th>
157
157
  <nobr>当前状态</nobr>
158
158
  </th>
159
+ <th>
160
+ <nobr>工程编号</nobr>
161
+ </th>
159
162
  <th>
160
163
  <nobr>报建编号</nobr>
161
164
  </th>
@@ -208,6 +211,9 @@
208
211
  <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
209
212
  <nobr><font>{{row.f_sub_state!='完工' ? '未完工' :'完工'}}</font></nobr>
210
213
  </td>
214
+ <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
215
+ <nobr><font>{{row.f_project_number}}</font></nobr>
216
+ </td>
211
217
  <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' ]" style="text-align: center;">
212
218
  <nobr><font>{{row.f_apply_num}}</font></nobr>
213
219
  </td>