给销售订单转采购订单的流程配置开关

This commit is contained in:
季圣华
2022-05-18 21:08:32 +08:00
parent 951793d396
commit 38bf8477c6
4 changed files with 52 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ export const BillListMixin = {
cusList: [],
retailList: [],
userList: [],
accountList: []
accountList: [],
}
},
computed: {
@@ -138,6 +138,6 @@ export const BillListMixin = {
this.accountList = list
}
})
}
},
}
}