当前位置 博文首页 > 程序员A的博客:六:用友U8 API开发(其他入库单【审核弃审删除

    程序员A的博客:六:用友U8 API开发(其他入库单【审核弃审删除

    作者:[db:作者] 时间:2021-06-07 09:16

    终于周末有时间继续写这个博客了,有问题或者需要资料的可以私信或者加我qq:243927103。。。。

    代码:https://github.com/wuyaoqing/U8ApiCsdn

    1:其他入库单审核

    bool Verify(string sVouchType, object VouchId, ref string errMsg, ref Connection cnnFrom = null, ref object TimeStamp = Type.Missing, ref IXMLDOMDocument2 domMsg = null, ref bool bCheck = true, ref bool bBeforCheckStock = true, ref bool bList = false, ref Collection MakeWheres = null, ref string sWebXml = "", ref Dictionary oGenVouchIds = null);

    引用dll,设置MSXML2

    再次执行审核

    ?

    2:其他入库单弃审

    bool UnVerify(string sVouchType, object VouchId, ref string errMsg, ref Connection cnnFrom = null, ref object TimeStamp = Type.Missing, ref IXMLDOMDocument2 domMsg = null, ref bool bCheck = true, ref bool bBeforCheckStock = true, ref bool bList = false);

    3:其他入库单删除

    ?bool Delete(string sVouchType, object VouchId, ref string errMsg, ref Connection cnnFrom = null, ref object TimeStamp = Type.Missing, ref IXMLDOMDocument2 domMsg = null, ref bool bCheck = true, ref bool bBeforCheckStock = true, ref bool bList = false);

    具体方法看这个DLL

    ?