RjPage.BDVCD = '36'; RjPage.Title = '도매와'; RjPage.LangType = 'KR'; RjPage.Currency = '₩'; RjPage.CurrencyBefore = true; RjPage.GetComma = function(number) { number = number.toString().replaceAll(',', '').replaceAll(RjPage.Currency, '').replaceAll(' ', ''); return parseFloat(number).toLocaleString(); }; RjPage.GetCurrency = function(number) { if (RjPage.CurrencyBefore) { return RjPage.Currency + RjPage.GetComma(number); } else { return RjPage.GetComma(number) + RjPage.Currency; } }; RjPage.FixComma = function(number, decimalPoint) { number = number.toString().replaceAll(',', '').replaceAll(RjPage.Currency, '').replaceAll(' ', ''); number = parseFloat(number).toFixed(decimalPoint); return parseFloat(number).toLocaleString(); }; RjPage.FixCurrency = function(number, decimalPoint) { number = RjPage.FixComma(number, decimalPoint); if (RjPage.CurrencyBefore) { return RjPage.Currency + RjPage.GetComma(number); } else { return RjPage.GetComma(number) + RjPage.Currency; } }; RjPage.CharSP = '‖'; RjPage.CharSV = '»'; RjPage.CharSN = '¦'; RjPage.ExcelUrl = 'https://www.todayshion.com/Excel/Down.aspx'; RjPage.BDVCD = '36'; RjPage.CALLVIP = ''; RjPage.CALLEMP = ''; RjPage.ExcelUrl = 'https://www.todayshion.com/Excel/Down.aspx'; var RjLang = { }; RjLang.消息 = '확인메시지'; RjLang.关闭 = '닫기'; RjLang.确定 = '확인'; RjLang.取消 = '취소'; RjLang.询问 = '질문'; RjLang.错误 = '오류'; RjLang.菜单查询 = '메뉴조회'; RjLang.必须指定回调函数 = '반드시 콜백함수를 지정해야 합니다.'; RjLang.超出范围 = '범위 초과'; RjLang.秒后自动关闭 = '초뒤에 자동 닫힙니다.'; RjLang.数据处理中 = '데이터 처리중입니다.'; RjLang.未配置 = '미설정'; RjLang.不能为空 = '비어 있을수 없습니다.'; RjLang.找不到对应控件 = '해당 컨트롤을 찾을 수 없습니다.'; RjLang.请选择指定行 = '행을 선택하세요.'; RjLang.无效的Grid = '유효하지 않은 Grid입니다.'; RjLang.无数据 = '내용 없음'; RjLang.表格数据格式不正确 = '그리드 데이터 형식이 정확하지 않습니다.';