Commit c2d89b47 authored by jingnan's avatar jingnan 👀

废品确认损失节点 第二联的背面“净损失”增加必填校验

parent 8617c1cb
...@@ -343,7 +343,7 @@ ...@@ -343,7 +343,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="center" colspan="2"> <td class="center netLoss" colspan="2">
<!-- <td <!-- <td
class="center" class="center"
colspan="2" colspan="2"
...@@ -485,7 +485,9 @@ export default { ...@@ -485,7 +485,9 @@ export default {
manufactureF: 0, // 制造费用 manufactureF: 0, // 制造费用
accounts: '' // 会计核算 accounts: '' // 会计核算
}, },
rules: {}, rules: {
'netLoss': [{ required: true, message: '该项必填', trigger: 'blur' }]
},
// 成本核算员 // 成本核算员
costEstimator: true, costEstimator: true,
// 成本管理员 // 成本管理员
...@@ -848,12 +850,12 @@ export default { ...@@ -848,12 +850,12 @@ export default {
} }
} }
.costKeeper, .netLoss,
.costEstimator { .costEstimator {
&::before { &::before {
// content: "*"; content: "*";
// color: #f56c6c; color: #f56c6c;
// margin-right: 4px; margin-right: 4px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment