上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 1.删除岗位范围 $("#SCOPETEMS").val(""); beans = new Array(); 2.模板替换 temp = ' type="hidden">'; temp = temp.replace("",postId); 3.岗位已添加 if($("input[name='postBeans']").val() == postId){ alert("岗位已添加,... 阅读全文
posted @ 2018-11-07 18:05 剑小新 阅读(123) 评论(0) 推荐(0)
摘要: 1.修改模板 temp = ' type="hidden">'; var postSelect = ')\'>删除' postSelect = postSelect.replace("",postId); 模板替换 var selectPostScope = ' )\'>查看' selectPostScope = selectPostScope.replace("",p... 阅读全文
posted @ 2018-11-07 16:17 剑小新 阅读(114) 评论(0) 推荐(0)
摘要: var beans = new Array();//定义数组,用于存放缺件物品 var index = null; //index用于存储数组的长度 var SCOPETEMS = null;///JSON字符串,用于存放缺件信息 M_Personnel.prototype.addScope = function(data) { var postId=$("#POSTID").val()... 阅读全文
posted @ 2018-11-07 10:55 剑小新 阅读(174) 评论(0) 推荐(0)
摘要: $("#info").html(table); M_WaitTruck.showPhoto(); +'回收物品照片 '; 阅读全文
posted @ 2018-11-06 20:47 剑小新 阅读(169) 评论(0) 推荐(0)
摘要: M_Personnel.prototype.query = function(actionType) { var self = this; if(SF_ActionType.RESET != actionType){ if( !SF_Validate.check() ) return false ; } var url = self._getUrl_(self.opti... 阅读全文
posted @ 2018-11-05 18:48 剑小新 阅读(210) 评论(0) 推荐(0)
摘要: List personnranList = Persistence.beans(personnrange,communIds, MeminfoArgument.VILLAGEID); for (PERSONRANGE item : personnranList) { item.setID(KeyGenerator.instance().getKey()); } // ... 阅读全文
posted @ 2018-11-03 23:25 剑小新 阅读(131) 评论(0) 推荐(0)
摘要: JavaScript substring() 方法 参数 描述 start 必需。一个非负的整数,规定要提取的子串的第一个字符在 stringObject 中的位置。 stop 可选。一个非负的整数,比要提取的子串的最后一个字符在 stringObject 中的位置多 1。 如果省略该参数,那么返回的子串会一直到字符串的结尾。 var str="Hello world!" documen... 阅读全文
posted @ 2018-11-01 22:28 剑小新 阅读(328) 评论(0) 推荐(0)
摘要: // var hisorder = C_SourceUtil.getCtrlValue(data, "HISORDER"); table/list替换 var hisorder = C_SourceUtil.getBeanValue(data, "HISORDER"); bean替换 table = 阅读全文
posted @ 2018-10-28 16:14 剑小新 阅读(118) 评论(0) 推荐(0)
摘要: M_Hisorder.doQuery = function (){ $("#dataList").empty(); var data = ""; var url = "/hisorder/hisorderList.do"; SF_Form.ajax(SF_MethodType.POST, url, SF_Form.serialize() + data, M_Hisorder.callba... 阅读全文
posted @ 2018-10-27 15:45 剑小新 阅读(229) 评论(0) 推荐(0)
摘要: /** * 首页信息查询的回调函数 * @param 返回值 */ M_Main.ajaxCallBack = function (data){ var dataSource = data.resiCategoryList; //获取绑定的数据 if (SF_DataConvert.isNullOrEmpty(dataSource) ) { return ; } ... 阅读全文
posted @ 2018-10-26 17:21 剑小新 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页