hwh
2024-07-11 61e646f821996cb702117a9747f55b9eaadb97bc
HTML/views/SOSetting/ExportNoticeEditFrom.html
@@ -501,7 +501,7 @@
            //获取客户下拉框信息
            function getCustomerList(customerNo) {
               sendData(IP + "/Basis/GetCustomerSelect", {}, 'get', function(res) {
                  if (res.code == 200) { //成功
                  if (res.code == 0) { //成功
                     var TypeNum = 0;
                        
                     switch($("#Type").val())
@@ -567,7 +567,7 @@
            //获取物流承运商下拉框信息
            function getLogisticsInfoList(logisticsId) {
               sendData(IP + "/Basis/GetLogisticsInfoSelect", {}, 'get', function(res) {
                  if (res.code == 200) { //成功
                  if (res.code == 0) { //成功
                     $("#LogisticsId").empty();
                     $("#LogisticsId").append('<option value =""></option>');
                     for (var i = 0; i < res.data.length; i++) {