...
|
...
|
@@ -80,7 +80,7 @@ |
|
|
<div class="col-xs-12 col-sm-8">
|
|
|
<input id="c-zhao_id" data-rule="" data-source="user/index" data-field="nickname"
|
|
|
class="form-control selectpage" name="row[zhao_id]" type="text" value="{$row.zhao_id|htmlentities}"
|
|
|
onchange="set_next_input2(this);">
|
|
|
onclick="set_next_input2(this);">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group">
|
...
|
...
|
@@ -168,9 +168,10 @@ |
|
|
// }
|
|
|
|
|
|
$("#xi_id").click(function () {
|
|
|
alert(2);
|
|
|
console.log(2);
|
|
|
|
|
|
})
|
|
|
|
|
|
function set_next_input2(obj) {
|
|
|
var value_id = $('#c-zhao_id').val();
|
|
|
alert(1);
|
...
|
...
|
|