Fill_other_detail
    online
    button
    javascript
    全入库(Lot)
    onClickJavaScript
    false
    {!RequireScript("/soap/ajax/51.0/connection.js")} 
{!RequireScript("/soap/ajax/51.0/apex.js")} 
//2021-10-22 gwy 版本更改为51.0
sforce.connection.sessionId = "{!GETSESSIONID()}";
var esid = '{!Equipment_Set__c.Id}';
try {
    var rtn = sforce.apex.execute("RentalApplyWebService", "fillOtherDetail", {eSetId: esid});
    if (rtn == '1') {
        location.href = "/{!URLENCODE(Equipment_Set__c.Id)}"; 
    } else {
        alert(rtn);
    }
} catch(e) {
    alert(e);
}