Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
82c2eed0
Commit
82c2eed0
authored
Oct 25, 2024
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
7b436e4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
10 deletions
+15
-10
src/views/typesetting/TypesettingManagement.vue
+2
-2
src/views/typesetting/submitReviewModal.vue
+13
-8
No files found.
src/views/typesetting/TypesettingManagement.vue
View file @
82c2eed0
...
@@ -329,9 +329,9 @@ const submitReview = async (data: TypesettingListData, isDetail = false) => {
...
@@ -329,9 +329,9 @@ const submitReview = async (data: TypesettingListData, isDetail = false) => {
detailable
.
value
=
isDetail
detailable
.
value
=
isDetail
try
{
try
{
submitReviewModelRef
.
value
?.
getExamineInfo
(
data
)
submitReviewModelRef
.
value
?.
getExamineInfo
(
data
)
// if (
data.state === '701' || data.state === '901')
{
if
(
data
.
state
===
'601'
||
data
.
state
===
'701'
||
data
.
state
===
'901'
)
{
submitReviewModelRef
.
value
?.
getPriceDetail
(
data
)
submitReviewModelRef
.
value
?.
getPriceDetail
(
data
)
//
}
}
const
res
=
await
getTypesettingDetail
(
data
.
id
)
const
res
=
await
getTypesettingDetail
(
data
.
id
)
row
.
value
=
res
.
data
row
.
value
=
res
.
data
nextTick
(()
=>
{
nextTick
(()
=>
{
...
...
src/views/typesetting/submitReviewModal.vue
View file @
82c2eed0
...
@@ -25,7 +25,11 @@
...
@@ -25,7 +25,11 @@
</div>
</div>
</div>
</div>
<div
class=
"modals-image-big"
>
<div
class=
"modals-image-big"
>
<img
:src=
"mainImageUrl || row?.imageList[0]?.imagePath"
alt=
""
class=
"img-sign"
/>
<img
:src=
"mainImageUrl || row?.imageList[0]?.imagePath"
alt=
""
class=
"img-sign"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -291,7 +295,7 @@
...
@@ -291,7 +295,7 @@
<ElCol
:span=
"12"
>
<ElCol
:span=
"12"
>
<div
class=
"detail-info-item"
>
<div
class=
"detail-info-item"
>
<span
class=
"label"
>
样板要求
</span>
<span
class=
"label"
>
样板要求
</span>
<p
v-dompurify-html=
"row?.re
mark
"
></p>
<p
v-dompurify-html=
"row?.re
quirement
"
></p>
</div>
</div>
</ElCol>
</ElCol>
</ElRow>
</ElRow>
...
@@ -507,12 +511,12 @@ const getExamineInfo = async (data: TypesettingListData) => {
...
@@ -507,12 +511,12 @@ const getExamineInfo = async (data: TypesettingListData) => {
const
res
=
await
getExamineInfoByIdApi
(
data
.
id
)
const
res
=
await
getExamineInfoByIdApi
(
data
.
id
)
if
(
!
res
.
data
)
return
if
(
!
res
.
data
)
return
versionList
.
value
=
res
.
data
versionList
.
value
=
res
.
data
if
(
data
?.
state
===
'301'
||
data
?.
state
===
'401'
)
{
//
if (data?.state === '301' || data?.state === '401') {
versionList
.
value
.
push
({
versionList
.
value
.
push
({
version
:
versionList
.
value
.
length
+
1
,
version
:
versionList
.
value
.
length
+
1
,
examineImages
:
[],
examineImages
:
[],
})
})
}
//
}
if
(
res
.
data
.
length
>
0
)
{
if
(
res
.
data
.
length
>
0
)
{
version
.
value
=
res
.
data
[
res
.
data
.
length
-
1
].
version
??
1
version
.
value
=
res
.
data
[
res
.
data
.
length
-
1
].
version
??
1
lastVersion
.
value
=
res
.
data
[
res
.
data
.
length
-
1
].
version
??
1
lastVersion
.
value
=
res
.
data
[
res
.
data
.
length
-
1
].
version
??
1
...
@@ -741,6 +745,7 @@ defineExpose({ getExamineInfo, reset, getPriceDetail })
...
@@ -741,6 +745,7 @@ defineExpose({ getExamineInfo, reset, getPriceDetail })
}
}
.detail-info
{
.detail-info
{
height
:
600px
;
height
:
600px
;
overflow-y
:
auto
;
:deep(.el-row)
{
:deep(.el-row)
{
height
:
30px
;
height
:
30px
;
line-height
:
30px
;
line-height
:
30px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment