| | |
| | | //获取客户下拉框信息 |
| | | function getCustomerList(customerNo) { |
| | | sendData(IP + "/Basis/GetCustomerSelect", {}, 'get', function(res) { |
| | | if (res.code == 200) { //成功 |
| | | if (res.code == 0) { //成功 |
| | | var TypeNum = 0; |
| | | |
| | | switch($("#Type").val()) |
| | |
| | | //获取物流承运商下拉框信息 |
| | | 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++) { |