|
|
$ghs = GhsClass::getById($ghsId, true);
|
|
$ghs = GhsClass::getById($ghsId, true);
|
|
|
$ghsProduct = ProductClass::getAllByCondition(['mainId' => $ghsMainId, 'delStatus' => 0], null, 'id,name,itemId', 'itemId');
|
|
$ghsProduct = ProductClass::getAllByCondition(['mainId' => $ghsMainId, 'delStatus' => 0], null, 'id,name,itemId', 'itemId');
|
|
|
$list = PurchaseItemClass::getAllByCondition($where, null, '*');
|
|
$list = PurchaseItemClass::getAllByCondition($where, null, '*');
|