给收款单和付款单页面增加欠款列表界面,并可以快捷收款或付款

This commit is contained in:
jishenghua
2025-04-29 11:52:14 +08:00
parent 320fb7d404
commit 6ef8848bf4
7 changed files with 117 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ export const FinancialModalMixin = {
data() {
return {
action: '',
actionWithOrgan: false,
supList: [],
cusList: [],
retailList: [],
@@ -233,6 +234,14 @@ export const FinancialModalMixin = {
workflowModalFormOk() {
this.close()
},
waitNeedListOk(organId, selectBillRows) {
if(organId) {
this.form.setFieldsValue({'organId': organId})
}
if (selectBillRows && selectBillRows.length > 0) {
this.requestSubTableDataEx(selectBillRows, this.accountTable);
}
},
onAdded(event) {
let that = this
const { row, target } = event