提交 f338578b 编写于 作者: doc_wei's avatar doc_wei

feat: ERP零售修改

上级 07222326
......@@ -28,7 +28,7 @@ layui.config({
return '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
}},
{ field: 'holderMation', title: '会员', align: 'left', width: 150, templet: function (d) {
return d.holderMation.name;
return d.holderMation?.name;
}},
{ field: 'totalPrice', title: '合计金额', align: 'left', width: 120 },
{ field: 'operTime', title: '单据日期', align: 'center', width: 140 },
......
......@@ -30,7 +30,7 @@ layui.config({
return '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
}},
{ field: 'holderMation', title: '会员', align: 'left', width: 150, templet: function (d) {
return d.holderMation.name;
return d.holderMation?.name;
}},
{ field: 'totalPrice', title: '退款总金额', align: 'left', width: 120 },
{ field: 'operTime', title: '单据日期', align: 'center', width: 140 },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册