给采购和销售退货单增加校验逻辑,支持特殊情况的欠款,并给收付款单增加实际欠款的列

This commit is contained in:
季圣华
2022-11-20 01:24:01 +08:00
parent 54bf2dd370
commit 0b098b4e18
6 changed files with 37 additions and 30 deletions

View File

@@ -232,6 +232,7 @@
}
},
{ title: '退款', dataIndex: 'changeAmount',width:50},
{ title: '欠款', dataIndex: 'debt',width:60},
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderStatus' }
}