...
|
...
|
@@ -58,7 +58,7 @@ |
|
|
url:'/report/getStorageOutRptList',
|
|
|
columns:[
|
|
|
{display:'图片',render(item){
|
|
|
return item.imageUrl?'<img src="'+item.imageUrl+'imageView/0/w/78/h/78">':"";
|
|
|
return item.imageUrl?'<img src="'+item.imageUrl+'?imageView/0/w/78/h/78">':"";
|
|
|
}},
|
|
|
{display:'SKN/SKU',render(item){
|
|
|
return '<p>SKN:'+item.productSkn+'</p><p>SKU:'+item.productSku+'</p>';
|
...
|
...
|
|