|
@ -248,10 +248,17 @@ new Vue({
|
|
|
var vm = this,
|
|
|
loadding = layer.load(0, {shade: false}),
|
|
|
params = {
|
|
|
patient: httpData.patientCode,
|
|
|
expensesType: vm.patientInfo.jtSign.expensesType,
|
|
|
healthDoctor: vm.doctorTeam.healthDoctorCode
|
|
|
patient: httpData.patientCode
|
|
|
}
|
|
|
if(this.isSaveBtn) {
|
|
|
params.doctor = this.doctorTeam.doctorCode
|
|
|
}
|
|
|
if(this.isSaveBtn1) {
|
|
|
params.doctor = this.doctorTeam.healthDoctorCode
|
|
|
}
|
|
|
if(this.isSaveBtn2) {
|
|
|
params.expensesType = this.patientInfo.jtSign.expensesType
|
|
|
}
|
|
|
signAPI.saveChange(params).then(function(res) {
|
|
|
layer.close(loadding)
|
|
|
if(res.status == 200) {
|