提交 c6275b99 编写于 作者: Skyeye云's avatar Skyeye云

feat: 合同新增已回款金额,已开票金额

上级 38bb7f71
......@@ -38,6 +38,8 @@ layui.config({
}},
{ field: 'oddNumber', title: '合同编号', align: 'left', width: 120 },
{ field: 'price', title: '合同金额(元)', align: 'left', width: 120 },
{ field: 'paymentPrice', title: '已回款金额(元)', align: 'left', width: 140 },
{ field: 'invoicePrice', title: '已开票金额(元)', align: 'left', width: 140 },
{ field: 'signingTime', title: '签约日期', align: 'center', width: 100 },
{ field: 'processInstanceId', title: '流程ID', align: 'center', width: 100, templet: function (d) {
return '<a lay-event="processDetails" class="notice-title-click">' + d.processInstanceId + '</a>';
......
......@@ -36,11 +36,14 @@ layui.config({
{ field: 'oddNumber', title: '单据编号', align: 'center', width: 150, templet: function (d) {
return '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
}},
{ field: 'price', title: '开票金额(元)', width: 120 },
{ field: 'invoicTime', title: '开票日期', align: 'center', width: 100 },
{ field: 'contractId', title: '合同', width: 200, templet: function (d) {
return getNotUndefinedVal(d.contractMation?.title);
}},
{ field: 'contractId1', title: '合同金额(元)', width: 120, templet: function (d) {
return getNotUndefinedVal(d.contractMation?.price);
}},
{ field: 'price', title: '开票金额(元)', width: 120 },
{ field: 'typeId', title: '开票类型', width: 150, templet: function (d) {
return sysDictDataUtil.getDictDataNameByCodeAndKey('INVOICE_TYPE', d.typeId);
}},
......
......@@ -37,6 +37,7 @@ layui.config({
return '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
}},
{ field: 'price', title: '回款金额(元)', width: 120 },
{ field: 'invoicePrice', title: '已开票金额(元)', align: 'left', width: 140 },
{ field: 'collectionTime', title: '回款日期', align: 'center', width: 100 },
{ field: 'processInstanceId', title: '流程ID', align: 'center', width: 100, templet: function (d) {
return '<a lay-event="processDetails" class="notice-title-click">' + getNotUndefinedVal(d.processInstanceId) + '</a>';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册