|
|
@@ -20,7 +20,8 @@
|
|
|
width="75%"
|
|
|
top="5vh"
|
|
|
:modal-append-to-body='false'
|
|
|
- title=" 样品手动接收确认操作 - 确认样品数量及相关信息 (如果扫描无结果,请点击除标题外的空白处,恢复扫码功能)"
|
|
|
+ title=" 样品手动接收确认操作 - 确认样品数量及相关信息 (如果扫描无结果,请点击除标题外的空白处,恢复扫码功能)
|
|
|
+ 如有修改样品类型规格等信息,请前往质量管理-客户反馈-客户沟通模块填写客户沟通记录表"
|
|
|
@close="closeDialog"
|
|
|
:before-close = "handleClose"
|
|
|
:visible.sync="visible"> <!-- 表单是否显示 -->
|
|
|
@@ -818,4 +819,9 @@ import * as dayjs from 'dayjs'
|
|
|
// line-height: 40px;
|
|
|
// font-weight: bold;
|
|
|
}
|
|
|
+ /deep/.el-dialog__title{
|
|
|
+ line-height: 24px;
|
|
|
+ color: #e60c14;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
</style>
|