You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
556 B
12 lines
556 B
*** Settings ***
|
|
Library RequestsLibrary
|
|
Library Collections
|
|
|
|
*** Test Cases ***
|
|
Formula_calculation
|
|
#公式计算
|
|
${结算单价}= Evaluate ${unitPrice}+${publicSubsidies}
|
|
${扣点(%)}= Evaluate (${netWeight}-${settleWeight})/${netWeight}
|
|
${代卖费(元)}= Set Variable If '${proxySellerSettleType}'=='1' ${unitSurcharge}*${netWeight} ${unitSurcharge}*${settleWeight}
|
|
${第一笔应付金额(元)}= Set Variable If '${activitySettleType}'=='null'
|
|
'${activitySettleType}'=='2'
|