| | |
| | | this.currentRow = currentRow; |
| | | } |
| | | |
| | | public Integer getSRow() { |
| | | public Integer getsRow() { |
| | | return sRow; |
| | | } |
| | | |
| | | public void setSRow(Integer sRow) { |
| | | public void setsRow(Integer sRow) { |
| | | this.sRow = sRow; |
| | | } |
| | | |
| | | public Integer getERow() { |
| | | public Integer geteRow() { |
| | | return eRow; |
| | | } |
| | | |
| | | public void setERow(Integer eRow) { |
| | | public void seteRow(Integer eRow) { |
| | | this.eRow = eRow; |
| | | } |
| | | |
| | |
| | | basDevpService.checkSiteStatus(param.getDevpNo()); |
| | | // 生成工作号 |
| | | int workNo = doubleDeepService.getWorkNo(0); |
| | | if (workNo == 0) { |
| | | throw new CoolException("生成工作号失败,请联系管理员"); |
| | | } else { |
| | | if (wrkMastService.selectById(workNo)!=null) { |
| | | throw new CoolException("生成工作号" + workNo + "在工作档中已存在"); |
| | | } |
| | | } |
| | | // 库位检索 |
| | | String locNo = doubleDeepService.getLocNo(); |
| | | |
| | | |
| | | // if (staNo == null || staNo.get) |
| | |
| | | /** |
| | | * 生成工作号 |
| | | * @param wrkMk 0:入出库 ; 1:其他 |
| | | * @return |
| | | * @return workNo(工作号) |
| | | */ |
| | | public int getWorkNo(Integer wrkMk) { |
| | | WrkLastno wrkLastno = wrkLastnoService.selectById(wrkMk); |
| | |
| | | return workNo; |
| | | } |
| | | |
| | | /** |
| | | * 检索库位号 |
| | | * @param |
| | | * @return |
| | | */ |
| | | public String getLocNo() { |
| | | return null; |
| | | } |
| | | |
| | | } |
| | |
| | | ,{field: 'eRow', align: 'center',title: '终止排号'} |
| | | ,{field: 'crnQty', align: 'center',title: '堆垛机数量'} |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员'} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间', width:200} |
| | | // ,{field: 'modiUser$', align: 'center',title: '修改人员'} |
| | | // ,{field: 'modiTime$', align: 'center',title: '修改时间', width:200} |
| | | |
| | | ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} |
| | | ]], |
| | |
| | | statusCode: 200 |
| | | }, |
| | | done: function(res, curr, count) { |
| | | console.log(res); |
| | | if (res.code === 403) { |
| | | top.location.href = baseUrl+"/"; |
| | | } |