發(fā)布時間:2024-11-18
特價活動:>>>> 用友U8、T6、T+、T3軟件產(chǎn)品4折優(yōu)惠,暢捷通T+cloud、好會計、易代賬、好業(yè)財、好生意云產(chǎn)品6-8折優(yōu)惠。
造成這樣的問題是由于DynPropertyString字段指的是【位置動態(tài)屬性】,寬屏顯示屏拖動很長后造成的labelWidth760onovertrue
修改760為100。然后進行軟件重新修改移動位置。
Width 字段的寬度最大可用值為1100
DynPropertyString字段指的是位置的方位:labelWidth760onovertrue
解決方案:
備份數(shù)據(jù)執(zhí)行腳本:
--labelWidth不要大于eap_Voucher的Width
--labelWidth760onovertrue
--labelWidth中的值還原默認值100,
update eap_VoucherControls
set DynPropertyString='labelWidth100onovertrue'
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è)務員
類似問題處理方案:
解決方案:
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:原始標題
解決方案:
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='labelWidth100onovertrue'
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.