Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
Details
Activity
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
INET-TWO
web
Commits
954dd73f
Commit
954dd73f
authored
Oct 22, 2024
by
ztf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://94.191.100.41/inet-two/web
into develop
parents
00ef69f1
4f834c17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
index.vue
...Components/components/ExtPurchasePlanDocLinkAdd/index.vue
+2
-2
task-detail.vue
...ask-center/src/business-components/tabCom/task-detail.vue
+4
-5
No files found.
applications/dee-plan/src/privateComponents/components/ExtPurchasePlanDocLinkAdd/index.vue
View file @
954dd73f
...
...
@@ -17,7 +17,7 @@
}"
:dis-business="true"
:result-data="tableData"
@
selectionC
hange="selectionChange"
@
radio-current-c
hange="selectionChange"
/>
<div
class=
"btns"
>
<el-button
type=
"primary"
class=
"submitBTN"
:disabled=
"!isDisable"
@
click=
"tosubmit"
>
确定
</el-button>
...
...
@@ -89,7 +89,7 @@ export default {
},
methods
:
{
selectionChange
(
data
)
{
this
.
selections
=
data
this
.
selections
=
[
data
.
row
]
},
getData
()
{
const
params
=
this
.
queryParams
...
...
applications/dee-task-center/src/business-components/tabCom/task-detail.vue
View file @
954dd73f
...
...
@@ -60,20 +60,19 @@
v-if=
"basicData&& basicData.businessObject &&basicData.businessObject.subTypeName&& basicData.businessObject.subTypeName==='ExtPlanFeedback'"
>
<!--
<div
class=
"sub-title"
style=
"padding-bottom:12px"
>
计划反馈
</div>
-->
<dee-as-com
<
!--
<
dee-as-com
v-if=
" isCheckTaskState && basicData.basicInfo.state==='BE_RESOLVED'"
:lay-config=
"
{
typeName: 'ExtPlanReply',
layKey: '
task-ExtPlanReply
'
layKey: '
ExtPlanReply-View
'
}"
:form="ExtPlanReplyLinkform"
@on-submit="toSubmitExtPlanReply"
/>
/>
-->
<dee-as-com
v-else
:lay-config=
"
{
typeName: 'ExtPlanReply',
layKey: '
ExtPlanReply-View
'
layKey: '
task-ExtPlanReply
'
}"
:form="ExtPlanReplyLinkform"
/>
...
...
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