特价活动:>>>> 畅云管家新购、续费7折优惠,畅捷通T+cloud、好会计、易代账、好业财、好生意云产品6-8折优惠。
DynPropertyString字段指的是位置的方位:<Root><DynProp><Key>labelWidth</Key><Value>760</Value></DynProp><DynProp><Key>onover</Key><Value>true</Value></DynProp></Root>
备份数据执行脚本:
--labelWidth不要大于eap_Voucher的Width
--<Root><DynProp><Key>labelWidth</Key><Value>760</Value></DynProp><DynProp><Key>onover</Key><Value>true</Value></DynProp></Root>
--labelWidth中的值还原默认值100,
update eap_VoucherControls
set DynPropertyString='<Root><DynProp><Key>labelWidth</Key><Value>100</Value></DynProp><DynProp><Key>onover</Key><Value>true</Value></DynProp></Root>'
where VoucherID =(select id from eap_Voucher where title ='费用单') and Name='Clerk'
eap_VoucherControls: 单据控件表
DynPropertyString :单元格移动位置动态属性
VoucherID:关联单据ID
eap_Voucher:单据表
name=clerk: 列名为业务员
类似问题处理方案:
问题现象1:打开销货单和退货单报错
解决方案:
UPDATE eap_VoucherControls
SET Width=220, DynPropertyString = 'labelWidth100onovertrue'
WHERE id IN(SELECT id FROM dbo.eap_VoucherControls
WHERE VoucherID IN(SELECT id FROM dbo.eap_Voucher WHERE [Name]='SaleDelivery')AND [Name]='origAllowances')
名词解释:
Width:单元格的宽度 DynPropertyString:单元格移动位置动态属性 SaleDelivery:销货单
origAllowances:原始标题
问题现象2:打开销售订单界面提示“/tplus”应用程序中的服务器错误
解决方案:
update eap_VoucherControls set DynPropertyString='labelWidth100onovertrueRefDropDownFieldsCode:往来单位编码,Name:往来单位名称,SettlementPartner.Name:结算客户ShowTimeFalse'
where VoucherID in (
select id from eap_Voucher where Name='SaleOrder') and name='pubuserdefnvc1'
名词解释:
SaleOrder: 销售订单 pubuserdefnvc1:字符公用自定义项1
UPDATE eap_VoucherControls set DynPropertyString='<Root><DynProp><Key>labelWidth</Key><Value>100</Value></DynProp><DynProp><Key>onover</Key><Value>true</Value></DynProp></Root>'
where VoucherID in
(
select id from eap_Voucher where name like 'SaleDelivery'
) and DynPropertyString is not null and name='Customer'
名称解释:
SaleDelivery:销货单 Custome:客户
客服电话:400-665-0028
关键字:用友财务软件,畅捷通软件,财务软件,进销存软件,U9官网,用友U8,用友T1,用友T+,用友T3,用友T6,畅捷通好会计,好生意,智+好业财,用友培训服务售后公司,畅捷通运营培训服务公司
版权所有:用友畅捷通软件 Copyright © 2024 All rights reserved.