工作台改版
parent
277ffa5def
commit
727d4f8c19
|
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue