文档
测试

购物车数量类型编辑判断

POST

说明 / 示例

购物车编辑数量逻辑: product.futuresFlag 不可编辑数量 ,并提示 The Quantity cannot be modified since the due amount of Future Goods Agreement must be paid in one time. product.futuresFlag or product.quoteFlag or product.product_type in [1,2] or product.quantity <= 1 不可操作按钮 (product.isMarginAdvanceProduct (是否是现货头款) || product.isFuturesAdvanceProduct) (是否是期货头款)         && product.product_type in [1,2] 不可输入 (1是现货保证金,2是期货保证金) product.quoteFlag or product.futuresFlag or product.product_type in [1,2] 不可操作 之前有折扣现在没折扣要提示:The current transaction type or purchase quantity does not meet the promotion event rules 购物车编辑类型逻辑 之前有折扣现在没折扣要提示:The current transaction type or purchase quantity does not meet the promotion event rules product.isMarginAdvanceProduct 不可编辑 product.isFuturesAdvanceProduct 不可编辑  noptiono是poptiontion product.transaction_info.transaction_type.type (1,2,3,4) 可选择 Normal Transaction 不可编辑 ----------------------分割线---------------------------------------