|
|
@ -570,7 +570,7 @@ |
|
|
<el-form-item label="数量"> |
|
|
<el-form-item label="数量"> |
|
|
<el-input v-model.number="oneKeyForm.proofingNumber" style="width: 100%"></el-input> |
|
|
<el-input v-model.number="oneKeyForm.proofingNumber" style="width: 100%"></el-input> |
|
|
<div v-if="oneKeySelectedApplyOption" class="apply-qty-reference"> |
|
|
<div v-if="oneKeySelectedApplyOption" class="apply-qty-reference"> |
|
|
试验申请数量参考:{{ getApplyQuantityDisplayText(oneKeySelectedApplyOption.applyQuantity) }} |
|
|
|
|
|
|
|
|
试验申请数量:{{ getApplyQuantityDisplayText(oneKeySelectedApplyOption.applyQuantity) }} |
|
|
</div> |
|
|
</div> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
@ -3596,7 +3596,7 @@ export default { |
|
|
padding: 4px 8px; |
|
|
padding: 4px 8px; |
|
|
border-radius: 4px; |
|
|
border-radius: 4px; |
|
|
background: #ecf5ff; |
|
|
background: #ecf5ff; |
|
|
color: #2667a8; |
|
|
|
|
|
|
|
|
color: #3d77b1; |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
line-height: 18px; |
|
|
line-height: 18px; |
|
|
} |
|
|
} |
|
|
|