Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
39863f1d
Commit
39863f1d
authored
Sep 04, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料优化
parent
d2a93ec0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
edit.vue
pages/materiel/classification/edit.vue
+5
-5
add.vue
pages/materiel/masterData/add.vue
+1
-2
edit.vue
pages/materiel/masterData/edit.vue
+1
-0
edit.vue
pages/store/edit.vue
+0
-1
No files found.
pages/materiel/classification/edit.vue
View file @
39863f1d
...
...
@@ -192,11 +192,11 @@ export default {
fieldName
:
"categoryId"
,
fieldValue
:
this
.
nodeInfo
.
id
,
},
{
conditionalType
:
"Equal"
,
fieldName
:
"codeRuleId"
,
fieldValue
:
this
.
nodeInfo
.
codeRuleId
,
},
//
{
//
conditionalType: "Equal",
//
fieldName: "codeRuleId",
//
fieldValue: this.nodeInfo.codeRuleId,
//
},
];
Api
.
listTable
({
conditions
:
conditions
,
...
...
pages/materiel/masterData/add.vue
View file @
39863f1d
...
...
@@ -137,7 +137,7 @@ export default {
if
(
u
.
dataType
==
1
||
u
.
dataType
==
2
)
{
v
=
0
;
}
// this.$set(this.entity.customProperties,u.filed,v)
this
.
entity
[
u
.
field
]
=
""
;
this
.
$set
(
this
.
entity
,
u
.
filed
,
v
);
});
}
...
...
@@ -157,7 +157,6 @@ export default {
setRow
(
row
,
index
)
{
this
.
$set
(
this
.
checkList
,
index
,
row
);
},
handleSubmit
()
{
this
.
$refs
.
form
.
validate
((
v
)
=>
{
if
(
v
)
{
...
...
pages/materiel/masterData/edit.vue
View file @
39863f1d
...
...
@@ -138,6 +138,7 @@ export default {
v
=
0
;
}
// this.$set(this.entity.customProperties,u.filed,v)
this
.
entity
[
u
.
field
]
=
""
;
this
.
$set
(
this
.
entity
,
u
.
filed
,
v
);
});
}
...
...
pages/store/edit.vue
View file @
39863f1d
...
...
@@ -102,7 +102,6 @@ export default {
}
}
}
alert
(
type
)
this
.
entity
.
materialTypeName
=
code
.
join
(
","
);
this
.
entity
.
codeRuleType
=
type
.
join
(
","
);
},
...
...
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