下载二维码调试
This commit is contained in:
parent
04b8cded95
commit
0d9e944ce7
|
|
@ -110,7 +110,7 @@ public class BackApplyInfo {
|
|||
private String createBy;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "创建时间")
|
||||
@Excel(name = "创建时间", dateFormat = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date createTime;
|
||||
|
||||
/** 1.机具分公司审核通过,2.机具分公司审批不通过,3.调试分公司审批通过,4.调试分公司审批不通过,5.出库进行中,6.出库完成 */
|
||||
|
|
|
|||
|
|
@ -318,6 +318,9 @@ public class PurchaseBindServiceImpl implements IPurchaseBindService {
|
|||
if (CollectionUtils.isNotEmpty(details)) {
|
||||
PurchaseVo detail = details.get(0);
|
||||
purchaseDto.setTaskId(detail.getTaskId().toString());
|
||||
if (detail.getBindNum() != null && detail.getBindNum() > 0) {
|
||||
detail.setCheckNum(detail.getCheckNum() - detail.getBindNum());
|
||||
}
|
||||
getString(addedEntries, purchaseDto, genMonth, num, zos, detail.getMaterialModel(), detail.getMaterialName(), detail.getTypeId(), detail.getCheckNum());
|
||||
extractedUpStatus(purchaseDto);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue