No, your parametrization isn't quite right yet, although you do have pretty much all the right ingredients. The main issue with what you wrote is that you didn't quite decide how you're parametrizing it: in terms of $u,v$ or in terms of $r,\theta$? You have kind of a "hybrid" there which is neither this nor that... If you're parametrizing in terms of $u,v$, then your vector function $\phi(u,v)$ must depend on $u,v$ only and can NOT have any other variables, such as $r$. Or if you're parametrizing in terms of $r,\theta$, then it must depend on $r,\theta$ only and can NOT have any other variables, such as $u,v$. And the second issue is that it's not true that $r\le1$.
Note that in your parametrization $u=x$ and $v=y$, so you don't even need these two extra letters. You can parametrize $x=r\cos\theta$ and $y=r\sin\theta$, which gives you $z=2-r$, as you already found correctly. So the entire prametrization is
$$\phi(r,\theta)=(r\cos\theta,r\sin\theta,2-r),$$
where $0\le\theta\le2\pi$ and $1\le r\le2$. The bounds for $r$ follow from $r=2-z$ and $0\le z\le1$.
Now you can set up the surface area of $S$ using the integral formula
$$\text{Area}=\iint\limits_S dS=\iint\limits_S \|\phi_r\times\phi_{\theta}\|\,dr\,d\theta.$$
With the parametrization above (check all the steps yourself):
$$\phi_r=(\cos\theta,\sin\theta,-1);$$
$$\phi_{\theta}=(-r\sin\theta,r\cos\theta,0);$$
$$\phi_r\times\phi_{\theta}=(r\cos\theta,r\sin\theta,r);$$
$$\|\phi_r\times\phi_{\theta}\|=r\sqrt{2}.$$
So the surface area is:
$$\text{Area}=\iint\limits_S \|\phi_r\times\phi_{\theta}\|\,dr\,d\theta=\int_0^{2\pi}\int_1^2 r\sqrt{2}\,dr\,d\theta=\cdots=\pi\sqrt{2}.$$
Let us know if you'd like help with the steps in between.