發(fā)布時(shí)間:2024-11-18
在銷(xiāo)貨單工作臺(tái)想要有【條件類(lèi)型】字段可以選擇【單值】,就像銷(xiāo)售訂單執(zhí)行表查詢(xún)頁(yè)面一樣,【條件類(lèi)型】字段可以選擇【單值】。
修改了銷(xiāo)貨單工作臺(tái)的話(huà),那么銷(xiāo)貨單列表的查詢(xún)也會(huì)隨著變成單值,以下腳本為處理銷(xiāo)貨單列表查詢(xún)的客戶(hù)和結(jié)算客戶(hù),如果結(jié)算客戶(hù)不需要修改則不用執(zhí)行;
同時(shí)下面還有恢復(fù)到區(qū)間的腳本,執(zhí)行完成以后,重新刷新頁(yè)面或者重啟T+服務(wù),如有問(wèn)題及時(shí)反饋聯(lián)系;(請(qǐng)注意備份賬套再執(zhí)行。
--處理客戶(hù)
update EAP_SearchItem_Ext set IsBetween = 0,CompareSign = '=' where SearchId in (select id from EAP_SearchInfo_Ext where Name = 'SA_SaleDeliveryList') and FieldName = 'SaleDelivery.Customer.Code'
update EAP_SearchPlanItem_Ext set ItemType = NULL where SearchItemId in (
select id from EAP_SearchItem_Ext where SearchId in (select id from EAP_SearchInfo_Ext where Name = 'SA_SaleDeliveryList') and (FieldName = 'SaleDelivery.Customer.Code')
)
--處理結(jié)算客戶(hù)
update EAP_SearchItem_Ext set IsBetween = 0,CompareSign = '=' where SearchId in (select id from EAP_SearchInfo_Ext where Name = 'SA_SaleDeliveryList') and FieldName = 'SaleDelivery.SettleCustomer.Code'
update EAP_SearchPlanItem_Ext set ItemType = NULL where SearchItemId in (
select id from EAP_SearchItem_Ext where SearchId in (select id from EAP_SearchInfo_Ext where Name = 'SA_SaleDeliveryList') and (FieldName = 'SaleDelivery.Customer.Code')
)
--恢復(fù)區(qū)間的腳本
update EAP_SearchItem_Ext set IsBetween = 1,CompareSign = '=' where SearchId in (select id from EAP_SearchInfo_Ext where Name = 'SA_SaleDeliveryList') and FieldName = 'SaleDelivery.Customer.Code'
update EAP_SearchItem_Ext set IsBetween = 1,CompareSign = '=' where SearchId in (select id from EAP_SearchInfo_Ext where Name = 'SA_SaleDeliveryList') and FieldName = 'SaleDelivery.SettleCustomer.Code'
客服電話(huà):400-665-0028
關(guān)鍵字:用友財(cái)務(wù)軟件,暢捷通軟件,財(cái)務(wù)軟件,進(jìn)銷(xiāo)存軟件,U9官網(wǎng),用友U8,用友T1,用友T+,用友T3,用友T6,暢捷通好會(huì)計(jì),好生意,智+好業(yè)財(cái),用友培訓(xùn)服務(wù)售后公司,暢捷通運(yùn)營(yíng)培訓(xùn)服務(wù)公司
版權(quán)所有:用友暢捷通軟件 Copyright © 2025 All rights reserved.