5.9 上传投标文件、应答情况查看页、评审打分页,评审汇总表,评审结果MAC强控

This commit is contained in:
jl-zhoujl2
2022-05-09 15:03:18 +08:00
parent 216d65fe55
commit c929279c3c
15 changed files with 729 additions and 129 deletions

View File

@ -5,6 +5,7 @@ import Resumablejs from "./resumable";
import SparkMD5 from "./spark-md5";
import './style.css';
import { getCurrentTime, getTendererFileStatus } from './service';
import { getProMethod } from '@/utils/session';
function getUuid() {
return 'xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
@ -39,7 +40,8 @@ export default class ReactResumableJs extends React.Component {
},
timer: 0,// 计时器
redText: false,
btnHide: false
btnHide: false,
proMethod: getProMethod(),
};
this.resumable = null;
this.timerInterval;
@ -253,7 +255,8 @@ export default class ReactResumableJs extends React.Component {
let data = {
"tdocCatalogId": this.props.currentDate.tdocCatalogId,
"tdocId": this.props.currentDate.tdocId,
"tendererId": this.props.currentDate.tendererId
"tendererId": this.props.currentDate.tendererId,
"tpId": this.state.proMethod,
}
getTendererFileStatus(data).then((res) => { // 判断是否已投标
if (res.code == 200) {