2019年8月19日

json 数据 ,递归处理获取 数据

摘要: /** * 获取旧供应商信息 * @param json * @return * @throws ActiveRecordException */ public Record getSuppRec(JSONArray json,String suppliersName) throws ActiveRecordException{ ... 阅读全文

posted @ 2019-08-19 14:18 小白菜好吃 阅读(895) 评论(0) 推荐(0)

JSONObject

摘要: public static void main(String[] args) throws ActiveRecordException { String suppId = ""; String beforeName = ""; // {"ProjectName":"企业基本信息","ChangeDate":"2019-06-... 阅读全文

posted @ 2019-08-19 14:16 小白菜好吃 阅读(380) 评论(0) 推荐(0)

验证修改金额必须为数字

摘要: blurFnNum: function (row) { // 验证修改金额必须为数字 let reg = /^\d+(\.\d+)?$/ if (row.assetsTrusteeshipIncome !== '' && row.assetsTrusteeshipIncome != null && !reg.test(row.assetsTrusteeshipIncome)) { this.war 阅读全文

posted @ 2019-08-19 13:55 小白菜好吃 阅读(271) 评论(0) 推荐(0)

导航