Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js =================================================================== diff -u -r37868 -r38053 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js (.../invoiceView.js) (revision 37868) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoiceView.js (.../invoiceView.js) (revision 38053) @@ -6,7 +6,7 @@ var recyclingApplicationFormHeight = 620; var recyclingApplicationInfoWidth = 950; -//预约或者自定义下的病人信息的显示与否 +//预约或者自定义下的患者信息的显示与否 var isPatient = false; var isPatientWidth = 425; var isPatientHeight = 140; @@ -833,7 +833,7 @@ hidden: isPatient, items: [{ xtype: 'textfield', - fieldLabel: '病人姓名', + fieldLabel: '患者姓名', maxLength: '41', id: 'patientName', name: 'patientName', @@ -910,7 +910,7 @@ hidden: isPatient, items: [{ xtype: 'textfield', - fieldLabel: '病人所属科室', + fieldLabel: '患者所属科室', maxLength: '41', id: 'ascriptionDepartment', name: 'ascriptionDepartment',