apply-clients 4.1.51-weinan → 4.1.52-weinan

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": "4.1.51-weinan",
3
+ "version": "4.1.52-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -317,14 +317,13 @@ export default {
317
317
  }).then(res=>{
318
318
  console.log(res.data)
319
319
  if (res.data.code == '200'){
320
- if (this.charge.f_payment_method == '现金缴费'){
321
320
  let data1 = {
322
321
  tablename: 't_userinfo',
323
322
  condition: `f_userinfo_id = '${this.selectdata.f_userinfo_id}'`
324
323
  }
325
324
  http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data: data1}, {resolveMsg: null, rejectMsg: '获取数据失败'}).then(res1=>{
326
325
  debugger
327
- this.$showMessage( `确认对${res1.data[0].f_user_name}进行现金收费?`,['confirm', 'cancel']).then((res)=>{
326
+ this.$showMessage( `确认对${res1.data[0].f_user_name}进行${this.charge.f_payment_method}收费?`,['confirm', 'cancel']).then((res)=>{
328
327
  if (res=='confirm'){
329
328
  this.$showMessage('缴费成功!')
330
329
  this.saveother()
@@ -333,17 +332,6 @@ export default {
333
332
  }
334
333
  })
335
334
  })
336
- }else {
337
- debugger
338
- this.$showMessage('缴费成功!')
339
- this.saveother()
340
- this.showCharge=false
341
- return
342
- }
343
- }else {
344
- this.$showMessage('缴费失败')
345
- this.showCharge=false
346
- return
347
335
  }
348
336
  })
349
337
  return