Description Usage Arguments Value Examples
针对即时库存报表进行处理
1 2 3 4 5 6 7 8 | inv_getRpt_cast(
conn = conn_kjrds(),
FCompanyId = 100202,
filter_ItemNumber = c("2.01.01.0001", "2.01.01.0008", "3.01.01.0001", "3.01.01.0003",
"3.01.04.0001", "3.01.04.0002", "3.01.04.0003", "3.01.04.0004", "3.01.04.0005"),
filter_stockName = c("半成品仓库", "原材料仓库", "采血管车间库",
"辅料仓库")
)
|
conn |
连接 |
FCompanyId |
公司ID |
filter_ItemNumber |
物料代码 |
filter_stockName |
物料名称 |
返回值
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.