Authored by Lixiaodi

页面调整

... ... @@ -115,7 +115,7 @@
columns: [[{
title: "子订单编号",
field: "orderCode",
width: 80,
width: 110,
align: "center"
}, {
title: "商品图片",
... ...
... ... @@ -200,7 +200,7 @@
var div = $("<div>").appendTo($(document.body));
var title = "寄存详情";
$(div).myDialog({
width: "1000px",
width: "1150px",
height: "750px",
title: title,
left: 10,
... ...