Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在使用combox和lookup控件同时存在时取值的问题。 #106

Open
GoogleCodeExporter opened this issue Oct 29, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

页面上同时有:combox和lookup控件,如下:
<th>供货商</th><td><input type="text"  class="required textInput valid"  
readonly="readonly"  name="supplier.supplierName"   lookuppk="supplierNo"  
value="${supplier.supplierName!}" />
<a class="btnLook"  url="/jbsupplier/lookuplst"   lookupgroup="supplier"  
lookuppk="supplierNo"  title="查找带回">查找带回</a></td>

<th>部门:</th><td><select name="cgOrd.partmentNo" class="combox"  
val="${cgOrd.partmentNo!}"><@partSelect/></select></td>

使用freemark展现,当先combox选择值再lookup控件选择值后,combox
修改的值提交被原值又替换了,好像是用了dwz.min.js中combox: 
function()里var value = $this.val();造成的,有没有谁碰到过呀?

Original issue reported on code.google.com by [email protected] on 27 Sep 2013 at 9:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant