Commit 4cc1695e by anxiaohe

各明细修改

parent e75597c5
......@@ -21,7 +21,7 @@
data = data.map(function(item){
item.delFlag = 0;
item.remarks = jp.escapeHtml(item.remarks);
item.canUse = item.qrCode.state == 0;
item.canUse = item.qrCode ? item.qrCode.state == 0 : true;
return item;
})
}
......
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