|
@@ -279,12 +279,7 @@
|
|
|
/**************** 송장전송 ********************************************************/
|
|
/**************** 송장전송 ********************************************************/
|
|
|
$('#btnSendInvoice').on('click', function() {
|
|
$('#btnSendInvoice').on('click', function() {
|
|
|
|
|
|
|
|
- if( gagajf.isNull($("#searchForm input[name=stDate]").val()) || gagajf.isNull($("#searchForm input[name=edDate]").val())){
|
|
|
|
|
- mcxDialog.alert("배송시작일을 입력해주세요.");
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- var alertMsg = "배송시작일자 기준으로 송장전송이 진행됩니다.<br>(현재기준 2주전 목록은 제외됩니다.)<br>진행하시겠습니까?";
|
|
|
|
|
|
|
+ var alertMsg = "송장전송을 진행하시겠습니까?";
|
|
|
mcxDialog.confirm(alertMsg, {
|
|
mcxDialog.confirm(alertMsg, {
|
|
|
cancelBtnText: "취소",
|
|
cancelBtnText: "취소",
|
|
|
sureBtnText: "확인",
|
|
sureBtnText: "확인",
|