Commit 33752c93 authored by rencongcong@cr-leasing.com.cn's avatar rencongcong@cr-leasing.com.cn

Merge remote-tracking branch 'origin/feature-test1' into hr-uat

# Conflicts:
#	hls_rent(screen)/RENT100/room_info_edit.screen
parents 5e919ff6 dc110b1a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</a:init-procedure> </a:init-procedure>
<a:view> <a:view>
<script><![CDATA[ <script><![CDATA[
//二级联动12345 //二级联动12
function onCountryUpdate(ds,record,name,value,oldvalue){ function onCountryUpdate(ds,record,name,value,oldvalue){
if(name == 'country_code'){ if(name == 'country_code'){
console.log(name); console.log(name);
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<a:link id="pageLink_room_info_edit" url="${/request/@context_path}/modules/hls_rent/RENT100/room_info_edit.screen"/> <a:link id="pageLink_room_info_edit" url="${/request/@context_path}/modules/hls_rent/RENT100/room_info_edit.screen"/>
<a:link id="pageLink_room_info_new" url="${/request/@context_path}/modules/hls_rent/RENT100/room_info_new.screen"/> <a:link id="pageLink_room_info_new" url="${/request/@context_path}/modules/hls_rent/RENT100/room_info_new.screen"/>
<script><![CDATA[ <script><![CDATA[
//新增按钮 //新增按钮11
function RENT100_roomInfoAdd(){ function RENT100_roomInfoAdd(){
new Aurora.Window({ new Aurora.Window({
id:'room_info_new_window', id:'room_info_new_window',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment