传递organizationId
This commit is contained in:
@ -3,7 +3,7 @@ import { Button, Tabs, Form, Input, Modal, Checkbox, message, PageHeader, Popcon
|
||||
import ProTable, { ActionType, ProColumns } from '@ant-design/pro-table';
|
||||
import { getSection, exitProject, getProject, getOther, supplierRegister, exitProjectPayCheck } from './service';
|
||||
import { getSupplierUser } from '@/utils/SupplierList/service'
|
||||
import { getProMethod, } from '@/utils/session';
|
||||
import { getProMethod,getSessionUserData } from '@/utils/session';
|
||||
import '@/assets/ld_style.less';
|
||||
import { history } from 'umi';
|
||||
import { followUpAProjectSupplier, getDicData } from '@/utils/session';
|
||||
@ -407,6 +407,7 @@ const Index: React.FC<{}> = () => {
|
||||
}
|
||||
const saveTmpForm = (record:any)=>{//智慧客服-创建临时表单
|
||||
let roleAuthority: any | null = sessionStorage.getItem('roleAuthority');
|
||||
let data = getSessionUserData();
|
||||
const inputList = [
|
||||
{
|
||||
label:null,
|
||||
@ -414,6 +415,12 @@ const Index: React.FC<{}> = () => {
|
||||
isEncode:false,
|
||||
paraVal:'eBid',
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'organizationId',
|
||||
isEncode:false,
|
||||
paraVal: data.organizationId,
|
||||
},
|
||||
{
|
||||
label:'项目名称',
|
||||
paraName:'projectName',
|
||||
|
@ -6,7 +6,7 @@ import { lookingForBussinessResp, participationSave } from '../service';
|
||||
import '@/utils/lq.style.less';
|
||||
import { downloadAttachmentPath } from '@/utils/DownloadUtils';
|
||||
import { getNoticeInfo } from '../../LookingForBusinessOpportunities/service';
|
||||
import { getDicData } from '@/utils/session';
|
||||
import { getDicData,getSessionUserData } from '@/utils/session';
|
||||
import { getBidMethodDictTypeCode, getProjectTypeCode, getURLInformation, isNotEmpty, proTableValueEnum, proTableValueEnumOther } from '@/utils/CommonUtils';
|
||||
import Weboffice from "@/pages/webOffice/weboffice";
|
||||
import { queryingPagingData } from '@/utils/PageUtils';
|
||||
@ -90,6 +90,7 @@ const LookingForBusinessOpportunitiesList: React.FC = () => {
|
||||
const proTypeCode = getProjectTypeCode();
|
||||
const initChatUI = (record:any)=>{//智慧客服-创建临时表单
|
||||
let roleAuthority: any | null = sessionStorage.getItem('roleAuthority');
|
||||
let data = getSessionUserData();
|
||||
const inputList = [
|
||||
{
|
||||
label:null,
|
||||
@ -97,6 +98,12 @@ const LookingForBusinessOpportunitiesList: React.FC = () => {
|
||||
isEncode:false,
|
||||
paraVal:'eBid',
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'organizationId',
|
||||
isEncode:false,
|
||||
paraVal: data.organizationId,
|
||||
},
|
||||
{
|
||||
label:'项目名称',
|
||||
paraName:'projectName',
|
||||
|
@ -11,7 +11,7 @@ import {
|
||||
} from '../service';
|
||||
import '@/utils/lq.style.less';
|
||||
import { downloadAttachmentPath } from '@/utils/DownloadUtils';
|
||||
import { getDicData } from '@/utils/session';
|
||||
import { getDicData,getSessionUserData } from '@/utils/session';
|
||||
import { proTableValueEnum, getURLInformation, isNotEmpty, proTableValueEnumOther, getProjectTypeCode, getBidMethodDictTypeCode, getDictName } from '@/utils/CommonUtils';
|
||||
import Weboffice from "@/pages/webOffice/weboffice";
|
||||
import { queryingPagingData } from '@/utils/PageUtils';
|
||||
@ -110,6 +110,7 @@ const LookingForBusinessOpportunitiesList: React.FC<{}> = () => {
|
||||
}
|
||||
const initChatUI = (record:any)=>{//智慧客服-创建临时表单
|
||||
let roleAuthority: any | null = sessionStorage.getItem('roleAuthority');
|
||||
let data = getSessionUserData();
|
||||
const inputList = [
|
||||
{
|
||||
label:null,
|
||||
@ -117,6 +118,12 @@ const LookingForBusinessOpportunitiesList: React.FC<{}> = () => {
|
||||
isEncode:false,
|
||||
paraVal:'eBid',
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'organizationId',
|
||||
isEncode:false,
|
||||
paraVal: data.organizationId,
|
||||
},
|
||||
{
|
||||
label:'项目名称',
|
||||
paraName:'projectName',
|
||||
|
Reference in New Issue
Block a user