Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_OA
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
91isoft_OA
Commits
b3d10ae9
Commit
b3d10ae9
authored
Mar 19, 2024
by
张毅辰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化更改
parent
403cb93c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
index.vue
pages/document/index.vue
+9
-0
BasicData.vue
pages/flow/components/BasicData.vue
+1
-1
ReviewHistory.vue
pages/flow/components/ReviewHistory.vue
+4
-1
OrganizationForm.vue
pages/flow/components/form/OrganizationForm.vue
+2
-1
No files found.
pages/document/index.vue
View file @
b3d10ae9
...
@@ -103,6 +103,15 @@ export default{
...
@@ -103,6 +103,15 @@ export default{
console
.
log
(
err
)
console
.
log
(
err
)
}
}
});
});
}
else
{
uni
.
navigateTo
({
url
:
`/pages/flow/work?businessId=
${
id
}
&nodeId=
${
nodeId
}
&type=see`
,
success
:(
res
)
=>
{
},
fail
:(
err
)
=>
{
console
.
log
(
err
)
}
});
}
}
}
else
{
}
else
{
uni
.
navigateTo
({
uni
.
navigateTo
({
...
...
pages/flow/components/BasicData.vue
View file @
b3d10ae9
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
{{
basicDataForm
.
createUserName
||
'-'
}}
{{
basicDataForm
.
createUserName
||
'-'
}}
</view>
</view>
</uni-forms-item>
</uni-forms-item>
<uni-forms-item
label=
"审批人"
name=
"approveUser"
>
<uni-forms-item
label=
"审批人"
name=
"approveUser"
v-if=
"basicDataForm.approveUser.length > 0"
>
<view
class=
"show_form_info"
>
<view
class=
"show_form_info"
>
{{
basicDataForm
.
approveUser
.
map
(
item
=>
{
return
item
.
userName
}
)
}}
{{
basicDataForm
.
approveUser
.
map
(
item
=>
{
return
item
.
userName
}
)
}}
<
/view
>
<
/view
>
...
...
pages/flow/components/ReviewHistory.vue
View file @
b3d10ae9
<
template
>
<
template
>
<view
style=
"padding: 10px 0;"
>
<view
style=
"padding: 10px 0;"
>
<uni-collapse
ref=
"collapse"
>
<uni-collapse
ref=
"collapse"
>
<uni-collapse-item
v-for=
"(item, index) in approveHistoryList"
:key=
"index"
:title=
"(index + 1) + '.' +
item.userName
"
>
<uni-collapse-item
v-for=
"(item, index) in approveHistoryList"
:key=
"index"
:title=
"(index + 1) + '.' +
(item.userName ? item.userName : '无审批人')
"
>
<view
class=
"content"
style=
"padding: 10px 10px; font-size: 8px;text-align: center"
>
<view
class=
"content"
style=
"padding: 10px 10px; font-size: 8px;text-align: center"
>
<uni-row>
<uni-row>
<uni-col
:span=
"12"
>
<uni-col
:span=
"12"
>
...
@@ -19,6 +19,9 @@
...
@@ -19,6 +19,9 @@
审核意见:
{{
item
.
remarks
||
'-'
}}
审核意见:
{{
item
.
remarks
||
'-'
}}
</uni-col>
</uni-col>
</uni-row>
</uni-row>
</view>
</view>
</uni-collapse-item>
</uni-collapse-item>
</uni-collapse>
</uni-collapse>
...
...
pages/flow/components/form/OrganizationForm.vue
View file @
b3d10ae9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<uni-forms-item
:label=
"item.label"
:name=
"item.key"
>
<uni-forms-item
:label=
"item.label"
:name=
"item.key"
>
<view
class=
"show_form_info"
>
<view
class=
"show_form_info"
>
<view>
<view>
{{
item
.
newData
||
'-'
}}
{{
item
.
newData
+
'1'
||
'-'
}}
</view>
</view>
<view
v-show=
"item.showFlag"
style=
"color: red;"
>
<view
v-show=
"item.showFlag"
style=
"color: red;"
>
{{
item
.
oldData
||
'-'
}}
{{
item
.
oldData
||
'-'
}}
...
@@ -20,6 +20,7 @@
...
@@ -20,6 +20,7 @@
<!--
</uni-forms-item>
-->
<!--
</uni-forms-item>
-->
</view>
</view>
</view>
</view>
<view
style=
"height: 20px"
></view>
</uni-forms>
</uni-forms>
</view>
</view>
</
template
>
</
template
>
...
...
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