@@ -521,7 +521,7 @@ const initCompany = () => {
// 领取
const auditReceive = (row) => {
- api.financeApi.isLock(row.id).then((res: any) => {
+ api.financeApi.isLock(row.orderNo).then((res: any) => {
if(res.code == 200) {
if(!res.data) {
api.financeApi.auditReceive(row.orderNo).then((res: any) => {