Ok;
For your DHCP clients on VLAN 120 you do not need to configure anything special on the Huawei switch - instead you need to configure DHCP Relay on the Alcatel switch. Remember: because DHCP Relay uses unicast to communicate with the DHCP server, there can be multiple segments between the DHCP relay & server - you just need to have unicast IP routing working properly.
For DHCP clients on VLAN 20 - I've just realised that the example I sent you had DHCP Relay configured on a router rather than a switch - the only difference is that for a switch we will configure the relay on a Vlan IF rather than a physical interface. Also we'll remove the DHCP sever group to keep it simpler. So on the Huawei switch, just showing the config fragments related to DHCP & VLAN 20:
vlan batch 20 50 150
dhcp enable
interface Vlanif1
ip address 172.16.0.202 255.255.255.0
interface Vlanif20
ip address 10.1.20.1 255.255.255.0
dhcp select relay
dhcp relay server-ip 172.16.0.201
interface Vlanif150
ip address 192.168.150.1 255.255.255.0
interface g x/y/z - This is the interface towards your VLAN 20 client
port link-type access
port default vlan 20
You may also want to configure DHCP snooping, but that's another story...