ChargeDelayApprove.js 99 B

1234
  1. //提交(审核)
  2. function ChargeDelay_ApproveSubmit() {
  3. $(document.forms[0]).submit();
  4. }