Index: ssts-web/src/main/webapp/disinfectsystem/problemReport/problemReportForm.js =================================================================== diff -u -r29272 -r29273 --- ssts-web/src/main/webapp/disinfectsystem/problemReport/problemReportForm.js (.../problemReportForm.js) (revision 29272) +++ ssts-web/src/main/webapp/disinfectsystem/problemReport/problemReportForm.js (.../problemReportForm.js) (revision 29273) @@ -183,8 +183,8 @@ labelWidth : 90, items : [ { xtype : 'textarea', - name : 'remark', - id : 'remark', + name : 'remarks', + id : 'remarks', width : 150, height : 100, fieldLabel : "沟通记录", @@ -317,7 +317,7 @@ var content = answers[i].content || ''; contents += orgUnitName + ' ' + userName + ' ' + replyTime + '\n' + ' ' + content + '\n'; } - top.Ext.getCmp('remark').setValue(contents); + top.Ext.getCmp('remarks').setValue(contents); top.Ext.getCmp('answerValue').setValue(result.data.answer); top.Ext.getCmp('type').setValue(result.data.type || ''); @@ -330,8 +330,8 @@ top.Ext.getCmp('registerPerson').el.dom.readOnly = true; top.Ext.getCmp('description').addClass('fieldReadOnlyNoRemove'); top.Ext.getCmp('description').el.dom.readOnly = true; - top.Ext.getCmp('remark').addClass('fieldReadOnlyNoRemove'); - top.Ext.getCmp('remark').el.dom.readOnly = true; + top.Ext.getCmp('remarks').addClass('fieldReadOnlyNoRemove'); + top.Ext.getCmp('remarks').el.dom.readOnly = true; top.Ext.getCmp('reportTime').addClass('fieldReadOnlyNoRemove'); top.Ext.getCmp('reportTime').el.dom.readOnly = true; top.Ext.getCmp('reportTime').el.dom.parentNode.children[1].hidden = true; @@ -349,8 +349,8 @@ top.Ext.getCmp('registerPerson').el.dom.readOnly = true; top.Ext.getCmp('description').addClass('fieldReadOnlyNoRemove'); top.Ext.getCmp('description').el.dom.readOnly = true; - top.Ext.getCmp('remark').addClass('fieldReadOnlyNoRemove'); - top.Ext.getCmp('remark').el.dom.readOnly = true; + top.Ext.getCmp('remarks').addClass('fieldReadOnlyNoRemove'); + top.Ext.getCmp('remarks').el.dom.readOnly = true; top.Ext.getCmp('reportTime').addClass('fieldReadOnlyNoRemove'); top.Ext.getCmp('reportTime').el.dom.readOnly = true; top.Ext.getCmp('reportTime').el.dom.parentNode.children[1].hidden = true;