复选框:
按钮:
function check(){  var rec_id_array = new array();  $([name='checkboxes']:checked).each(function () {  rec_id_array.push($(this).val());  });  listtable.remove(rec_id_array, '確定拆分訂單嗎', 'split_order');}listtable.remove = function(id, cfm, opt){  if (opt == null)  {    opt = remove;  }  if (confirm(cfm))  {    var args = act= + opt + &id= + id + this.compilefilter();    ajax.call(this.url, args, this.listcallback, get, json);  }}
回复内容:                                                                                  复选框:
按钮:
function check(){  var rec_id_array = new array();  $([name='checkboxes']:checked).each(function () {  rec_id_array.push($(this).val());  });  listtable.remove(rec_id_array, '確定拆分訂單嗎', 'split_order');}listtable.remove = function(id, cfm, opt){  if (opt == null)  {    opt = remove;  }  if (confirm(cfm))  {    var args = act= + opt + &id= + id + this.compilefilter();    ajax.call(this.url, args, this.listcallback, get, json);  }}
   
 
   