Authored by mali

二手库存优化

... ... @@ -434,7 +434,7 @@ function openModal(type, indexNo, imageUrl, imageInfo, skup){
$('#picType').val(type);
if (type == 0) {
$("#showImg").attr("src",imageUrl);
//$("#imageInfo").text(imageInfo);
$("#imageInfo").text('');
var form = new FormData();
form.append("skup", skup);
//发送请求
... ...