apply-clients 3.5.6-11 → 3.5.6-13

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.6-11",
3
+ "version": "3.5.6-13",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -455,7 +455,7 @@ export default {
455
455
  show_data.user = Vue.user
456
456
  show_data.start_activity ='报装申请'
457
457
  show_data.xmlfilename =this.selectdata.f_apply_type
458
- if (((show_data.f_apply_type == '民用散户报建流程' || show_data.f_apply_type == '民用预留户报建流程') && show_data.defname == '工程审批') || this.show_data.defname === '工程决算'){
458
+ if (((show_data.f_apply_type == '民用散户报建流程' || show_data.f_apply_type == '民用预留户报建流程') && show_data.defname == '工程审批') || show_data.defname === '工程决算'){
459
459
  show_data.button = {button_name:'跳过'}
460
460
  }else {
461
461
  show_data.button = {button_name:'提交'}
@@ -57,7 +57,7 @@
57
57
  :disabled="$parent.$parent.mark === 1 || row.f_charge_status === '作废' || row.f_back_state==='已退费'"
58
58
  @click="$parent.$parent.showInvalidModal(row)"
59
59
  >作废</button>
60
- <button
60
+ <button v-show="$parent.$parent.$login.f.f_role_name.includes('报建退费')"
61
61
  type="button"
62
62
  name="button"
63
63
  class="btn btn-link"
@@ -834,7 +834,7 @@ export default {
834
834
  show_data.user = this.$login.f
835
835
  show_data.start_activity ='报装申请'
836
836
  show_data.xmlfilename =this.selectdata.f_apply_type
837
- if (((show_data.f_apply_type == '民用散户报建流程' || show_data.f_apply_type == '民用预留户报建流程') && show_data.defname == '工程审批') || this.show_data.defname === '工程决算'){
837
+ if (((show_data.f_apply_type == '民用散户报建流程' || show_data.f_apply_type == '民用预留户报建流程') && show_data.defname == '工程审批') || show_data.defname === '工程决算'){
838
838
  show_data.button = {button_name:'跳过'}
839
839
  }else {
840
840
  show_data.button = {button_name:'提交'}