|
问题现象:在用友8.60erp系统中用友U8版本号:U8.60软件的供应链产品线销售管理模块出现如下问题:发货单不能参照订单请帮忙解答!
原因分析:拷贝单据的定义设置有问题,即表aa_columndic中有错误。
解决方案:在用友erp 系统版本U8.60软件中从模板库(ufmodel)中导入相关记录请执行如下脚本DELETE[AA_ColumnSet]whereckey='pu_cgddtocgdhd'INSERTINTO[AA_ColumnSet]([cUserId],[cKey],[cFld],[cQryField],[cCaption],[cCaptionPar],[bFixed],[bDisp],[iColWidth],[iAlign],[cOrder],[bLock],[iMergeCols],[bMustSel],[bNeedSum])SELECT[cUserId],[cKey],[cFld],[cQryField],[cCaption],[cCaptionPar],[bFixed],[bDisp],[iColWidth],[iAlign],[cOrder],[bLock],[iMergeCols],[bMustSel],[bNeedSum]FROM[ufmodel].[dbo].[AA_ColumnSet]whereckey='pu_cgddtocgdhd'DELETE[AA_ColumnDic]whereckey='pu_cgddtocgdhd'INSERT[AA_ColumnDic]([cKey],[cFld],[cQryField],[iColPos],[cCaption],[cCaptionPar],[bFixed],[bDisp],[iColWidth],[iAlign],[cOrder],[bLock],[iMergeCols],[bMustSel],[bNeedSum])SELECT[cKey],[cFld],[cQryField],[iColPos],[cCaption],[cCaptionPar],[bFixed],[bDisp],[iColWidth],[iAlign],[cOrder],[bLock],[iMergeCols],[bMustSel],[bNeedSum]FROM[ufmodel].[dbo].[AA_ColumnDic]whereckey='pu_cgddtocgdhd'。
|
|