| | |
| | | } |
| | | |
| | | if (InoutConstant.PROGRESS_CHECK.equals(data.getProgress())) { |
| | | if (StringUtils.isEmpty(data.getCheckUser())) { |
| | | data.setCheckUser(ContextUtil.getLoginUserCName()); |
| | | } |
| | | data.setProgress(nextProgress); |
| | | return data; |
| | | } |
| | |
| | | curData.setCheckTime(new Date()); |
| | | data.setCheckTime(new Date()); |
| | | } |
| | | curData.setCheckUser(data.getCheckUser()); |
| | | curData.setCheckStatus(data.getCheckStatus()); |
| | | curData.setFoodYear(data.getFoodYear()); |
| | | |
| | |
| | | title: '备注说明', |
| | | align: 'center', |
| | | edit: 'text' |
| | | }]] |
| | | }]], |
| | | limit: this.curCheckItems.length //显示的数量 |
| | | }); |
| | | |
| | | $("thead tr").css({ |
| | |
| | | } |
| | | |
| | | function flushByHand() { |
| | | flushData(null, null); |
| | | var intelCard = $("#intelCard").val(); |
| | | flushData(intelCard, null); |
| | | } |
| | | |
| | | function flushWeight() { |