| | |
| | | Linux("Linux", null), |
| | | Mac_OS("Mac OS", null), |
| | | Mac_OS_X("Mac OS X", null), |
| | | Windows("Windows", "D:\\licensed.txt"), |
| | | Windows("Windows", "D:\\license.txt"), |
| | | OS2("OS/2", null), |
| | | Solaris("Solaris", null), |
| | | SunOS("SunOS", null), |
| | |
| | | |
| | | // 生成激活码 |
| | | public static void main(String[] args) { |
| | | String timeStr = "2099-10-26 08:00:00"; |
| | | String timeStr = "2025-12-30 08:00:00"; |
| | | Date exprTime = DateUtils.convert(timeStr); |
| | | String code = AesUtils.encrypt(DateUtils.convert(exprTime, DateUtils.yyyyMMddHHmmss), SystemProperties.SALT); |
| | | System.out.println("激活码:"+code); |
| | |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号', templet: '#orderNoTpl', width: 160} |
| | | // ,{field: 'matnr', align: 'center',title: '规格', width: 160} |
| | | // ,{field: 'maktx', align: 'center',title: '商品名称', width: 200} |
| | | // ,{field: 'batch', align: 'center',title: '箱号'} |
| | | ,{field: 'unit', align: 'center',title: '箱号'} |
| | | // ,{field: 'specs', align: 'center',title: '接头'} |
| | | // ,{field: 'anfme', align: 'center',title: '数量'} |
| | | ,{field: 'brand', align: 'center',title: '包装组号'} |