Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
能不能在视图上,把一个自定义的input的值赋值给某一个字段,这样我在方法里面才可以使用这个值? 下面只能实现把字段的值赋值给input
input
<field name="code" /> <input context="{'code': context.get('code', '')}"/>