Showing
1 changed file
with
5 additions
and
5 deletions
@@ -128,14 +128,14 @@ | @@ -128,14 +128,14 @@ | ||
128 | <hr> | 128 | <hr> |
129 | <table id="operateRecordTable"></table> | 129 | <table id="operateRecordTable"></table> |
130 | </div> | 130 | </div> |
131 | - <div title="回访记录" style="overflow:auto;padding:20px;display:none;"> | 131 | + <div title="服务记录" style="overflow:auto;padding:20px;display:none;"> |
132 | <div class="easyui-layout"> | 132 | <div class="easyui-layout"> |
133 | <form id="feedbackRecordSubmitForm" method="post"> | 133 | <form id="feedbackRecordSubmitForm" method="post"> |
134 | <div style="margin-top: 20px;margin-left: 30px;margin-right: 30px"> | 134 | <div style="margin-top: 20px;margin-left: 30px;margin-right: 30px"> |
135 | <table border="0" style="width:99%;"> | 135 | <table border="0" style="width:99%;"> |
136 | <tr style="height: 60px"> | 136 | <tr style="height: 60px"> |
137 | <td width="100%"> | 137 | <td width="100%"> |
138 | - <input class="easyui-textbox" id="feedbackContent" name="feedbackContent" data-options="prompt:'请输入回访内容...'" style="width: 100%;height: 100%;" /> | 138 | + <input class="easyui-textbox" id="feedbackContent" name="feedbackContent" data-options="prompt:'请输入服务记录...'" style="width: 100%;height: 100%;" /> |
139 | </td> | 139 | </td> |
140 | </tr> | 140 | </tr> |
141 | </table> | 141 | </table> |
@@ -201,7 +201,7 @@ $(function() { | @@ -201,7 +201,7 @@ $(function() { | ||
201 | getFeedbackRecord(orderCode); | 201 | getFeedbackRecord(orderCode); |
202 | window.self.$.messager.show({ | 202 | window.self.$.messager.show({ |
203 | title : "提示", | 203 | title : "提示", |
204 | - msg : "提交回访记录成功!" | 204 | + msg : "提交服务记录成功!" |
205 | }); | 205 | }); |
206 | $('#feedbackRecordSubmitForm').form('clear'); | 206 | $('#feedbackRecordSubmitForm').form('clear'); |
207 | }else { | 207 | }else { |
@@ -630,7 +630,7 @@ function getFeedbackRecord(orderCode){ | @@ -630,7 +630,7 @@ function getFeedbackRecord(orderCode){ | ||
630 | }, | 630 | }, |
631 | 631 | ||
632 | columns: [[{ | 632 | columns: [[{ |
633 | - title: "回访内容", | 633 | + title: "服务记录", |
634 | field: "content", | 634 | field: "content", |
635 | width: 100 | 635 | width: 100 |
636 | }, { | 636 | }, { |
@@ -648,7 +648,7 @@ function getFeedbackRecord(orderCode){ | @@ -648,7 +648,7 @@ function getFeedbackRecord(orderCode){ | ||
648 | singleSelect: true, | 648 | singleSelect: true, |
649 | onLoadSuccess: function (data) { | 649 | onLoadSuccess: function (data) { |
650 | if (data.total == 0) { | 650 | if (data.total == 0) { |
651 | - $(this).datagrid('appendRow', { type: '<div style="text-align:center;color:red">没有数据!</div>' }).datagrid('mergeCells', { index: 0, field: 'id', colspan: 4 }) | 651 | + $(this).datagrid('appendRow', { type: '<div style="text-align:center;color:red">没有数据!</div>' }).datagrid('mergeCells', { index: 0, field: 'content', colspan: 3 }) |
652 | } | 652 | } |
653 | } | 653 | } |
654 | }); | 654 | }); |
-
Please register or login to post a comment