信呼OA版本v2.3.8
This commit is contained in:
9
webmain/flow/input/inputjs/mode_custsale.js
Normal file
9
webmain/flow/input/inputjs/mode_custsale.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function initbodys(){
|
||||
$(form('custid')).change(function(){
|
||||
var val = this.value,txt='';
|
||||
if(val!=''){
|
||||
txt = this.options[this.selectedIndex].text;
|
||||
}
|
||||
form('custname').value=txt;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user