Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-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
TFMOM
TF-MOM-WEB
Commits
273ec470
Commit
273ec470
authored
Oct 10, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
废品通知单修改
parent
409cf663
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
threeTable.vue
...omponents/components/ScrapNoticeDocReceipt/threeTable.vue
+1
-2
twoTable.vue
...eComponents/components/ScrapNoticeDocReceipt/twoTable.vue
+13
-10
No files found.
applications/dee-mes/src/privateComponents/components/ScrapNoticeDocReceipt/threeTable.vue
View file @
273ec470
...
...
@@ -363,11 +363,10 @@ export default {
this
.
disabled
=
false
// if (val.taskkey === 'Activity_1lgytbi') {
// } else
if
(
val
.
taskkey
===
'Activity_
07owud7
'
)
{
if
(
val
.
taskkey
===
'Activity_
1lgytbi
'
)
{
this
.
technologist
=
false
this
.
$nextTick
(()
=>
{
this
.
$set
(
this
.
form
,
'gysign'
,
localStorage
.
getItem
(
'user'
))
this
.
technologist
=
false
this
.
$set
(
this
.
rules
,
'portCarNumber'
,
[
{
required
:
true
,
...
...
applications/dee-mes/src/privateComponents/components/ScrapNoticeDocReceipt/twoTable.vue
View file @
273ec470
...
...
@@ -592,16 +592,19 @@ export default {
open
(
val
)
{
this
.
$nextTick
(()
=>
{
// 成本核算员节点Activity_1lgytbi和财务部会计Activity_07owud7
if
([
'Activity_1lgytbi'
,
'Activity_07owud7'
].
includes
(
val
.
taskkey
))
{
this
.
disabled
=
false
if
(
val
.
taskkey
===
'Activity_1lgytbi'
)
{
this
.
costEstimator
=
false
}
else
if
(
val
.
taskkey
===
'Activity_07owud7'
)
{
this
.
costKeeper
=
false
}
}
else
{
this
.
disabled
=
true
}
// if (['Activity_1lgytbi', 'Activity_07owud7'].includes(val.taskkey)) {
// this.disabled = false
// if (val.taskkey === 'Activity_1lgytbi') {
// this.costEstimator = false
// } else if (val.taskkey === 'Activity_07owud7') {
// this.costKeeper = false
// }
// } else {
// this.disabled = true
// }
this
.
disabled
=
false
this
.
costEstimator
=
false
this
.
costKeeper
=
false
this
.
item
=
val
})
},
...
...
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