發(fā)布時(shí)間:2024-11-18
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中的值還原默認(rèn)值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 ='費(fèi)用單') and Name='Clerk'
eap_VoucherControls: 單據(jù)控件表
DynPropertyString :單元格移動位置動態(tài)屬性
VoucherID:關(guān)聯(lián)單據(jù)ID
eap_Voucher:單據(jù)表
name=clerk: 列名為業(yè)務(wù)員
類似問題處理方案:
問題現(xiàn)象1:打開銷貨單和退貨單報(bào)錯
解決方案:
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:原始標(biāo)題
問題現(xiàn)象2:打開銷售訂單界面提示“/tplus”應(yīng)用程序中的服務(wù)器錯誤
解決方案:
update eap_VoucherControls set DynPropertyString='labelWidth100onovertrueRefDropDownFieldsCode:往來單位編碼,Name:往來單位名稱,SettlementPartner.Name:結(jié)算客戶ShowTimeFalse'
where VoucherID in (
select id from eap_Voucher where Name='SaleOrder') and name='pubuserdefnvc1'
名詞解釋:
SaleOrder: 銷售訂單 pubuserdefnvc1:字符公用自定義項(xiàng)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
關(guān)鍵字:用友財(cái)務(wù)軟件,暢捷通軟件,財(cái)務(wù)軟件,進(jìn)銷存軟件,U9官網(wǎng),用友U8,用友T1,用友T+,用友T3,用友T6,暢捷通好會計(jì),好生意,智+好業(yè)財(cái),用友培訓(xùn)服務(wù)售后公司,暢捷通運(yùn)營培訓(xùn)服務(wù)公司
版權(quán)所有:用友暢捷通軟件 Copyright © 2024 All rights reserved.