- 注册时间
- 2015-7-24
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 19
- 精华
- 0
- 帖子
- 3

|
在页面做了一个点击增加表格行的办法,但是其中一个div中需要有两个联动的输入框,但是在实际实现中只出现了一个,这是什么问题?- <div field="CUST_NATION_NAME" width="120" headerAlign="center" allowSort="false">国籍
- <input property="editor" id="custNationCode" name="model.custNationCode" class="mini-textbox"
- required="false" maxLength="15"
- onvaluechanged="getCertTypeCode('custNation','${CUST_COUNTRY_CODE}')"/>
- <input property="editor" id="custNationName" name="model.custNationName" class="mini-buttonedit"
- onbuttonclick="onCertTypeButtonEdit('国籍','custNation','${CUST_COUNTRY_CODE}')"
- allowInput="false"
- required="true"
- maxLength="36"/>
- </div>
复制代码 实际效果如图
|
|