Compare commits
No commits in common. "132af31c1bdb275e3ed12cd3c4a371f228c6427f" and "46bc955e76eeaf2386dfcb37caab1f09d48c509f" have entirely different histories.
132af31c1b
...
46bc955e76
|
@ -308,13 +308,6 @@
|
||||||
<el-tag v-else-if="scope.row.AuditState*1 === 8" type="primary">{{ $fd('AuditStateRC', scope.row.AuditState*1) }}</el-tag>
|
<el-tag v-else-if="scope.row.AuditState*1 === 8" type="primary">{{ $fd('AuditStateRC', scope.row.AuditState*1) }}</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 审核完成时间 -->
|
|
||||||
<el-table-column
|
|
||||||
prop="AuditTime"
|
|
||||||
:label="$t('trials:crcUpload:table:auditTime')"
|
|
||||||
show-overflow-tooltip
|
|
||||||
width="170"
|
|
||||||
/>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['trials:trials-panel:visit:crc-upload:upload', 'trials:trials-panel:visit:crc-upload:submit','trials:trials-panel:visit:crc-upload:edit','trials:trials-panel:visit:crc-upload:delete'], '||')"
|
v-if="hasPermi(['trials:trials-panel:visit:crc-upload:upload', 'trials:trials-panel:visit:crc-upload:submit','trials:trials-panel:visit:crc-upload:edit','trials:trials-panel:visit:crc-upload:delete'], '||')"
|
||||||
:label="$t('common:action:action')"
|
:label="$t('common:action:action')"
|
||||||
|
|
|
@ -2007,9 +2007,7 @@ export default {
|
||||||
this.$emit("getList");
|
this.$emit("getList");
|
||||||
this.$emit("nextTask", res.Result.VisitId);
|
this.$emit("nextTask", res.Result.VisitId);
|
||||||
});
|
});
|
||||||
}).catch(()=>{
|
});
|
||||||
this.$emit("getList")
|
|
||||||
})
|
|
||||||
} else {
|
} else {
|
||||||
// 没有后续质控任务
|
// 没有后续质控任务
|
||||||
this.$emit("getList");
|
this.$emit("getList");
|
||||||
|
|
|
@ -80,16 +80,7 @@
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 分配时间 -->
|
|
||||||
<el-form-item :label="$t('trials:qcCheck:table:auditTime')">
|
|
||||||
<el-date-picker
|
|
||||||
v-model="timeList"
|
|
||||||
value-format="yyyy-MM-dd"
|
|
||||||
format="yyyy-MM-dd"
|
|
||||||
type="daterange"
|
|
||||||
@change="changeTimeList"
|
|
||||||
/>
|
|
||||||
</el-form-item>
|
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<!-- 查询 -->
|
<!-- 查询 -->
|
||||||
<el-button type="primary" icon="el-icon-search" @click="handleSearch">
|
<el-button type="primary" icon="el-icon-search" @click="handleSearch">
|
||||||
|
@ -318,13 +309,6 @@
|
||||||
<el-tag v-else-if="scope.row.AuditState*1 === 8" type="primary"> {{ $fd('AuditStateRC', scope.row.AuditState*1) }}</el-tag>
|
<el-tag v-else-if="scope.row.AuditState*1 === 8" type="primary"> {{ $fd('AuditStateRC', scope.row.AuditState*1) }}</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 审核完成时间 -->
|
|
||||||
<el-table-column
|
|
||||||
prop="AuditTime"
|
|
||||||
:label="$t('trials:qcCheck:table:auditTime')"
|
|
||||||
show-overflow-tooltip
|
|
||||||
width="170"
|
|
||||||
/>
|
|
||||||
<!-- 历史审核人 -->
|
<!-- 历史审核人 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-show="OtherInfo.QCProcessEnum !== 0"
|
v-show="OtherInfo.QCProcessEnum !== 0"
|
||||||
|
@ -668,8 +652,6 @@ const searchDataDefault = () => {
|
||||||
IsUrgent: null,
|
IsUrgent: null,
|
||||||
AuditStateArray: [],
|
AuditStateArray: [],
|
||||||
HandleUserId: '',
|
HandleUserId: '',
|
||||||
BeginAuditTime: null,
|
|
||||||
EndAuditTime: null,
|
|
||||||
PageIndex: 1,
|
PageIndex: 1,
|
||||||
PageSize: 20
|
PageSize: 20
|
||||||
// SortField: '',
|
// SortField: '',
|
||||||
|
@ -701,8 +683,7 @@ export default {
|
||||||
trialCode: this.$route.query.trialCode,
|
trialCode: this.$route.query.trialCode,
|
||||||
query: null,
|
query: null,
|
||||||
manualsDialog: { visible: false },
|
manualsDialog: { visible: false },
|
||||||
isFullscreen: false,
|
isFullscreen: false
|
||||||
timeList: []
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -841,7 +822,6 @@ export default {
|
||||||
// 重置
|
// 重置
|
||||||
handleReset() {
|
handleReset() {
|
||||||
this.searchData = searchDataDefault()
|
this.searchData = searchDataDefault()
|
||||||
this.timeList = []
|
|
||||||
this.getList()
|
this.getList()
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.qcCheckList.clearSort()
|
this.$refs.qcCheckList.clearSort()
|
||||||
|
@ -969,15 +949,6 @@ export default {
|
||||||
this.qcVisible = false
|
this.qcVisible = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeTimeList() {
|
|
||||||
if (this.timeList) {
|
|
||||||
this.searchData.BeginAuditTime = this.timeList[0]
|
|
||||||
this.searchData.EndAuditTime = this.timeList[1]
|
|
||||||
} else {
|
|
||||||
this.searchData.BeginAuditTime = null
|
|
||||||
this.searchData.EndAuditTime = null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
openManuals() {
|
openManuals() {
|
||||||
this.manualsDialog.visible = true
|
this.manualsDialog.visible = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue