出库申请单维护-新增按钮-备料计划申请:点击没反应问题修复

This commit is contained in:
mzr 2025-04-08 15:59:40 +08:00
parent aac21e8564
commit 1a02d69898
3 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,7 @@ import printListBtnClick from './printListBtnClick';
import manualBtnClick from './ManualBtnClick';
import linkQuery from './linkQuery';
import ref422xBtnClick from './ref422xBtnClick';
import refBljhBtnClick from './refBljhBtnClick';
import billOpenCloseBtnClick from './billOpenCloseBtnClick';
export {
commitBtnClick,
@ -19,6 +20,7 @@ export {
pageInfoClick,
manualBtnClick,
ref422xBtnClick,
refBljhBtnClick,
printBtnClick,
printListBtnClick,
billOpenCloseBtnClick

View File

@ -15,6 +15,7 @@ import {
commitBtnClick,
editBtnClick,
ref422xBtnClick,
refBljhBtnClick,
linkQuery,
fileClick,
printBtnClick,
@ -33,6 +34,9 @@ export default function btnClickController(props, key, text, record, index) {
case BUTTONID_LIST.Ref422X:
ref422xBtnClick.call(this, props);
break;
case BUTTONID_LIST.RefBljh:
refBljhBtnClick.call(this, props);
break;
//删除
case BUTTONID_LIST.Delete_Head:
if (record) {

View File

@ -45,7 +45,7 @@ export default function clickSerachBtn(cacheSearchData, isRefresh) {
data: data,
success: (res) => {
if (res.formulamsg && res.formulamsg instanceof Array && res.formulamsg.length > 0) {
props.dealFormulamsg(
this.props.dealFormulamsg(
res.formulamsg //参数一:返回的公式对象
);
}