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