Exemplo n.º 1
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'giftList'

		self.tableList = ['checkbox', 'giftId', 'name_', 'typeName', 'unitName', 'specification', 'status', 'remark', 'giftIndex', ]
Exemplo n.º 2
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'bdtbl'

		self.tableList = ['checkbox', 'department', 'userName', 'mobilePhone', 'roleId', 'job', 'workcode', 'status', 'version', 'lastlogin', 'imei1', 'imei2']
Exemplo n.º 3
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'satbl'

		self.tableList = ['checkbox', 'pSaleAreaName', 'saleAreaName', 'saleAreaManagerName', 'remark', 'stauts']
Exemplo n.º 4
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'katbl'

		self.tableList = ['checkbox', 'kaCode', 'kaName', 'saleAreaName', 'kaTypeName', 'tel', 'status', 'provinceId', 'cityId', 'districtId', 'address', 'fax', 'email', 'remark']
Exemplo n.º 5
0
    def __init__(self, driver):

        TablePage.__init__(self, driver)

        self.tableId = "storetbl"

        self.tableList = [
            "checkbox",
            "storeCode",
            "storeName",
            "saleAreaName",
            "busManagerName",
            "storeTypeName",
            "storeRankName",
            "contactName",
            "contactPhone",
            "saleTypes",
            "status",
            "provinceId",
            "cityId",
            "districtId",
            "address",
            "kaName",
            "relationDistribute",
            "tel",
            "remark",
        ]  #'relationSupplier',
Exemplo n.º 6
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'distrtbl'

		self.tableList = ['checkbox', 'distributorCode', 'distributorName', 'saleAreaName', 'busManagerName', 'distributorTypeName', 'contactName', 'contactPhone', 
                        'saleTypeNames', 'tel', 'status', 'provinceId', 'cityId', 'districtId', 'address', 'remark', ]
Exemplo n.º 7
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'tablelist'

		self.tableList = ['checkbox', 'promotionCode', 'promotionName', 'promotionIndex', 'promActivityTypeName', 'status', 'promStartTime', 'promEndTime', 'promPutInType', \
                        'promSpecifications', 'remark']
Exemplo n.º 8
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'productlist'

		self.tableList = ['checkbox', 'productSort', 'productId', 'name_', 'shortName', 'brandName', 'typeName', 'batchUnitName', 'singleUnitName', 'rate', 
                        'batchSpecification', 'singleSpecification', 'boxCoefficient', 'barCode', 'isNew', 'isKey', 'status',]
Exemplo n.º 9
0
    def __init__(self, driver):

        TablePage.__init__(self, driver)

        self.tableId = 'takegiftlist'

        self.tableList = ['checkbox', 'promotionCode', 'promotionName', 'promotionInfo', 'productName', 'promotionIndex', 'giftName', 'promStartTime', 'promEndTime', 
                        'remark', 'status', ]
Exemplo n.º 10
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'sitbl'

		self.tableList = ['checkbox', 'saleAreaName', 'positionjob', 'userName', 'mobilePhone', 'userNumber', 'sex', 
					'managerName', 'roleIds', 'status', 'workcode', 'shortcode', 'tel', 'remark']
Exemplo n.º 11
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'competingproductlist'

		self.tableList = ['checkbox', 'competingId', 'name_', 'shortName', 'brandName', 'typeName', 'specification', 'concernRegion', \
                        'manufacturer', 'place', 'status', 'competingIndex', 'remark',]
Exemplo n.º 12
0
	def __init__(self, driver):

		TablePage.__init__(self, driver)

		self.tableId = 'kpitbl'

		self.tableList = ['checkbox', 'username', 'mobilePhone', 'kpiTypeName', 'year', 'month1', 'month2', 'month3', 'month4', 'month5', 'month6', 'month7', 'month8', 
                        'month9', 'month10', 'month11', 'month12', ]