|
@@ -97,13 +97,13 @@
|
|
|
<el-form-item label="计划工时" prop="planWorkHour">
|
|
|
<div style="display: flex;">
|
|
|
<el-input v-model="todayPlanForm.planWorkHour" type="number" placeholder="请输入" style="flex: 1;" maxlength="5"></el-input>
|
|
|
- <div style="margin-left: 10px;">小时</div>
|
|
|
+ <div style="margin-left: 10px;">分钟</div>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="单价" prop="moneyOfJob">
|
|
|
<div style="display: flex;">
|
|
|
<el-input v-model="todayPlanForm.moneyOfJob" type="number" placeholder="请输入" style="flex: 1;" maxlength="5"></el-input>
|
|
|
- <div style="margin-left: 10px;">元/小时</div>
|
|
|
+ <div style="margin-left: 10px;">元/分钟</div>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="质检类型" prop="productId">
|