如何在DataForm某個欄位右方產生Button
JQDataForm  OnloadSuccess() 事件加入
     var inputCOD_CUST = $("#dataFormMasterCOD_CUST");
     var button = '<a href="javascript: popCOD_CUST();" id="qryBtn"><img src="../js/themes/icons/Select.png" style="border:none"></a>';
               
     inputCOD_CUST._outerWidth(parseInt(inputCOD_CUST.css('width')) - 20);
     inputCOD_CUST.after(button);