借料入库弹窗调整

This commit is contained in:
mzr 2025-07-11 10:15:00 +08:00
parent d6287eefc6
commit 498fa57aff
1 changed files with 34 additions and 33 deletions

View File

@ -1,5 +1,5 @@
import React, { Component } from 'react'; import React, { Component } from 'react';
import { createPage, ajax, base, high } from 'nc-lightapp-front'; import { createPage, ajax, base, high, toast } from 'nc-lightapp-front';
import ApproveDetail from 'uap/common/components/ApproveDetail'; import ApproveDetail from 'uap/common/components/ApproveDetail';
import NCUploader from 'uap/common/components/NCUploader'; import NCUploader from 'uap/common/components/NCUploader';
import ApprovalTrans from 'uap/common/components/approvalTrans'; import ApprovalTrans from 'uap/common/components/approvalTrans';
@ -303,6 +303,7 @@ class PickmCard extends Component {
success: (res) => { success: (res) => {
if (res.success) { if (res.success) {
toast({ color: 'success', title: "推送成功" }); toast({ color: 'success', title: "推送成功" });
this.props.modal.close('NCTable_83c3abf9');
} }
} }
}); });