|
|
@@ -11,8 +11,8 @@ import {ErmcpDeliveryGoodsReq, ErmcpDeliveryGoodsRsp} from "./interface";
|
|
|
* @constructor
|
|
|
*/
|
|
|
export function QueryDeliveryGoods( req : ErmcpDeliveryGoodsReq) : Promise<ErmcpDeliveryGoodsRsp[]>{
|
|
|
- const MemberUserID = APP.get('userAccount').memberuserid; // 所属机构id
|
|
|
- return commonSearch_go('/Ermcp3/QueryDeliveryGoods', {MemberUserID , ...req})
|
|
|
+ const areauserid = APP.get('userAccount').memberuserid; // 所属机构id
|
|
|
+ return commonSearch_go('/Ermcp3/QueryDeliveryGoods', {areauserid , ...req})
|
|
|
.catch(err => {
|
|
|
throw new Error(`查询现货商品: ${err.message}`);
|
|
|
})
|