新增文章
文章标题
分类
C#
云星空
K3 BOS
K3 功能
用友
Oracle
python
SQL
MySql
PHP
HTML
script
windows
Access
影视后期
财务
服务
生活
内容
SourceBillType sourceBillType; switch (selectedRows[0].FormID.ToUpperInvariant()) { case "PRD_MORPT": sourceBillType = SourceBillType.ReportBill; text = "PRD_MORPTENTRY"; break; case "PRD_INSTOCK": sourceBillType = SourceBillType.InStockBill; text = "Entity"; break; case "SFC_OPERATIONREPORT": sourceBillType = SourceBillType.OperationReport; text = "OptRptEntry"; break; case "SFC_OPERATIONTRANSFER": sourceBillType = SourceBillType.OperationTransfer; text = "SFC_OperationTransfer"; break; default: sourceBillType = SourceBillType.ReportBill; break; }
返回
保存