Exemplo n.º 1
0
 def subwaybill_enter(self, sub_waybill):
     BasePage.text_enter(self, self.subwaybill_loc, sub_waybill)
Exemplo n.º 2
0
 def subweight_enter(self, weight):
     BasePage.text_enter(self, self.subweight_loc, weight)
Exemplo n.º 3
0
 def remark_write(self, remark):
     BasePage.text_enter(self, self.remark_loc, remark)
Exemplo n.º 4
0
 def pieces_enter(self, pieces):
     BasePage.text_enter(self, self.pieces_loc, pieces)
Exemplo n.º 5
0
 def waybill_enter(self, waybill):
     BasePage.text_enter(self, self.waybillNo_loc, waybill)
Exemplo n.º 6
0
 def cus_name_enter(self, cus_name):
     BasePage.text_enter(self, self.customerName_loc, cus_name)
Exemplo n.º 7
0
 def cus_code_enter(self, cus_code):
     BasePage.text_enter(self, self.customerCode_loc, cus_code)