apply-clients 3.3.13 → 3.3.17

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.
Files changed (25) hide show
  1. package/package.json +1 -1
  2. package/src/apply.js +2 -1
  3. package/src/components/android/Function/AppInstallFunction.vue +0 -10
  4. package/src/components/android/Process/AppExplorationUser.vue +268 -278
  5. package/src/components/android/Process/AppServiceControl.vue +711 -686
  6. package/src/components/android/Supervisory/AppProcessSupervisory.vue +0 -10
  7. package/src/components/product/ApplyCharge/ApplyChargeList.vue +0 -9
  8. package/src/components/product/Function/InstallInfoSelect.vue +4 -13
  9. package/src/components/product/Order/OrderMessage.vue +0 -4
  10. package/src/components/product/Process/ExplorationSelect.vue +3 -12
  11. package/src/components/product/Process/Processes/InstallationDetails.vue +2 -4
  12. package/src/components/product/Process/Processes/Print/img/10101.png +0 -0
  13. package/src/components/product/Process/Processes/Print/img/1010109.png +0 -0
  14. package/src/components/product/Process/Processes/Print/img/1010110.png +0 -0
  15. package/src/components/product/Process/Processes/Print/img/1010111.png +0 -0
  16. package/src/components/product/Process/Processes/Print/img/1010112.png +0 -0
  17. package/src/components/product/Process/Processes/Print/printCharge.vue +139 -0
  18. package/src/components/product/Process/Processes/Print/printRefund.vue +193 -0
  19. package/src/components/product/Process/Processes/chargeManagement.vue +164 -164
  20. package/src/components/product/Process/Processes/selectApply.vue +1 -1
  21. package/src/components/product/Process/Service/ServiceControl.vue +47 -16
  22. package/src/components/product/Stop/StopApplyList.vue +3 -13
  23. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +0 -5
  24. package/src/components/product/Supervisory/SupervisoryList.vue +3 -13
  25. package/src/components/product/Process/Processes/printCharge.vue +0 -130
@@ -107,185 +107,185 @@
107
107
 
108
108
  <validator name="v">
109
109
  <modal v-if="showCharge" :show.sync="showCharge" v-ref:modal :large="true" :backdrop="false" title="收费明细">
110
- <header slot="modal-header" class="modal-header">
111
- <button type="button" class="close" @click="closeModal"><span>&times;</span></button>
112
- <h4 class="modal-title">收费明细</h4>
113
- </header>
114
- <article slot="modal-body" class="modal-body clearfix">
115
- <div class="form-group col-sm-12" v-if="false" :class="[$v.useraddres.required ? 'has-error' : '']">
116
- <label class="col-sm-2 control-label">缴费地址:</label>
117
- <div class="col-sm-10">
118
- <input type="text" v-show="false" v-model="charge.useraddres.id" v-validate:useraddres = "['required']" >
119
- <input-select width="100%" class="select select_list" placeholder='请选择'
120
- v-model="charge.useraddres"
121
- :value.sync="charge.useraddres"
122
- :options='useraddresList'
123
- :value-single="true"
124
- @change="selectAddres()"
125
- close-on-select ></input-select>
110
+ <header slot="modal-header" class="modal-header">
111
+ <button type="button" class="close" @click="closeModal"><span>&times;</span></button>
112
+ <h4 class="modal-title">收费明细</h4>
113
+ </header>
114
+ <article slot="modal-body" class="modal-body clearfix">
115
+ <div class="form-group col-sm-12" v-if="false" :class="[$v.useraddres.required ? 'has-error' : '']">
116
+ <label class="col-sm-2 control-label">缴费地址:</label>
117
+ <div class="col-sm-10">
118
+ <input type="text" v-show="false" v-model="charge.useraddres.id" v-validate:useraddres = "['required']" >
119
+ <input-select width="100%" class="select select_list" placeholder='请选择'
120
+ v-model="charge.useraddres"
121
+ :value.sync="charge.useraddres"
122
+ :options='useraddresList'
123
+ :value-single="true"
124
+ @change="selectAddres()"
125
+ close-on-select ></input-select>
126
+ </div>
126
127
  </div>
127
- </div>
128
- <div class="form-group col-sm-12" :class="[$v.f_payment_term.required ? 'has-error' : '']">
129
- <label class="col-sm-2 control-label">收费项目:</label>
130
- <div class="col-sm-10">
131
- <input type="text" v-show="false" v-model="charge.f_payment_term" v-validate:f_payment_term = "['required']" >
132
- <input-select width="100%" class="select select_list" placeholder='请选择'
133
- v-model="charge.f_payment_term"
134
- :value.sync="charge.f_payment_term"
135
- :options='paymentTerm'
136
- :value-single="true"
137
- close-on-select ></input-select>
128
+ <div class="form-group col-sm-12" :class="[$v.f_payment_term.required ? 'has-error' : '']">
129
+ <label class="col-sm-2 control-label">收费项目:</label>
130
+ <div class="col-sm-10">
131
+ <input type="text" v-show="false" v-model="charge.f_payment_term" v-validate:f_payment_term = "['required']" >
132
+ <input-select width="100%" class="select select_list" placeholder='请选择'
133
+ v-model="charge.f_payment_term"
134
+ :value.sync="charge.f_payment_term"
135
+ :options='paymentTerm'
136
+ :value-single="true"
137
+ close-on-select ></input-select>
138
+ </div>
138
139
  </div>
139
- </div>
140
- <div class="form-group col-sm-12" :class="[$v.f_charge_money.required ? 'has-error' : '']">
141
- <label class="col-sm-2 control-label">收费金额:</label>
142
- <div class="col-sm-10">
143
- <input type="number"
144
- class="form-control input_view"
145
- style="width: 100%"
146
- placeholder="0.00"
147
- @keyup="handleInput"
148
- @change="moneyChange"
149
- v-validate:f_charge_money = "['required']"
150
- v-model="charge.f_charge_money" />
140
+ <div class="form-group col-sm-12" :class="[$v.f_charge_money.required ? 'has-error' : '']">
141
+ <label class="col-sm-2 control-label">收费金额:</label>
142
+ <div class="col-sm-10">
143
+ <input type="number"
144
+ class="form-control input_view"
145
+ style="width: 100%"
146
+ placeholder="0.00"
147
+ @keyup="handleInput"
148
+ @change="moneyChange"
149
+ v-validate:f_charge_money = "['required']"
150
+ v-model="charge.f_charge_money" />
151
+ </div>
151
152
  </div>
152
- </div>
153
- <div class="form-group col-sm-12" :class="[$v.f_payment_method.required ? 'has-error' : '']">
154
- <label class="col-sm-2 control-label">付款方式:</label>
155
- <div class="col-sm-10">
156
- <input type="text" v-show="false" v-model="charge.f_payment_method" v-validate:f_payment_method = "['required']" >
157
- <input-select
158
- placeholder='请选择' width="100%"
159
- v-model="charge.f_payment_method"
160
- :value.sync="charge.f_payment_method"
161
- :options='paymentMethod'
162
- class="select select_list"
163
- :value-single="true"
164
- @change="changePaymentMethod()"
165
- close-on-select ></input-select>
153
+ <div class="form-group col-sm-12" :class="[$v.f_payment_method.required ? 'has-error' : '']">
154
+ <label class="col-sm-2 control-label">付款方式:</label>
155
+ <div class="col-sm-10">
156
+ <input type="text" v-show="false" v-model="charge.f_payment_method" v-validate:f_payment_method = "['required']" >
157
+ <input-select
158
+ placeholder='请选择' width="100%"
159
+ v-model="charge.f_payment_method"
160
+ :value.sync="charge.f_payment_method"
161
+ :options='paymentMethod'
162
+ class="select select_list"
163
+ :value-single="true"
164
+ @change="changePaymentMethod()"
165
+ close-on-select ></input-select>
166
+ </div>
166
167
  </div>
167
- </div>
168
- <div class="form-group col-sm-12" v-if="charge.f_payment_method === '银行转账'" :class="[$v.f_payer_name.required ? 'has-error' : '']">
169
- <label class="col-sm-2 control-label">付款方名称:</label>
170
- <div class="col-sm-10">
171
- <input type="text"
172
- class="form-control input_view"
173
- style="width: 100%"
174
- v-validate:f_payer_name = "['required']"
175
- v-model="charge.f_payer_name" value="" />
168
+ <div class="form-group col-sm-12" v-if="charge.f_payment_method === '银行转账'" :class="[$v.f_payer_name.required ? 'has-error' : '']">
169
+ <label class="col-sm-2 control-label">付款方名称:</label>
170
+ <div class="col-sm-10">
171
+ <input type="text"
172
+ class="form-control input_view"
173
+ style="width: 100%"
174
+ v-validate:f_payer_name = "['required']"
175
+ v-model="charge.f_payer_name" value="" />
176
+ </div>
176
177
  </div>
177
- </div>
178
- <div class="form-group col-sm-12" v-if="charge.f_payment_method === '银行转账'" :class="[$v.f_payer_account.required ? 'has-error' : '']">
179
- <label class="col-sm-2 control-label">付款方账号:</label>
180
- <div class="col-sm-10">
181
- <input type="text" style="width: 100%" class="form-control input_view"
182
- v-validate:f_payer_account = "['required']"
183
- v-model="charge.f_payer_account" value=""/>
178
+ <div class="form-group col-sm-12" v-if="charge.f_payment_method === '银行转账'" :class="[$v.f_payer_account.required ? 'has-error' : '']">
179
+ <label class="col-sm-2 control-label">付款方账号:</label>
180
+ <div class="col-sm-10">
181
+ <input type="text" style="width: 100%" class="form-control input_view"
182
+ v-validate:f_payer_account = "['required']"
183
+ v-model="charge.f_payer_account" value=""/>
184
+ </div>
184
185
  </div>
185
- </div>
186
- <div class="form-group col-sm-12" v-if="charge.f_payment_method === '银行转账'" :class="[$v.f_payer_number.required ? 'has-error' : '']">
187
- <label class="col-sm-2 control-label">付款流水号:</label>
188
- <div class="col-sm-10">
189
- <input type="text"
190
- class="form-control input_view"
191
- style="width: 100%" @change="payerNumberChange()"
192
- v-validate:f_payer_number = "['required']"
193
- v-model="charge.f_payer_number" value="" />
186
+ <div class="form-group col-sm-12" v-if="charge.f_payment_method === '银行转账'" :class="[$v.f_payer_number.required ? 'has-error' : '']">
187
+ <label class="col-sm-2 control-label">付款流水号:</label>
188
+ <div class="col-sm-10">
189
+ <input type="text"
190
+ class="form-control input_view"
191
+ style="width: 100%" @change="payerNumberChange()"
192
+ v-validate:f_payer_number = "['required']"
193
+ v-model="charge.f_payer_number" value="" />
194
+ </div>
194
195
  </div>
195
- </div>
196
- <div class="form-group col-sm-12">
197
- <label class="col-sm-2 control-label">金额大写:</label>
198
- <div class="col-sm-10">
199
- <input type="text"
200
- class="form-control input_view"
201
- style="width: 100%"
202
- :value="smalltoBIG(0)"
203
- readonly
204
- v-model.sync="charge.f_amount_words" />
196
+ <div class="form-group col-sm-12">
197
+ <label class="col-sm-2 control-label">金额大写:</label>
198
+ <div class="col-sm-10">
199
+ <input type="text"
200
+ class="form-control input_view"
201
+ style="width: 100%"
202
+ :value="smalltoBIG(0)"
203
+ readonly
204
+ v-model.sync="charge.f_amount_words" />
205
+ </div>
205
206
  </div>
206
- </div>
207
- <div class="form-group col-sm-12"
208
- v-if="selectdata.f_apply_type === '散户集体报建'"
209
- >
210
- <label class="col-sm-2 control-label">单价(户):</label>
211
- <div class="col-sm-10">
212
- <input type="text"
213
- class="form-control input_view"
214
- style="width: 100%"
215
- readonly
216
- v-model="selectdata.f_price" />
207
+ <div class="form-group col-sm-12"
208
+ v-if="selectdata.f_apply_type === '散户集体报建'"
209
+ >
210
+ <label class="col-sm-2 control-label">单价(户):</label>
211
+ <div class="col-sm-10">
212
+ <input type="text"
213
+ class="form-control input_view"
214
+ style="width: 100%"
215
+ readonly
216
+ v-model="selectdata.f_price" />
217
+ </div>
217
218
  </div>
218
- </div>
219
- <div class="form-group col-sm-12"
220
- v-if="selectdata.f_apply_type === '散户集体报建'"
221
- >
222
- <label class="col-sm-2 control-label">累计缴费金额:</label>
223
- <div class="col-sm-10">
224
- <input type="text"
225
- class="form-control input_view"
226
- style="width: 100%"
227
- readonly
228
- v-model="charge.f_cumulative_payment_money"
229
- :value="charge.f_cumulative_payment_money || 0" />
219
+ <div class="form-group col-sm-12"
220
+ v-if="selectdata.f_apply_type === '散户集体报建'"
221
+ >
222
+ <label class="col-sm-2 control-label">累计缴费金额:</label>
223
+ <div class="col-sm-10">
224
+ <input type="text"
225
+ class="form-control input_view"
226
+ style="width: 100%"
227
+ readonly
228
+ v-model="charge.f_cumulative_payment_money"
229
+ :value="charge.f_cumulative_payment_money || 0" />
230
+ </div>
230
231
  </div>
231
- </div>
232
- <div class="form-group col-sm-12"
233
- v-if="selectdata.f_apply_type === '散户集体报建'"
234
- >
235
- <label class="col-sm-2 control-label">未结金额:</label>
236
- <div class="col-sm-10">
237
- <input type="text"
238
- class="form-control input_view"
239
- style="width: 100%"
240
- readonly
241
- v-model="charge.f_outstanding_amount"
242
- :value="charge.f_outstanding_amount || 0" />
232
+ <div class="form-group col-sm-12"
233
+ v-if="selectdata.f_apply_type === '散户集体报建'"
234
+ >
235
+ <label class="col-sm-2 control-label">未结金额:</label>
236
+ <div class="col-sm-10">
237
+ <input type="text"
238
+ class="form-control input_view"
239
+ style="width: 100%"
240
+ readonly
241
+ v-model="charge.f_outstanding_amount"
242
+ :value="charge.f_outstanding_amount || 0" />
243
+ </div>
243
244
  </div>
244
- </div>
245
- <div class="form-group col-sm-12">
246
- <label class="col-sm-2 control-label">应交总金额:</label>
247
- <div class="col-sm-10">
248
- <input type="text"
249
- class="form-control input_view"
250
- style="width: 100%"
251
- readonly
252
- v-model="selectdata.f_due_money" />
245
+ <div class="form-group col-sm-12">
246
+ <label class="col-sm-2 control-label">应交总金额:</label>
247
+ <div class="col-sm-10">
248
+ <input type="text"
249
+ class="form-control input_view"
250
+ style="width: 100%"
251
+ readonly
252
+ v-model="selectdata.f_due_money" />
253
+ </div>
253
254
  </div>
254
- </div>
255
- <div class="form-group col-sm-12">
256
- <label class="col-sm-2 control-label">累计缴费总金额:</label>
257
- <div class="col-sm-10">
258
- <input type="text"
259
- class="form-control input_view"
260
- style="width: 100%"
261
- readonly
262
- v-model="selectdata.f_cumulative_payment_money" />
255
+ <div class="form-group col-sm-12">
256
+ <label class="col-sm-2 control-label">累计缴费总金额:</label>
257
+ <div class="col-sm-10">
258
+ <input type="text"
259
+ class="form-control input_view"
260
+ style="width: 100%"
261
+ readonly
262
+ v-model="selectdata.f_cumulative_payment_money" />
263
+ </div>
263
264
  </div>
264
- </div>
265
- <div class="form-group col-sm-12">
266
- <label class="col-sm-2 control-label">未结总金额:</label>
267
- <div class="col-sm-10">
268
- <input type="text"
269
- class="form-control input_view"
270
- style="width: 100%"
271
- readonly
272
- v-model="selectdata.f_surplus_money" />
265
+ <div class="form-group col-sm-12">
266
+ <label class="col-sm-2 control-label">未结总金额:</label>
267
+ <div class="col-sm-10">
268
+ <input type="text"
269
+ class="form-control input_view"
270
+ style="width: 100%"
271
+ readonly
272
+ v-model="selectdata.f_surplus_money" />
273
+ </div>
273
274
  </div>
274
- </div>
275
- <div class="form-group col-sm-12">
276
- <label class="col-sm-2 control-label">备注:</label>
277
- <div class="col-sm-10">
278
- <input type="text"
279
- class="form-control input_view"
280
- style="width: 100%"
281
- v-model="charge.f_charge_remarks" />
275
+ <div class="form-group col-sm-12">
276
+ <label class="col-sm-2 control-label">备注:</label>
277
+ <div class="col-sm-10">
278
+ <input type="text"
279
+ class="form-control input_view"
280
+ style="width: 100%"
281
+ v-model="charge.f_charge_remarks" />
282
+ </div>
282
283
  </div>
283
- </div>
284
- </article>
285
- <footer slot="modal-footer" class="modal-footer">
286
- <button type="button" class="btn btn-primary" :disabled='!$v.valid' @click="saveCharge()">新增收费</button>
287
- </footer>
288
- </modal>
284
+ </article>
285
+ <footer slot="modal-footer" class="modal-footer">
286
+ <button type="button" class="btn btn-primary" :disabled='!$v.valid' @click="saveCharge()">新增收费</button>
287
+ </footer>
288
+ </modal>
289
289
  </validator>
290
290
 
291
291
  <modal v-if="showInvalid" :show.sync="showInvalid" v-ref:modal :large="true" :backdrop="false" title="作废收费">
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div style="margin-bottom: 20px" class="form-group select-overspread">
3
- <label class="control-label-justify control-label col-sm-3">选择终止报建</label>
3
+ <label class="control-label-justify control-label col-sm-3">选择项目</label>
4
4
  <div class="col-sm-10" >
5
5
  <button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openSelect" :disabled="mark === 1">选择</button>
6
6
  </div>
@@ -612,8 +612,11 @@ export default {
612
612
  this.show_data.f_userinfo_code = row.f_userinfo_code
613
613
  },
614
614
  // 是否购买保险
615
- 'isInsureChange' (index) {
616
- let f_is_insure = this.getLableValue('是否购买保险')
615
+ async 'isInsureChange' (index) {
616
+ if (!this.show_data.f_is_insure) {
617
+ return
618
+ }
619
+ let f_is_insure = this.show_data.f_is_insure
617
620
  for (const item of this.show_data.fields) {
618
621
  if (f_is_insure === '是') {
619
622
  if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额') {
@@ -624,23 +627,51 @@ export default {
624
627
  item.hidden = false
625
628
  }
626
629
  } else {
627
- if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额') {
630
+ if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额' || item.label === '保险备注') {
628
631
  item.hidden = true
629
632
  item.required = false
630
633
  }
631
- if (item.label === '保险备注') {
632
- item.hidden = true
633
- }
634
634
  }
635
635
  }
636
636
  },
637
637
  // 通气点火初始化
638
638
  async 'gasReadyEvent' () {
639
+ // 是否有气价信息
639
640
  if (!isEmpty(this.show_data.f_price_id)) {
640
641
  let priceList = await this.getPrice(this.show_data.f_price_id)
641
642
  this.setLabelValue('气价名称', priceList[0].value)
642
643
  }
643
644
 
645
+ let data = {
646
+ tablename: 't_userfees',
647
+ condition: `f_orgid = '${this.$login.f.orgid}' and f_userinfo_id = '${this.show_data.f_userinfo_id}' and f_state = '待执行'`
648
+ }
649
+ let http = new HttpResetClass()
650
+ let res = await http.load(
651
+ 'POST',
652
+ `rs/sql/singleTable`,
653
+ {data: data},
654
+ {resolveMsg: null, rejectMsg: '保险查询失败!!!'}
655
+ )
656
+ if (res.data.length > 0) {
657
+ this.setLabelValue('待执行保险', '是')
658
+ for (const item of this.show_data.fields) {
659
+ if (item.label === '保费开始日期' || item.label === '是否购买保险' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额' || item.label === '保险备注') {
660
+ item.hidden = true
661
+ item.required = false
662
+ item.value = null
663
+ }
664
+ }
665
+ } else {
666
+ this.setLabelValue('待执行保险', '否')
667
+ for (const item of this.show_data.fields) {
668
+ if (item.label === '是否购买保险' || item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额' || item.label === '保险备注') {
669
+ item.hidden = false
670
+ item.required = true
671
+ }
672
+ }
673
+ }
674
+
644
675
  // 保险初始化显示内容
645
676
  let f_is_insure = this.getLableValue('是否购买保险')
646
677
  for (const item of this.show_data.fields) {
@@ -652,21 +683,19 @@ export default {
652
683
  if (item.label === '保险备注') {
653
684
  item.hidden = false
654
685
  }
655
- } else {
656
- if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额') {
657
- item.hidden = true
658
- item.required = false
686
+ // 本期保费到期时间默认一年
687
+ if (isEmpty(this.selectdata.f_ins_expiration_date)) {
688
+ let f_ins_expiration_date = new Date().setFullYear(new Date().getFullYear() + 1)
689
+ this.setLabelValue("保费结束日期", new Date(f_ins_expiration_date).Format('yyyy-MM-dd'))
659
690
  }
660
- if (item.label === '保险备注') {
691
+ }
692
+ if (f_is_insure === '否') {
693
+ if (item.label === '保费开始日期' || item.label === '保费结束日期' || item.label === '险种' || item.label === '保费金额' || item.label === '保险备注') {
661
694
  item.hidden = true
695
+ item.required = false
662
696
  }
663
697
  }
664
698
  }
665
- // 本期保费到期时间默认一年
666
- if (isEmpty(this.selectdata.f_ins_expiration_date)) {
667
- let f_ins_expiration_date = new Date().setFullYear(new Date().getFullYear() + 1)
668
- this.setLabelValue("保费结束日期", new Date(f_ins_expiration_date).Format('yyyy-MM-dd'))
669
- }
670
699
  },
671
700
  // 合同金额失去焦点
672
701
  async 'contractMoneyChange' (index) {
@@ -751,6 +780,8 @@ export default {
751
780
  },
752
781
  // 地址类型失去焦点
753
782
  'addressTypeChange' (index) {
783
+ this.setLabelValue('街道/乡镇', null)
784
+ this.setLabelValue('集收单位', null)
754
785
  let f_address_type = this.show_data.fields[index].value
755
786
  for (const item of this.show_data.fields) {
756
787
  if (f_address_type === '民用市区') {
@@ -20,11 +20,10 @@
20
20
  condition="f_apply_num = '{}'">
21
21
  </div>
22
22
  <div class="form-group col-sm-3">
23
- <label class="font_normal_body">项目名称:</label>
24
- <input type="text" style="width:60%" class="input_search" v-model="model.f_entry_name"
25
- v-on:keyup.enter="$parent.$parent.search()" condition="f_entry_name like '%{}%'" placeholder='项目名称'>
23
+ <label class="font_normal_body">客户名称:</label>
24
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
25
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
26
26
  </div>
27
-
28
27
  <div class="form-group col-sm-2 button-range">
29
28
  <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
30
29
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
@@ -37,11 +36,6 @@
37
36
  </div>
38
37
  </div>
39
38
  <div class="row" v-show="$parent.$parent.criteriaShow">
40
- <div class="form-group col-sm-3">
41
- <label class="font_normal_body">客户名称:</label>
42
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
43
- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
44
- </div>
45
39
  <div class="form-group col-sm-3">
46
40
  <label class="font_normal_body">联系电话:</label>
47
41
  <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
@@ -115,7 +109,6 @@
115
109
  <tr>
116
110
  <th style="white-space: nowrap;">序号</th>
117
111
  <th style="white-space: nowrap;">报建编号</th>
118
- <th style="white-space: nowrap;">项目名称</th>
119
112
  <th style="white-space: nowrap;">客户名称</th>
120
113
  <th style="white-space: nowrap;">联系人</th>
121
114
  <th style="white-space: nowrap;">电话</th>
@@ -140,9 +133,6 @@
140
133
  <td style="text-align: center;">
141
134
  <nobr>{{row.f_apply_num}}</nobr>
142
135
  </td>
143
- <td style="text-align: center;">
144
- <nobr>{{row.f_entry_name}}</nobr>
145
- </td>
146
136
  <td style="text-align: center;">
147
137
  <nobr>{{row.f_user_name}}</nobr>
148
138
  </td>
@@ -434,11 +434,6 @@
434
434
  }
435
435
  }
436
436
  }
437
- // 本期保费到期时间默认一年
438
- if (isEmpty(this.selectdata.f_ins_expiration_date)) {
439
- let f_ins_expiration_date = new Date().setFullYear(new Date().getFullYear() + 1)
440
- this.setLabelValue("保费结束日期", new Date(f_ins_expiration_date).Format('yyyy-MM-dd'))
441
- }
442
437
  },
443
438
  // 申请节点初始化
444
439
  'applyReadyEvent' () {
@@ -20,11 +20,10 @@
20
20
  condition="f_apply_num = '{}'">
21
21
  </div>
22
22
  <div class="form-group col-sm-3">
23
- <label class="font_normal_body">项目名称:</label>
24
- <input type="text" style="width:60%" class="input_search" v-model="model.f_entry_name"
25
- v-on:keyup.enter="$parent.$parent.search()" condition="f_entry_name like '%{}%'" placeholder='项目名称'>
23
+ <label class="font_normal_body">客户名称:</label>
24
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
25
+ v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
26
26
  </div>
27
-
28
27
  <div class="form-group col-sm-2 button-range">
29
28
  <button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
30
29
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
@@ -37,11 +36,6 @@
37
36
  </div>
38
37
  </div>
39
38
  <div class="row" v-show="$parent.$parent.criteriaShow">
40
- <div class="form-group col-sm-3">
41
- <label class="font_normal_body">客户名称:</label>
42
- <input type="text" style="width:60%" class="input_search" v-model="model.f_user_name"
43
- v-on:keyup.enter="$parent.$parent.search()" condition="f_user_name like '%{}%'" placeholder='客户名称'>
44
- </div>
45
39
  <div class="form-group col-sm-3">
46
40
  <label class="font_normal_body">联系电话:</label>
47
41
  <input type="text" style="width:60%" class="input_search" placeholder='联系电话' v-model="model.f_phone"
@@ -115,7 +109,6 @@
115
109
  <tr>
116
110
  <th style="white-space: nowrap;">序号</th>
117
111
  <th style="white-space: nowrap;">工程编号</th>
118
- <th style="white-space: nowrap;">项目名称</th>
119
112
  <th style="white-space: nowrap;">客户名称</th>
120
113
  <th style="white-space: nowrap;">合同编号</th>
121
114
  <th style="white-space: nowrap;">电话</th>
@@ -135,9 +128,6 @@
135
128
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
136
129
  <nobr>{{row.f_apply_num}}</nobr>
137
130
  </td>
138
- <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
139
- <nobr>{{row.f_entry_name}}</nobr>
140
- </td>
141
131
  <td @click="$parent.$parent.$parent.check(row)" style="text-align: center;">
142
132
  <nobr>{{row.f_user_name}}</nobr>
143
133
  </td>