出库申请拉单调整

This commit is contained in:
xyz 2024-12-25 15:57:13 +08:00
parent 7b1e7f72c7
commit 3a2dfacc35
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ const fileds_orgfilter_Bljh = [
'mm_pickm_b.cvendorid' //供应商 'mm_pickm_b.cvendorid' //供应商
]; ];
const PK = { const PK = {
headBljh: 'mm_pickm', headBljh: 'cpickmid',
bodyBljh: 'mm_pickm_b' bodyBljh: 'cpickm_bid'
}; };
const URL = { const URL = {
searchBljh: '/nccloud/ic/sapplybill/queryPickm.do' searchBljh: '/nccloud/ic/sapplybill/queryPickm.do'