九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
表單驗(yàn)證

/*
 * 檢索用的學(xué)員名稱
 */
function selectStudentName(){

       document.forms[0].action="../financeInputAction.do";
        document.forms[0].submit();
}
/*
 * 檢索出學(xué)員的身份證號(hào)
 */
function idCardNoGet(){     
      var index = window.document.forms[0].lst_stuName.selectedIndex;
   document.forms[0].txt_idCard.value = document.forms[0].lst_stuName[index].value ;
}
/*
 * 獲取返回ID
 */
    function setActionNo(){
        document.forms[0].action="../financeInputAction.do";
        document.forms[0].submit();
 }
/*
 * 保存插入數(shù)據(jù)
 */
   function studentSave(){
       if(document.forms[0].lst_class.value == ""){
        alert("班級(jí)名不能為空!");
        return false;
       }
       if(document.forms[0].lst_stuName.value == ""){
        alert("學(xué)生姓名不能為空!");
        return false;
       }
       if(document.forms[0].txt_mustMoney.value == ""){
        alert("應(yīng)繳款不能為空!");
        return false;
       }
       var m = document.forms[0].txt_mustMoney.value;
       if(moneyCheck(m)== false){
           alert("應(yīng)繳款處請(qǐng)輸入數(shù)字")
           return false;
       }
       if(document.forms[0].txt_mustMoney.value>9999999999){
           alert("應(yīng)繳款超出限額,請(qǐng)輸入0~9999999999之間的數(shù)");
           return false;
       }
       
       document.forms[0].action="../financeInputSaveAction.do";
       document.forms[0].submit();
   }
   function moneyCheck(m){
      var mustMoney = "0123456789";
      var stuMoney = m.length;
      var flag = true;
      var count = 0;
      var money;
      while(flag = true && count< stuMoney){
         money = m.substr(count,1);
         if(-1== mustMoney.indexOf(money)){
            flag = false;
            count++;
         }
         return flag;
      }
   }

-->

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)
打開(kāi)APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
checkbox實(shí)現(xiàn)全選的多種方法
Asp.net實(shí)例教程-js操作listbox
URL Code的Encode與Decode實(shí)例のEnventHandle的處理篇
javascript 技巧集[7]
選中后分享到微博的js代碼
分享一個(gè)選中文字轉(zhuǎn)發(fā)到微博的js代碼
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服