2016年6月15日
摘要: select t.*, t.rowid from t_dept_type t 部门select t.*, t.rowid from t_company t 公司select t.*, t.rowid from t_employees t 员工 select a.departmentid,a.user 阅读全文
posted @ 2016-06-15 00:33 顺子2016 阅读(127) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></script> <script src="http://apps. 阅读全文
posted @ 2016-06-15 00:31 顺子2016 阅读(664) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><script src="/jquery/jquery-1.11.1.min.js"></script><script> $(document).ready(function(){ $(".start").click(function(){ $( 阅读全文
posted @ 2016-06-15 00:30 顺子2016 阅读(429) 评论(0) 推荐(0) 编辑
摘要: <a href="" ng-click="DialTelephone.html" title="拨打" style="text-decoration: none"> <span class="glyphicon glyphicon-earphone" style="color:red" aria-h 阅读全文
posted @ 2016-06-15 00:28 顺子2016 阅读(1690) 评论(0) 推荐(0) 编辑
摘要: var telStr=$("#TELNUM").val(); var telsPre=telStr.split(","); var tels=telsPre.reverse(); var size = tels.length; for(var i=0; i<size; i++){ if(""!=te 阅读全文
posted @ 2016-06-15 00:26 顺子2016 阅读(181) 评论(0) 推荐(0) 编辑
摘要: <div> <ol id="funcPath" class="breadcrumb"> <li><a href="#"><span class="icon-home"></span>交易管理</a></li> <li class="active" style="font-size:16px;colo 阅读全文
posted @ 2016-06-15 00:24 顺子2016 阅读(393) 评论(0) 推荐(0) 编辑
摘要: js接口 //查询公司客户 $scope.A = []; DataCenter.find("customer/info",{COMPANY:1}) DataCenter.addEventListener("customers", function(e){ $scope.A = e.data; $sc 阅读全文
posted @ 2016-06-15 00:22 顺子2016 阅读(469) 评论(0) 推荐(0) 编辑
摘要: <div class="col-md-6 col-sm-6" style="text-align:left;" ng-messages="myForm.CUSTOMER_TELS.$error"> <input type="text" class="control-btm input-sm form 阅读全文
posted @ 2016-06-15 00:18 顺子2016 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <td class="text-center">{{demand.LOW_PRICE}}-{{demand.HIGH_PRICE}}Ԫ</td> <td class="text-center">{{demand.LOW_SQUARE}}-{{demand.HIGH_SQUARE}}</td> <td 阅读全文
posted @ 2016-06-15 00:15 顺子2016 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <html><head><title>jquery_core</title><script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script><script>//var $=jQuery();console.lo 阅读全文
posted @ 2016-06-15 00:12 顺子2016 阅读(146) 评论(0) 推荐(0) 编辑