| | |
| | | } |
| | | |
| | | // 生成产品列 |
| | | minDateTPC := macroPlan.TransferPlanColumn( relnew, |
| | | ColumnDate := Date::MinDate() ); |
| | | traverse ( macroPlan, TransferPlanRow, tpr ) { |
| | | productCell := minDateTPC.TransferPlanCell( relnew, Value := tpr.Category() + "_" + tpr.ProductID() ); |
| | | productCell.TransferPlanRow( relset, tpr ); |
| | | } |
| | | //minDateTPC := macroPlan.TransferPlanColumn( relnew, |
| | | // ColumnDate := Date::MinDate() ); |
| | | //traverse ( macroPlan, TransferPlanRow, tpr ) { |
| | | // productCell := minDateTPC.TransferPlanCell( relnew, Value := tpr.Category() + "_" + tpr.ProductID() ); |
| | | // productCell.TransferPlanRow( relset, tpr ); |
| | | //} |
| | | |
| | | // 调拨数量调整 |
| | | *] |