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
c2d89b47
Commit
c2d89b47
authored
Dec 20, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
废品确认损失节点 第二联的背面“净损失”增加必填校验
parent
8617c1cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
twoTable.vue
...eComponents/components/ScrapNoticeDocReceipt/twoTable.vue
+8
-6
No files found.
applications/dee-mes/src/privateComponents/components/ScrapNoticeDocReceipt/twoTable.vue
View file @
c2d89b47
...
...
@@ -343,7 +343,7 @@
</td>
</tr>
<tr>
<td
class=
"center"
colspan=
"2"
>
<td
class=
"center
netLoss
"
colspan=
"2"
>
<!--
<td
class=
"center"
colspan=
"2"
...
...
@@ -485,7 +485,9 @@ export default {
manufactureF
:
0
,
// 制造费用
accounts
:
''
// 会计核算
},
rules
:
{},
rules
:
{
'netLoss'
:
[{
required
:
true
,
message
:
'该项必填'
,
trigger
:
'blur'
}]
},
// 成本核算员
costEstimator
:
true
,
// 成本管理员
...
...
@@ -848,12 +850,12 @@ export default {
}
}
.
costKeeper
,
.
netLoss
,
.costEstimator
{
&
:
:
before
{
//
content: "*";
//
color: #f56c6c;
//
margin-right: 4px;
content
:
"*"
;
color
:
#f56c6c
;
margin-right
:
4px
;
}
}
...
...
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