出库申请拉单调整

This commit is contained in:
xyz 2024-12-25 12:04:16 +08:00
parent 3602611d2d
commit d0b90a5c4e
1 changed files with 2 additions and 2 deletions

View File

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