Browse Source

Merge pull request 'no message' (#4) from test into master

Reviewed-on: http://git.qniao.cn/automated-test-scripts/ztb-ops-rf-api/pulls/4
master
赖勇兰 3 years ago
parent
commit
168a68c5b2
1 changed files with 2 additions and 2 deletions
  1. 4
      001-DirectSale/2-Platform/Order/2-Order_management.robot

4
001-DirectSale/2-Platform/Order/2-Order_management.robot

@ -56,8 +56,8 @@ Direc_Upload_weight
${paymentDueDate} Get Substring ${paymentDueDate} 0 19
${adjustFee} Evaluate random.randint(1000,2000) random #应付调节费
${reciverble_adjustFee} Evaluate random.randint(1000,2000) random #应收调节费
${netWeight} Evaluate random.randint(15000,23000) random #净重(公斤)
${settlementWeight} Evaluate random.randint(8600,15000) random #结算重量(公斤)
${netWeight} Evaluate random.uniform(15000,23000) random #净重(公斤)
${settlementWeight} Evaluate random.uniform(8600,15000) random #结算重量(公斤)
${qualityInspectionSheetDeductionRulesList} Set Variable \ \ \ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyName":101, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyType":1011, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "value":0.002 \ \ \ \ \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyName":103, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyType":1011, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "value":0.001 \ \ \ \ \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyName":104, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyType":1011, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "value":0.001 \ \ \ \ \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyName":102, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyType":1011, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "value":0.002 \ \ \ \ \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyName":105, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "strategyType":1011, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ "value":0.003 \ \ \ \ \ \ \ \ \ \ \ \ }
Set Global Variable ${id}
Set Global Variable ${type}

Loading…
Cancel
Save