给采购和销售退货单增加校验逻辑,支持特殊情况的欠款,并给收付款单增加实际欠款的列
This commit is contained in:
@@ -232,6 +232,7 @@
|
||||
}
|
||||
},
|
||||
{ title: '退款', dataIndex: 'changeAmount',width:50},
|
||||
{ title: '欠款', dataIndex: 'debt',width:60},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
scopedSlots: { customRender: 'customRenderStatus' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user