From 358eb4834d0d304fde6b6b32ffc5fbacdc011044 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Tue, 13 May 2025 16:09:43 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E8=81=94=E7=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/custom-pages/liante/cbsDetail/index.js | 4 +++- .../hrmSalary/pages/custom-pages/liante/conditions.js | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js b/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js index 5d952faa..c9e83b88 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/liante/cbsDetail/index.js @@ -8,7 +8,7 @@ * @description: */ import React, { Component } from "react"; -import { WeaInputSearch, WeaLocaleProvider, WeaReqTop } from "ecCom"; +import { WeaInputSearch, WeaLoadingGlobal, WeaLocaleProvider, WeaReqTop } from "ecCom"; import { Button, Col, Dropdown, Menu, message, Modal, Row } from "antd"; import { WeaForm, WeaSwitch } from "comsMobx"; import * as API from "../../../../apis/custom-apis/liante"; @@ -44,7 +44,9 @@ class Index extends Component { pushDataToCBS = (ids, isConfirm, key = "") => { const payload = !!key ? { salaryCbsld: ids, isConfirm } : { ids, isConfirm }; const { isQuery } = this.state; + WeaLoadingGlobal.start(); API.pushDataToCBS(payload).then(({ status, data, errormsg }) => { + WeaLoadingGlobal.destroy(); if (status && !!data) { Modal.confirm({ title: getLabel(111, "提示信息"), diff --git a/pc4mobx/hrmSalary/pages/custom-pages/liante/conditions.js b/pc4mobx/hrmSalary/pages/custom-pages/liante/conditions.js index d1ac3e4e..50ef2a13 100644 --- a/pc4mobx/hrmSalary/pages/custom-pages/liante/conditions.js +++ b/pc4mobx/hrmSalary/pages/custom-pages/liante/conditions.js @@ -18,6 +18,15 @@ export const conditions = [ labelcol: 6, value: "", viewAttr: 2 + }, + { + conditionType: "INPUT", + domkey: ["workcode"], + fieldcol: 14, + label: "工号", + labelcol: 6, + value: "", + viewAttr: 2 } ], defaultshow: true