优化收付款和对账报表功能,支持退款单修改退款金额
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
let organId = this.form.getFieldValue('organId')
|
||||
if(organId){
|
||||
this.$refs.debtBillList.show(organId, '出库', '销售', '客户', "")
|
||||
this.$refs.debtBillList.title = "选择销售出库欠款单据"
|
||||
this.$refs.debtBillList.title = "选择销售欠款单据"
|
||||
} else {
|
||||
this.$message.warning('请选择客户!');
|
||||
}
|
||||
|
||||
@@ -282,7 +282,7 @@
|
||||
let organId = this.form.getFieldValue('organId')
|
||||
if(organId){
|
||||
this.$refs.debtBillList.show(organId, '入库', '采购', '供应商', "")
|
||||
this.$refs.debtBillList.title = "选择采购入库欠款单据"
|
||||
this.$refs.debtBillList.title = "选择采购欠款单据"
|
||||
} else {
|
||||
this.$message.warning('请选择供应商!');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user