|
|
@@ -73,13 +73,12 @@
|
|
|
}
|
|
|
|
|
|
var fnCustDeliveryAddListCallback = function (result) {
|
|
|
- console.log('result', result);
|
|
|
+ $('#custDeliveryList').html('');
|
|
|
if (result.length < 1) {
|
|
|
$('#nodata').show();
|
|
|
return;
|
|
|
}
|
|
|
$('#nodata').hide();
|
|
|
- $('#custDeliveryList').html('');
|
|
|
let html = '';
|
|
|
$.each(result, function (idx, custDeliveryAddr){
|
|
|
if (custDeliveryAddr.defaultYn === 'Y') {
|