|
@@ -31,7 +31,7 @@ Couple.Bind=function () {
|
|
|
Couple.createInfo(productId)
|
|
Couple.createInfo(productId)
|
|
|
}
|
|
}
|
|
|
Couple.OnclickTime=function(id,time){//点击时间对应获取信息
|
|
Couple.OnclickTime=function(id,time){//点击时间对应获取信息
|
|
|
- U.A.Request("http://cd.1473.cn/net",["db.1473.cn","UseStudio_FeedBack","GetCouple",id,time],function (r){//获取产品的反馈信息
|
|
|
|
|
|
|
+ U.A.Request("http://cd.1473.cn/net",["db.1473.cn","UseStudio_FeedBack","GetFeedback",id,time],function (r){//获取产品的反馈信息
|
|
|
if(informationtInfo.firstChild==null){}else{
|
|
if(informationtInfo.firstChild==null){}else{
|
|
|
informationtInfo.removeChild(informationtInfo.firstChild);
|
|
informationtInfo.removeChild(informationtInfo.firstChild);
|
|
|
informationtTime.removeChild(informationtTime.firstChild);
|
|
informationtTime.removeChild(informationtTime.firstChild);
|
|
@@ -136,7 +136,7 @@ Couple.getDataRow = function(h,i){//创建表格下的行放数据库循环数
|
|
|
if(confirm("确定删除这一行嘛?")){
|
|
if(confirm("确定删除这一行嘛?")){
|
|
|
this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);
|
|
this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);
|
|
|
}
|
|
}
|
|
|
- U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteCouple",h.FeedbackId],function (r){})
|
|
|
|
|
|
|
+ U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteFeedback",h.FeedbackId],function (r){})
|
|
|
}
|
|
}
|
|
|
delCell.appendChild(btnDel);
|
|
delCell.appendChild(btnDel);
|
|
|
return row;
|
|
return row;
|