工作台改版

uat_us
熊飞 2024-03-12 11:26:01 +08:00
parent 277ffa5def
commit 727d4f8c19
3 changed files with 6 additions and 3 deletions

View File

@ -3602,8 +3602,9 @@ export function getReadingCalculationData(param) {
export function getTrialSignDocumentList(param) { export function getTrialSignDocumentList(param) {
return request({ return request({
url: `/TrialDocument/getTrialSignDocumentList?IsSigned=true&PageIndex=${param.pageIndex}&PageSize=${param.pageSize}`, url: `/TrialDocument/getTrialSignDocumentList`,
method: 'get' method: 'post',
data: param
}) })
} }

View File

@ -7,6 +7,7 @@
size="small" size="small"
:rules="rules" :rules="rules"
label-width="170px" label-width="170px"
@submit.native.prevent
> >
<div class="base-dialog-body" style="position: relative;padding-top: 50px"> <div class="base-dialog-body" style="position: relative;padding-top: 50px">
<el-button @click="openSiteCodeHistory" type="text" style="position: absolute;right: 10px;top: 10px;">{{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}}</el-button> <el-button @click="openSiteCodeHistory" type="text" style="position: absolute;right: 10px;top: 10px;">{{$t('trials:consistencyAnalysisRule:table:SiteCodeHistory')}}</el-button>

View File

@ -3,7 +3,7 @@
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<!-- 待签署的系统文件 --> <!-- 待签署的系统文件 -->
<h3>{{ $t('trials:workbench:title:sysDocBeSigned') }}</h3> <h3>{{ $t('trials:workbench:title:trialDocSigned') }}</h3>
</el-col> </el-col>
<el-col :span="12" style="text-align:right;"> <el-col :span="12" style="text-align:right;">
<h3> <h3>
@ -108,6 +108,7 @@ import PreviewFile from '@/components/PreviewFile/index'
import SignForm from '@/views/trials/trials-panel/attachments/self-attachment/components/SignForm' import SignForm from '@/views/trials/trials-panel/attachments/self-attachment/components/SignForm'
const searchDataDefault = () => { const searchDataDefault = () => {
return { return {
IsSigned: true,
pageIndex: 1, pageIndex: 1,
pageSize: 20, pageSize: 20,
asc: true, asc: true,