后台商品列表页,批量操作goods_list.htm里js里的变量是哪里来的

2016-07-07 15:15 来源:www.chinab4c.com 作者:ecshop专家

下面confirm里面的变量是哪里来的呢?有人帮忙解决吗?

/**
* @param: bool ext 其他条件:用于转移分类
*/

function confirmSubmit(frm, ext)
{
if (frm.elements['type'].value == 'trash')
{
return confirm(batch_trash_confirm);
}
else if (frm.elements['type'].value == 'not_on_sale')
{
return confirm(batch_no_on_sale);
}
else if (frm.elements['type'].value == 'move_to')
{
ext = (ext == undefined) ? true : ext;
return ext && frm.elements['target_cat'].value != 0;
}
else if (frm.elements['type'].value == '')
{
return false;
}
else
{
return true;
}
}

回答:
语言包里面languages目录

使用搜索。帮助你