apply-clients 4.1.53-weinan → 4.1.54-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.53-weinan",
3
+ "version": "4.1.54-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -316,7 +316,6 @@ export default {
316
316
  condition: `f_userinfo_id = '${this.selectdata.f_userinfo_id}'`
317
317
  }
318
318
  http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/sql/singleTable`, {data: data1}, {resolveMsg: null, rejectMsg: '获取数据失败'}).then(res1=>{
319
- debugger
320
319
  this.$showMessage( `确认对${res1.data[0].f_user_name}进行${this.charge.f_payment_method}收费?`,['confirm', 'cancel']).then((res)=>{
321
320
  if (res=='confirm'){
322
321
  http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/logic/beforeAddChargeRecord`,{data:info},{
@@ -786,7 +786,8 @@ export default {
786
786
  this.$showAlert(e, 'warning', 3000)
787
787
  return
788
788
  }
789
- if (model.f_entry_name){
789
+ if (model.f_entry_name && model.defname == '报建登记'){
790
+ debugger
790
791
  let http = new HttpResetClass()
791
792
  let data = {
792
793
  tablename:'t_apply',