Merge branch 'campain'
This commit is contained in:
commit
4b625805b7
@ -24,8 +24,6 @@
|
|||||||
$("#sendReady").text(0);
|
$("#sendReady").text(0);
|
||||||
$("#callSeq").val(0);
|
$("#callSeq").val(0);
|
||||||
|
|
||||||
//docuReload();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -276,9 +276,7 @@ $("#excelAdd").click(function(){
|
|||||||
function addTWCallToInfo(){
|
function addTWCallToInfo(){
|
||||||
|
|
||||||
var callSeq = $("#callSeq").val();
|
var callSeq = $("#callSeq").val();
|
||||||
|
|
||||||
var sendData = $(document.callToForm).serializeArray();
|
var sendData = $(document.callToForm).serializeArray();
|
||||||
|
|
||||||
$("#twCallToList").load("/web/mjon/msgcampain/selectMsgTWCallToListAjax.do", sendData ,function(response, status, xhr){
|
$("#twCallToList").load("/web/mjon/msgcampain/selectMsgTWCallToListAjax.do", sendData ,function(response, status, xhr){
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|||||||
@ -1685,6 +1685,7 @@ function sendMsgAjax(paramSmsCnt, paramBlockCnt){
|
|||||||
$("#totalPriceTxt").text("0");
|
$("#totalPriceTxt").text("0");
|
||||||
|
|
||||||
//받는사람 리스트 새로 갱신해주기
|
//받는사람 리스트 새로 갱신해주기
|
||||||
|
document.callToForm.pageIndex.value = 1;
|
||||||
addTWCallToInfo();
|
addTWCallToInfo();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user