|
@@ -62,10 +62,11 @@ function getTabData(activePage) {
|
|
|
operationType: operationType,
|
|
|
state: state,
|
|
|
size: 15,
|
|
|
- name: $('.patientNameInp').val(),
|
|
|
+ name: $('.name').val(),
|
|
|
+ patientName: $('.patientNameInp').val(),
|
|
|
complaintDateEnd: behosDateEnd.replace(/\//g, '-'),
|
|
|
complaintDateStart: behosDateStart.replace(/\//g, '-'),
|
|
|
- "desc":['claimant_gmt_create']
|
|
|
+ "desc": ['claimant_gmt_create']
|
|
|
}
|
|
|
$('.pagination').html("")
|
|
|
$('.tbody').html(emptyBox('努力加载中...', '',))
|
|
@@ -144,15 +145,15 @@ $(".abnormalClear").on("click", function (e) {
|
|
|
}
|
|
|
data_asc = [];
|
|
|
$('.patientNameInp').val('')
|
|
|
-
|
|
|
- // $('#datepicker').val('')
|
|
|
- // $('#datepicker2').val('')
|
|
|
- //默认日期为近一周
|
|
|
- $("#datepicker").datepicker({
|
|
|
- changeMonth: true,
|
|
|
- changeYear: true,
|
|
|
- dateFormat: "yy/mm/dd",
|
|
|
- }).datepicker("setDate", "-6d");
|
|
|
+ $('.name').val(''),
|
|
|
+ // $('#datepicker').val('')
|
|
|
+ // $('#datepicker2').val('')
|
|
|
+ //默认日期为近一周
|
|
|
+ $("#datepicker").datepicker({
|
|
|
+ changeMonth: true,
|
|
|
+ changeYear: true,
|
|
|
+ dateFormat: "yy/mm/dd",
|
|
|
+ }).datepicker("setDate", "-6d");
|
|
|
$("#datepicker2").datepicker({
|
|
|
changeMonth: true,
|
|
|
changeYear: true,
|
|
@@ -433,12 +434,12 @@ function addAppealInfo(data) {
|
|
|
checkId: $(".checker-drop-input").attr("code"),
|
|
|
appealType: 1,
|
|
|
qcresultDetailId: data.qcresultDetailId,
|
|
|
- isReject:data.isReject,
|
|
|
- casesId:data.casesId,
|
|
|
- casesScore:data.casesScore,
|
|
|
- casesEntryId:data.casesEntryId,
|
|
|
- qcresultDetaiValue:data.qcresultDetaiValue,
|
|
|
- qcresultDetailMsg:data.qcresultDetailMsg
|
|
|
+ isReject: data.isReject,
|
|
|
+ casesId: data.casesId,
|
|
|
+ casesScore: data.casesScore,
|
|
|
+ casesEntryId: data.casesEntryId,
|
|
|
+ qcresultDetaiValue: data.qcresultDetaiValue,
|
|
|
+ qcresultDetailMsg: data.qcresultDetailMsg
|
|
|
}
|
|
|
post(api.addAppealInfo, param).then(function (res) {
|
|
|
if (res.data.code === '0') {
|
|
@@ -947,10 +948,11 @@ $((function ($) {
|
|
|
operationType: operationType,
|
|
|
state: state,
|
|
|
size: 15,
|
|
|
- name: $('.patientNameInp').val(),
|
|
|
+ name: $('.name').val(),
|
|
|
+ patientName: $('.patientNameInp').val(),
|
|
|
complaintDateEnd: behosDateEnd.replaceAll("/", "-"),
|
|
|
complaintDateStart: behosDateStart.replaceAll("/", "-"),
|
|
|
- "desc":['claimant_gmt_create']
|
|
|
+ "desc": ['claimant_gmt_create']
|
|
|
}
|
|
|
expJson(api.getComplaintRecordExport, param).then(res => {
|
|
|
downloadExportedData(res.data, "申诉记录.xls")
|