Ver código fonte

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 anos atrás
pai
commit
a4047a2c99
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      src/xt_pages/outpatientRegistration/index.vue

+ 4 - 0
src/xt_pages/outpatientRegistration/index.vue Ver arquivo

1063
                     this.form.id_card_type = 1
1063
                     this.form.id_card_type = 1
1064
                     this.form.settlementValue = 1
1064
                     this.form.settlementValue = 1
1065
 
1065
 
1066
+                    this.form.register = 4
1067
+                    this.form.registrationFee = 0
1068
+                    this.form.medicalExpenses = 0
1069
+
1066
                   } else {
1070
                   } else {
1067
                     this.$message.error('今日患者已挂号!')
1071
                     this.$message.error('今日患者已挂号!')
1068
                   }
1072
                   }