Commit e64a2d4f authored by duxinyuan's avatar duxinyuan

入账日期

parent 401e435a
......@@ -284,6 +284,7 @@
initAgencyList : function(list){
let that = this ;
console.log(list);
var listArray = [{
"msg" : "收款ID" ,
"str1" : list.length > 0 ? (list[0].id ? list[0].id : "-") :"-",
......@@ -368,6 +369,12 @@
"str2" : list.length > 1 ? (list[1].is_dividend == 1 ? "否" : "是") :"-",
"str3" : list.length > 2 ? (list[2].is_dividend == 1 ? "否" : "是") :"-",
},
{
"msg" : "入账日期" ,
"str1" : list.length > 0 ? (list[0].income_time ? list[0].income_time : "-") :"-",
"str2" : list.length > 1 ? (list[1].income_time ? list[1].income_time : "-") :"-",
"str3" : list.length > 2 ? (list[2].income_time ? list[2].income_time : "-") :"-",
},
{
"msg" : "资料" ,
"id1" : list.length > 0 ? (list[0].id ? list[0].id : "-") :"-",
......@@ -465,6 +472,12 @@
"str2" : list.length > 1 ? (list[1].remark ? list[1].remark : "-") :"-",
"str3" : list.length > 2 ? (list[2].remark ? list[2].remark : "-") :"-",
},
{
"msg" : "入账日期" ,
"str1" : list.length > 0 ? (list[0].income_time != "" ? list[0].income_time : "-") :"-",
"str2" : list.length > 1 ? (list[1].income_time != "" ? list[1].income_time : "-") :"-",
"str3" : list.length > 2 ? (list[2].income_time != "" ? list[2].income_time : "-") :"-",
},
{
"msg" : "资料" ,
"id1" : list.length > 0 ? (list[0].id ? list[0].id : "-") :"-",
......@@ -545,6 +558,12 @@
"str2" : list.length > 1 ? (list[1].receipt_number ? list[1].receipt_number : "-") :"-",
"str3" : list.length > 2 ? (list[2].receipt_number ? list[2].receipt_number : "-") :"-",
},
{
"msg" : "入账日期" ,
"str1" : list.length > 0 ? (list[0].income_time != "" ? list[0].income_time : "-") :"-",
"str2" : list.length > 1 ? (list[1].income_time != "" ? list[1].income_time : "-") :"-",
"str3" : list.length > 2 ? (list[2].income_time != "" ? list[2].income_time : "-") :"-",
},
{
"msg" : "资料" ,
"id1" : list.length > 0 ? (list[0].id ? list[0].id : "-") :"-",
......@@ -619,6 +638,12 @@
"str2" : list.length > 1 ? (list[1].receipt_number ? list[1].receipt_number : "-") :"-",
"str3" : list.length > 2 ? (list[2].receipt_number ? list[2].receipt_number : "-") :"-",
},
{
"msg" : "入账日期" ,
"str1" : list.length > 0 ? (list[0].income_time != "" ? list[0].income_time : "-") :"-",
"str2" : list.length > 1 ? (list[1].income_time != "" ? list[1].income_time : "-") :"-",
"str3" : list.length > 2 ? (list[2].income_time != "" ? list[2].income_time : "-") :"-",
},
{
"msg" : "资料" ,
"id1" : list.length > 0 ? (list[0].id ? list[0].id : "-") :"-",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment