背景音乐和 故障上报 宝易系统
This commit is contained in:
@@ -712,6 +712,28 @@ function dockingInfo() {
|
||||
.dialog({ title: lang.DockingInformation, width: 600, height: 380 })
|
||||
.dialog("open");
|
||||
}
|
||||
|
||||
function uploadmusic()
|
||||
{
|
||||
var filename = $("#welcomebgm").val();
|
||||
if (filename == "") {
|
||||
return;
|
||||
}
|
||||
$.ajaxFileUpload({
|
||||
url: "/SysHotel/UploadWebcomeBGM/",
|
||||
type: "POST",
|
||||
secureuri: false,
|
||||
fileElementId: "welcomebgm",
|
||||
dataType: "json",
|
||||
success: function (data) {
|
||||
|
||||
},
|
||||
error: function (data, status, e) {
|
||||
$("#msg").html(e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//保存酒店第三方对接信息
|
||||
function saveDockingInfo() {
|
||||
var form = $("#dialog").find("form");
|
||||
|
||||
Reference in New Issue
Block a user