报表增加导出功能
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
handleClickAdd() {
|
||||
let organId = this.form.getFieldValue('organId')
|
||||
if(organId){
|
||||
this.$refs.debtBillList.show(organId, '出库', '销售', '客户', "0")
|
||||
this.$refs.debtBillList.show(organId, '出库', '销售', '客户', "")
|
||||
this.$refs.debtBillList.title = "选择销售出库欠款单据"
|
||||
} else {
|
||||
this.$message.warning('请选择客户!');
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
handleClickAdd() {
|
||||
let organId = this.form.getFieldValue('organId')
|
||||
if(organId){
|
||||
this.$refs.debtBillList.show(organId, '入库', '采购', '供应商', "0")
|
||||
this.$refs.debtBillList.show(organId, '入库', '采购', '供应商', "")
|
||||
this.$refs.debtBillList.title = "选择采购入库欠款单据"
|
||||
} else {
|
||||
this.$message.warning('请选择供应商!');
|
||||
|
||||
Reference in New Issue
Block a user