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