对应产品:U8
版本号:13.000
依赖补丁:KB-U8V13.0-000001-190517-InterfaceChangeFiles
发布时间:2019-10-23 13:40:31
安装位置:客户端 数据库服务器 应用服务器
问题号:U82019102100863
语言:简体中文
涉及模块:寄售管理
补丁类别:系统BUG
安装级别:必须安装
补丁状态:正式对外发布
问题描述:模块包
发布描述:
问题号:U82019102100863
描述:
1,把销售订单的表体自定义项带入到寄售调拨单的表体自定义项(不要使用寄售选项中已使用的自定义项)。
2,在相应数据账套中执行以下语句增加调拨单表头客户信息的维度扩展,用户自行在调拨单表头扩展客户信息。
declare @ccuscodefield nvarchar(50)
select @ccuscodefield=cCusCCodeDefine from HY_QPCC_Config
if not exists(select * from VoucherExtendType where cardnumber="0304" and cextendtype="T" and csupporttype="customer") begin
insert into VoucherExtendType(csub_id,cardnumber,cextendtype,csupporttype,cjoinname,cjoinfield, clistkeys)
values("st","0304","T","customer","TransM",@ccuscodefield,"0304")
end
go
本站不提供下载资料的技术支持。使用者必须具备技术能力并自行解决问题!否则请勿下载。