def subwaybill_enter(self, sub_waybill): BasePage.text_enter(self, self.subwaybill_loc, sub_waybill)
def subweight_enter(self, weight): BasePage.text_enter(self, self.subweight_loc, weight)
def remark_write(self, remark): BasePage.text_enter(self, self.remark_loc, remark)
def pieces_enter(self, pieces): BasePage.text_enter(self, self.pieces_loc, pieces)
def waybill_enter(self, waybill): BasePage.text_enter(self, self.waybillNo_loc, waybill)
def cus_name_enter(self, cus_name): BasePage.text_enter(self, self.customerName_loc, cus_name)
def cus_code_enter(self, cus_code): BasePage.text_enter(self, self.customerCode_loc, cus_code)