fix css bugs

This commit is contained in:
yubaolee
2016-09-06 10:55:55 +08:00
parent d5d476bae4
commit 96e8eec1e7
4 changed files with 22 additions and 8 deletions

View File

@@ -39,9 +39,8 @@ $(function () {
$(".btn-cmd")
.on("click", function () { //执行命令
$.post("/GoodsApplies/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
{ name: "John", time: "2pm" },
function (data) {
console.log("Data Loaded: " + data);
BJUI.dialog('refresh', 'detailDlg');
});
});
});