Commit c2d89b47 authored by jingnan's avatar jingnan 👀

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

parent 8617c1cb
......@@ -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;
}
}
......
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