| | |
| | | string inRemark = model.inRemark;//备注 |
| | | string ckId = model.ckId; |
| | | string fIsLink = model.fIsLink; |
| | | string fHasLinkSource=model.fHasLinkSource; |
| | | string fHasLinkSource = model.fHasLinkSource; |
| | | //下面是无源的 |
| | | string salesOrg = model.salesOrg; |
| | | string inventoryOrg = model.inventoryOrg; |
| | | string returnCustomer = model.returnCustomer; |
| | | string salesDept = model.salesDept; |
| | | string xsms = model.xsms; |
| | | var _sb = new StringBuilder(); |
| | | var _split = "|"; |
| | | foreach (var m in model.list) |
| | |
| | | new("@inventoryOrg", inventoryOrg), |
| | | new("@returnCustomer", returnCustomer), |
| | | new("@salesDept", salesDept), |
| | | new("@xsms", xsms), |
| | | new("@inLineList", _sb.ToString()) |
| | | }; |
| | | parameters[0].Direction = ParameterDirection.Output; |