批次報名移除排序功能·移除一些console.log
This commit is contained in:
+10
-14
@@ -24,11 +24,11 @@
|
||||
if (data.isOk) {
|
||||
$(btn).parents('.row.label-sm-right').find('.lunar').text(data.cDate);
|
||||
} else {
|
||||
console.log(data.msg);
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
console.log(_date);
|
||||
|
||||
}
|
||||
|
||||
let VueApp = new Vue({
|
||||
@@ -58,12 +58,12 @@
|
||||
],
|
||||
selected: {},
|
||||
select(item, t) {
|
||||
console.log("select search1", t);
|
||||
|
||||
//帶入預設日期
|
||||
axios
|
||||
.get(HTTP_HOST + 'api/activity/GetKindDate/' + t.num)
|
||||
.then(response => {
|
||||
console.log(response.data.startDate_solar);
|
||||
|
||||
$('#<%= startDate_solar.ClientID%>').val(response.data.startDate_solar);
|
||||
$('#<%= endDate_solar.ClientID%>').val(response.data.endDate_solar);
|
||||
$('#<%= startDate_lunar.ClientID%>').val(response.data.startDate_lunar);
|
||||
@@ -91,8 +91,6 @@
|
||||
],
|
||||
selected: {},
|
||||
select(item, t) {
|
||||
console.log("select search2", t);
|
||||
|
||||
item.act_item_selected.text = t.subject
|
||||
item.act_item_selected.val = t.num
|
||||
item.price = t.price
|
||||
@@ -115,8 +113,7 @@
|
||||
],
|
||||
selected: {},
|
||||
select(item, t) {
|
||||
console.log("select search3", t);
|
||||
|
||||
|
||||
item.act_item_selected.text = t.subject
|
||||
item.act_item_selected.val = t.num
|
||||
|
||||
@@ -136,8 +133,7 @@
|
||||
],
|
||||
selected: {},
|
||||
select(item, t) {
|
||||
console.log("select search4", t);
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
},
|
||||
@@ -304,7 +300,7 @@
|
||||
handler() {
|
||||
//console.log("watch1", this.search_dialog, this.search_dialog.page);
|
||||
this.search_get()
|
||||
console.log("watch2", this.search_dialog, this.search_dialog.page);
|
||||
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
@@ -350,7 +346,7 @@
|
||||
if (this.search_dialog.current.id == 'search3') {
|
||||
search['category'] = "3";//備品
|
||||
}
|
||||
console.log("search_get", api_url, search, params, this.options);
|
||||
|
||||
this.search_dialog.loading = true
|
||||
axios.post(api_url, search, { params: params })
|
||||
.then(response => {
|
||||
@@ -442,7 +438,7 @@
|
||||
axios
|
||||
.delete(HTTP_HOST + 'api/activity/DeleteRelatingData/' + item.num)
|
||||
.then(response => {
|
||||
console.log("del", item);
|
||||
|
||||
this.desserts.splice(index, 1)
|
||||
this.desserts_count = this.desserts_count - 1;
|
||||
})
|
||||
@@ -742,7 +738,7 @@
|
||||
};
|
||||
|
||||
// Add form fields
|
||||
console.log(this.thisItemSelected.val, this.thisFilesSelected.val,JSON.stringify(list));
|
||||
|
||||
addHiddenField("item", this.thisItemSelected.val);
|
||||
addHiddenField("file", this.thisFilesSelected.val);
|
||||
addHiddenField("list", JSON.stringify(list));
|
||||
|
||||
Reference in New Issue
Block a user