發(fā)布時間:2024-11-18
特價活動:>>>> 用友U8、T6、T+、T3軟件產(chǎn)品4折優(yōu)惠,暢捷通T+cloud、好會計、易代賬、好業(yè)財、好生意云產(chǎn)品6-8折優(yōu)惠。
DynPropertyString字段指的是位置的方位:<Root><DynProp><Key>labelWidth</Key><Value>760</Value></DynProp><DynProp><Key>onover</Key><Value>true</Value></DynProp></Root>
備份數(shù)據(jù)執(zhí)行腳本:
--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: 單據(jù)控件表
DynPropertyString :單元格移動位置動態(tài)屬性
VoucherID:關聯(lián)單據(jù)ID
eap_Voucher:單據(jù)表
name=clerk: 列名為業(yè)務員
類似問題處理方案:
問題現(xiàn)象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:單元格移動位置動態(tài)屬性 SaleDelivery:銷貨單
origAllowances:原始標題
問題現(xiàn)象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官網(wǎng),用友U8,用友T1,用友T+,用友T3,用友T6,暢捷通好會計,好生意,智+好業(yè)財,用友培訓服務售后公司,暢捷通運營培訓服務公司
版權所有:用友暢捷通軟件 Copyright © 2025 All rights reserved.