| | |
| | | //入库量/包装容量*入库单价,入库量等于长春产量 |
| | | quantity := ceil( [Number]cell.Value() / enginecost.PackagingCapacity() ) * enginecost.WarehousingPrice(); |
| | | column := selectobject( table, Column, column, column.Name() = cell.FinancialProductionColumn().Name() ); |
| | | //外租库入库费用 |
| | | //外租库入库费用 |
| | | ccrow.SetRentEnterCost( column, quantity ); |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | //厂内到外租库运输费用:,在 trip plan里找到长春装配线边库到长春外租库的运输数量,,,用公式计算得出结果,月度进行汇总 |
| | | //厂内到外租库运输费用:,在 trip plan里找到长春装配线边库到长春外租库的运输数量,,,用公式计算得出结果,月度进行汇总CC-MOMO到长春外租库 |
| | | traverse( owner, Unit.Lane.LaneLeg, laneleg ){ |
| | | //起始库存点是否是长春装配线边库 |
| | | originsp := selectobject( owner, StockingPoint_MP, sp, sp.ID() = laneleg.OriginStockingPointID() ); |