作者热门文章
- 使用 Spring Initializr 创建 Spring Boot 应用程序
- 在Spring Boot中配置Cassandra
- 在 Spring Boot 上配置 Tomcat 连接池
- 将Camel消息路由到嵌入WildFly的Artemis上
<my-Double-Table double-Table="doubleTable"head-List="headList"select-Match-List-Tmp="selectMatchListTmp"select-Match-List="selectMatchList"
is-Query="isQuery"filter-Input-Rigth="filterInputRigth"match-List="matchList"select-Data="selectData"on-Rigth-Input-Change-Back="onRigthInputChangeBack()"
rigth-Sort-Obj="rigthSortObj"rigth-Sum="rigthSum" ></my-Double-Table>
**headList**
$scope.headList =[
{name:"运单号",code:"trackingNum",width:"100"},
{name:"件数",code:"count",width:"50",sumCalc:"count",sumInt:"true"},
{name:"体积",code:"volume",width:"100",decimal:"true",sumCalc:"volume"},
*];*
传入头部的标签,格式为数组对象 [{},{}],
***name***:表头的名称
***code***:列表返回的数据对应的字段的key值
***width***:可以设置列的宽度
***sumCalc***:有该字段本列会进行汇总统计(value值对应code的value值)
***sumInt***:该字段为true时会对统计值取整
**selectMatchListTmp**
右边实际选择的数据
**selectMatchList**
查询结果列表
**isQuery**
(待定)
**matchList**
查询结果列表
**selectData**
统计查询结果检索条件
**onRigthInputChangeBack**
onRigthInputChange方法回调
**filterInputRigth**
右边的过滤器
**rigthSortObj**
保存右边的排序
**rigthSum**
右边的统计数据
**doubleTable**
用于暴露内部方法,提供给外部调用
***queryList(queryNew,url)***: 查询数据,queryNew为查询条件,url为请求地址
***leftBtselect(data)***: 左边信息移动到左边,data为选择的信息
***rigthBtselect(data)***: 右边信息移动到左边,data为选择的信息
***rigthSumFn(allList)***: 右边数据汇总,allList为右边的数据
***leftSumFn(allList)***: 左边数据汇总,allList为左边的数据
***onRigthSortClick(row)***: 右边数据排序方法,row为当前列的code值
***onRigthInputChange(row)***: 右边过滤方法,row为当前列的code值
外部调用示例:$scope.doubleTable.leftBtselect(data);
依附于其他js的几个方法:
window.top.showLoad();显示加载图标
window.top.hideLoad();隐藏加载图标
setContentHegthDelay();重设高度
getQueryString("batchNum");(作用待探究)
*** ***
标签: 属性: **headList** $scope.headList =[ {name:"运单号",code:"trackingNum",width:"100"}, {name:"件
我有一个产品表,我想根据我的产品表获取订购产品的总数 这是我的产品表 products +---------------+-------------------+ | product_id |
我想检查字段“number_field”中的记录值是否唯一,因此我在 number_field 中查找具有相同值的记录。我使用 Lookup 方法,因为我正在编辑记录: id := SomeTable
我在运行程序时遇到问题。我的代码太旧了,我不确定它是如何工作的。 Cannot resolve unit name 'DBTables' at line 20 Underclared indetifi
我想使用 Spark 处理来自 JDBC 源的一些数据。但首先,我不想从 JDBC 读取原始表,而是想在 JDBC 端运行一些查询来过滤列和连接表,并将查询结果作为表加载到 Spark SQL 中。
目前,我收到了一个普通的 DbTable Auth Adapter : protected function _getAuthAdapter($formData) { $dbAda
每天我都会在日志文件中看到这个错误: PHP Warning: Missing argument 2 for wpdb::prepare(), called in /home/xxxxxxxx/pub
我是一名优秀的程序员,十分优秀!