入库单据号修改
This commit is contained in:
@@ -95,7 +95,7 @@ public class WornInboundBillServiceImpl implements IWornInboundBillService
|
|||||||
// 生成单号
|
// 生成单号
|
||||||
if (wornInboundBill.getBillNo() == null || "".equals(wornInboundBill.getBillNo().trim()))
|
if (wornInboundBill.getBillNo() == null || "".equals(wornInboundBill.getBillNo().trim()))
|
||||||
{
|
{
|
||||||
wornInboundBill.setBillNo("RK" + System.currentTimeMillis());
|
wornInboundBill.setBillNo("WR" + System.currentTimeMillis());
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================== 4. 插入主表 ================== */
|
/* ================== 4. 插入主表 ================== */
|
||||||
|
|||||||
Reference in New Issue
Block a user