| | |
| | | } |
| | | } |
| | | |
| | | public String getRow1$(){ |
| | | if (null == this.row1){ return null; } |
| | | return String.valueOf(this.row1); |
| | | } |
| | | |
| | | public String getBay1$(){ |
| | | if (null == this.lev1){ return null; } |
| | | return String.valueOf(this.lev1); |
| | | } |
| | | |
| | | public String getLev1$(){ |
| | | if (null == this.bay1){ return null; } |
| | | return String.valueOf(this.bay1); |
| | | } |
| | | |
| | | public void setStatus(Integer status) { |
| | | this.status = status; |
| | | } |
| | |
| | | color: #fff; |
| | | /*transform: perspective(130px) rotateX(30deg) translateZ(-20px);*/ |
| | | box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); |
| | | border-radius: 50% 20% / 10% 40%; |
| | | } |
| | | |
| | | .pointBox:hover{ |
| | |
| | | width: 30px; |
| | | height: 30px; |
| | | margin-right: 1px; |
| | | box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); |
| | | /*border-radius: 10% / 50%;*/ |
| | | } |
| | | |
| | | .pointBoxGreen { |
| | |
| | | pidName: 'parentId' // pid字段名称 |
| | | }, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{type: 'numbers'} |
| | | {type: 'checkbox'}, |
| | | {type: 'numbers'} |
| | | ,{field: 'name', align: 'left',title: '编号/名称', minWidth: 150} |
| | | // ,{field: 'uuid', left: 'center',title: '编号/名称', minWidth: 150} |
| | | ,{field: 'type$', align: 'center',title: '类型', templet: '#typeTpl'} |
| | |
| | | // ,{field: 'count', align: 'center',title: '数量'} |
| | | // ,{field: 'sort', align: 'center',title: '排序'} |
| | | ,{field: 'status$', align: 'center',title: '状态', hide: true} |
| | | ,{field: 'row1', align: 'center',title: '排'} |
| | | ,{field: 'bay1', align: 'center',title: '列'} |
| | | ,{field: 'lev1', align: 'center',title: '层'} |
| | | ,{field: 'row1$', align: 'center',title: '排'} |
| | | ,{field: 'bay1$', align: 'center',title: '列'} |
| | | ,{field: 'lev1$', align: 'center',title: '层'} |
| | | ,{field: 'updateTime$', align: 'center',title: '修改时间'} |
| | | ,{field: 'updateBy$', align: 'center',title: '修改人员'} |
| | | ,{field: 'memo', align: 'center',title: '备注', hide: true} |