pushData = [];
// +按钮
函数myFunction(){
var custOfficeId = document.getElementById('customOfficeId')。value;
var custOfficeName = $(“#customOfficeId option:selected”)。text();
var fromDate = document.getElementById('fromDate')。value;
var toDate = document.getElementById('toDate')。value;
var consignmentNo = document.getElementById('consignmentNo')。value;
var selectionName =“ aa”;
var selectionId = 1;
var selecOff = {custOfficeId,custOfficeName,fromDate,toDate,consignmentNo,selectionId,selectionName};
console.log(selecOff);
pushData.push(selecOff);
if(!fromDate){
$(“#fromDateError”)。html('起始日期不能留空');
/ * alert(“从日期为空”); * /
}
如果(!toDate){
$(“#toDateError”)。html('To Date不能留空');
/ * alert(“ To Date为null”); * /
}
if(!consignmentNo){
$(“#consignmentNoError”)。html('寄售编号不能留空');
}
if(!fromDate &&!toDate &&!consignmentNo){
alert(“ herte”);
$(“#fromDateError”)。html('起始日期不能留空');
$(“#toDateError”)。html('To Date不能留空');
$(“#consignmentNoError”)。html('寄售编号不能留空');
}
populateSelectionCustomTable();
}
函数populateSelectionCustomTable(){
$(“#tempTable tbody”)。html(“”);
for(var i = 0; i
”
+“ ”
+ r.custOfficeName
+“ | ”
+ r.fromDate
+“ | ”
+ r.toDate
+“ | ”
+“ ”
+ r。寄售编号
+“ | ”
+“ ”
+ r.selectionName
+“ | ”
+“ ”
+“ <输入id =”过滤器“ + i +”'值='删除'type ='按钮'alt =“删除”
+我
+“'class ='deleteIcon'/>”
+“ | ”);
}
}
<!DOCTYPE html>
<头>
<身体>
寄售编号
<!-->
<头>
海关办公室 |
从日期 |
截止日期 |
寄售编号 |
选择名称 |
动作 |
<身体>