|
|
@@ -153,18 +153,29 @@
|
|
|
clearable
|
|
|
></el-input> </el-form-item
|
|
|
></el-descriptions-item>
|
|
|
- <el-descriptions-item label="不合格品数量(PCS)">
|
|
|
- <el-input
|
|
|
+ <el-descriptions-item label="">
|
|
|
+ <span class="label-required after" slot="label"
|
|
|
+ >不合格品数量(PCS)</span
|
|
|
+ >
|
|
|
+ <el-form-item
|
|
|
+ label=""
|
|
|
+ label-width="0"
|
|
|
+ required
|
|
|
class="w100"
|
|
|
- v-model="workReport.productInfo.noStandardNum"
|
|
|
- @input="
|
|
|
- (value) =>
|
|
|
- (workReport.productInfo.noStandardNum = value
|
|
|
- ? parseInt(value)
|
|
|
- : value)
|
|
|
- "
|
|
|
- clearable
|
|
|
- ></el-input>
|
|
|
+ prop="productInfo.noStandardNum"
|
|
|
+ >
|
|
|
+ <el-input
|
|
|
+ class="w100"
|
|
|
+ v-model="workReport.productInfo.noStandardNum"
|
|
|
+ @input="
|
|
|
+ (value) =>
|
|
|
+ (workReport.productInfo.noStandardNum = value
|
|
|
+ ? parseInt(value)
|
|
|
+ : value)
|
|
|
+ "
|
|
|
+ clearable
|
|
|
+ ></el-input>
|
|
|
+ </el-form-item>
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="不合格品重量(KG)"
|
|
|
><el-input
|