...
|
...
|
@@ -240,7 +240,7 @@ $(document).on('click', '.reply', function() { |
|
|
var item = g.rows[$(this).data("index")];
|
|
|
// 新增回复
|
|
|
common.dialog.confirm("新增回复",
|
|
|
common.util.__template($("#template").html(), {id: item.id, input: item.reply})
|
|
|
common.util.__template($("#template").html(), {id: item.id, input: item.reply, content: encodeHtml(item.content)})
|
|
|
, function () {
|
|
|
common.util.__ajax({
|
|
|
url: '/shareOrder/reply',
|
...
|
...
|
|