解决方案: |
经跟踪后发现在如下语句终止
Insert Into Rdrecords(autoid,id,cinvcode,cbarcode,cassunit,inum,iquantity,iunitcost,iprice,
iaprice,ipunitcost,ipprice,cbatch,cvouchcode,cfree1,cfree2,cfree3,cfree4,cfree5,cfree6,
cfree7,cfree8,cfree9,cfree10,inquantity,innum,dmadedate,iflag,dsdate,itax,isnum,isquantity,
imoney,isoutquantity,isoutnum,ifnum,ifquantity,dvdate,cposition,cdefine22,cdefine23,cdefine24,
cdefine25,cdefine26,cdefine27,cdefine28,cdefine29,cdefine30,cdefine31,cdefine32,cdefine33,
cdefine34,cdefine35,cdefine36,cdefine37,impoids,itrids,icheckids,citem_class,citemcode,iarrsid,
iposid,facost,cname,citemcname,imassdate,cbvencode,cinvouchcode,cgspstate,ccheckcode,icheckidbaks,
crejectcode,irejectids,ccheckpersoncode,dcheckdate)
Values (54625,20895,'A01011',NULL,NULL,0,100,10,1000,1000,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,0,0,0,0,0,0,0,0,NULL,'',NULL,NULL,NULL,NULL,0,0,NULL,
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10,NULL,NULL,NULL,
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
错误可能是在 Rdrecords 的ID号上 。
打开UFSYSTEM 中UA_Identity表,修改帐套中 RD的 iFatherID和iChildId与实际rdrecord/s表的id号一致。再次保存ok
|