Browse Source

随访修改

zhangyanfang 5 years ago
parent
commit
b65a23c736

+ 1 - 1
app/followup/html/followup_medication.html

@ -69,7 +69,7 @@
				<div v-if="hasInsulin.length==0 && noInsulin.length==0">暂无药品</div>
			</div>
			<!--保存-->
			<div class="mt50 text-center" v-if="hasInsulin.length>0 || noInsulin.length>0">
			<div class="mt50 text-center">
				<el-button type="primary" @click="saveButton">保存</el-button>
			</div>
		</div>

+ 1 - 1
app/followup/js/education.js

@ -39,7 +39,7 @@ new Vue({
        console.log(params)
				recordAPI.ModifyFollowupResult(params).then(function(res){
				if(res.status==200){
					toastr.error("保存成功")
					toastr.info("保存成功")
				}else{
					toastr.error(res.msg)
				}

+ 1 - 1
app/followup/js/evaluate.js

@ -42,7 +42,7 @@ new Vue({
        console.log(params)
				recordAPI.ModifyFollowupResult(params).then(function(res){
				if(res.status==200){
					toastr.error("保存成功")
					toastr.info("保存成功")
				}else{
					toastr.error(res.msg)
				}

+ 1 - 1
app/followup/js/guidance.js

@ -67,7 +67,7 @@ new Vue({
	        params.followupProjectData = JSON.stringify(checkID);
					recordAPI.ModifyFollowupResult(params).then(function(res){
					if(res.status==200){
						toastr.error("保存成功")
						toastr.info("保存成功")
					}else{
						toastr.error(res.msg)
					}

+ 1 - 1
app/followup/js/inspect.js

@ -50,7 +50,7 @@ new Vue({
	        params.followupProjectData = JSON.stringify(checkID);
					recordAPI.ModifyFollowupResult(params).then(function(res){
					if(res.status==200){
						toastr.error("保存成功")
						toastr.info("保存成功")
					}else{
						toastr.error(res.msg)
					}

+ 2 - 2
app/followup/js/medication.js

@ -45,7 +45,7 @@ new Vue({
     		toastr.error('请选择服药依从性')
     		return
     	}
     	 params = {id: vm.objData.followup_id}
     	 params = {id: Request["id"]}
			 var arr = [];
      $(".inline-container-p").each(function(i,v){//把所有被选中的复选框的值存入数组
      			var checkID = {};
@ -77,7 +77,7 @@ new Vue({
	              params.followupProjectData = JSON.stringify({'DRUG_COMPLIANCE_CODE':vm.DRUG_COMPLIANCE_CODE})
	              recordAPI.saveDrugsLaw(params).then(function(res){
								if(res.status==200){
									toastr.error("保存成功")
									toastr.info("保存成功")
								}else{
									toastr.error(res.msg)
								}

+ 1 - 1
app/followup/js/referral.js

@ -51,7 +51,7 @@ new Vue({
		  console.log(params)
		  recordAPI.ModifyFollowupResult(params).then( function (res) {
			  if (res.status == 200) {
				toastr.error("保存成功")
				toastr.info("保存成功")
			  } else {
				  toastr.error(res.msg)
			  }

+ 1 - 1
app/followup/js/sign.js

@ -50,7 +50,7 @@ new Vue({
        console.log(params)
				recordAPI.ModifyFollowupResult(params).then(function(res){
				if(res.status==200){
					toastr.error("保存成功")
					toastr.info("保存成功")
				}else{
					toastr.error(res.msg)
				}

+ 1 - 1
app/followup/js/symptom.js

@ -68,7 +68,7 @@ new Vue({
        params.followupProjectData = JSON.stringify(checkID);
				recordAPI.ModifyFollowupResult(params).then(function(res){
				if(res.status==200){
					toastr.error("保存成功")
					toastr.info("保存成功")
				}else{
					toastr.error(res.msg)
				}

+ 1 - 1
app/followup/js/target.js

@ -55,7 +55,7 @@ new Vue({
        console.log(params)
				recordAPI.ModifyFollowupResult(params).then(function(res){
				if(res.status==200){
					toastr.error("保存成功")
					toastr.info("保存成功")
				}else{
					toastr.error(res.msg)
				}