|
@ -294,7 +294,7 @@ |
|
|
// 如果返回的数据有问题,可以给出提示或处理 |
|
|
// 如果返回的数据有问题,可以给出提示或处理 |
|
|
$.modal.alertWarning('未能获取到仓库名称!'); |
|
|
$.modal.alertWarning('未能获取到仓库名称!'); |
|
|
} |
|
|
} |
|
|
$('input[name="warehouseName"]').val(data.data.stockname); |
|
|
$('input[name="warehouseName"]').val(data.data.stockName); |
|
|
}, |
|
|
}, |
|
|
error: function(jqXHR, textStatus, errorThrown) { |
|
|
error: function(jqXHR, textStatus, errorThrown) { |
|
|
console.error('Error:', textStatus, errorThrown); |
|
|
console.error('Error:', textStatus, errorThrown); |
|
|