| | |
| | | |
| | | // 运输成本参数 |
| | | lct := select( macroPlan, LogisticsCostTransport, tempLCT, |
| | | tempLCT.Product() = mlcrr.Category() and |
| | | tempLCT.Origin() = ifexpr( mlcrr.Factory() = "大连工厂", "长春外租库", "大连厂内库" ) and |
| | | tempLCT.Destination() = ifexpr( mlcrr.Factory() = "大连工厂", "大连场内库", "长春外租库" ) ); |
| | | tempLCT.Product() = mlcrr.Category() and |
| | | tempLCT.Origin() = mlcrr.Factory() + " " + mlcrr.Category() + "外租库" and |
| | | tempLCT.Destination() = mlcrr.Factory() + " " + mlcrr.Category() + "线边库" ); |
| | | lct1 := select( macroPlan, LogisticsCostTransport, tempLCT, |
| | | tempLCT.Product() = mlcrr.Category() and |
| | | tempLCT.Origin() = ifexpr( mlcrr.Factory() = "大连工厂", "大连厂内库", "CC 厂内库" ) and |