给收款单和付款单页面增加欠款列表界面,并可以快捷收款或付款
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user