|
|
@@ -94,9 +94,9 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!--每种类型对应的留样数量和留样存放位置-->
|
|
|
- <el-row>
|
|
|
+ <el-row >
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="样品存放位置(一)" required>
|
|
|
+ <el-form-item label="样品存放位置(一)" required >
|
|
|
<template slot-scope="scope">
|
|
|
<weizhiData v-model="item.shou_yang_wei_zhi_yi"/>
|
|
|
</template>
|
|
|
@@ -122,7 +122,7 @@
|
|
|
<el-row v-if="item.flag2">
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="样品类型(二)" >
|
|
|
- <el-input v-model="item.yang_pin_lei_er_ || '/'" readonly="true"></el-input>
|
|
|
+ <el-input v-model="item.yang_pin_lei_er_ || '/'" readonly="true" class="as"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
@@ -168,7 +168,7 @@
|
|
|
|
|
|
<el-row v-if="item.flag3">
|
|
|
<el-col :span="6">
|
|
|
- <el-form-item label="样品类型(三)">
|
|
|
+ <el-form-item label="样品类型(三)" >
|
|
|
<el-input v-model="item.yang_pin_lei_san_ || '/'" readonly="true"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -646,6 +646,13 @@ import * as dayjs from 'dayjs'
|
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+
|
|
|
+/deep/ .el-form-item__label,/deep/ .el-input__inner{
|
|
|
+ color: none;
|
|
|
+}
|
|
|
+/deep/ .as{
|
|
|
+ color: red;
|
|
|
+}
|
|
|
.sample-scan .popContainer{
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
@@ -665,6 +672,7 @@ import * as dayjs from 'dayjs'
|
|
|
line-height: 40px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+ /**必须设置.el-form-item__label为none */
|
|
|
/deep/.zzj{
|
|
|
color: #4709cc;
|
|
|
}
|