示例#1
0
    def get(self, id):

        client = Client.get_client(id=id)

        return render_template('sale_add.html', client_id=id)