...
|
...
|
@@ -690,9 +690,9 @@ |
|
|
onChange: function(result) {
|
|
|
},
|
|
|
onConfirm: function(result) {
|
|
|
that.find('.lxmaintxt').html(result[0].label)
|
|
|
that.find('.lxmaintxt').attr('data-id',result[0].value)
|
|
|
that.find('.lxtxt').hide();
|
|
|
that.prev('.lxmaintxt').html(result[0].label)
|
|
|
that.prev('.lxmaintxt').attr('data-id',result[0].value)
|
|
|
that.prev('.lxtxt').hide();
|
|
|
}
|
|
|
});
|
|
|
})
|
...
|
...
|
|