Authored by mali

转码

... ... @@ -762,7 +762,8 @@ function addRecordPage(skup, order_code, id) {
text: "取消",
iconCls: "icon-cancel",
handler: function () {
$(div).dialog("close");
timedCount();
$(div).dialog("destroy");
}
}]
});
... ...
... ... @@ -5,8 +5,8 @@
<title>Insert title here</title>
</head>
<body>
<input style="display: none" id="startTime" type="text"/>
<input style="display: none" id="endTime" type="text"/>
<input id="startTime" type="hidden"/>
<input id="endTime" type="hidden"/>
<ul>
<li style="padding-bottom: 10px;">
... ...