|
@@ -252,7 +252,7 @@ public class BizTakeStockPeriodController extends BaseController
|
|
bizTaksStockLot.setRemark(item.getRemark());
|
|
bizTaksStockLot.setRemark(item.getRemark());
|
|
bizTaksStockLot.setStatus(item.getStatus());
|
|
bizTaksStockLot.setStatus(item.getStatus());
|
|
bizTaksStockLot.setHasSpecial(item.getHasSpecial());
|
|
bizTaksStockLot.setHasSpecial(item.getHasSpecial());
|
|
- bizTaksStockLot.setIsProductStatus(1);
|
|
|
|
|
|
+ bizTaksStockLot.setIsProductStatus(item.getStatus());
|
|
bizTaksStockLot.setOutsourceFormNo(item.getOutsourceFormNo());
|
|
bizTaksStockLot.setOutsourceFormNo(item.getOutsourceFormNo());
|
|
bizTaksStockLot.setStatusLabel(item.getReportStatus());
|
|
bizTaksStockLot.setStatusLabel(item.getReportStatus());
|
|
|
|
|