|
|
@@ -150,14 +150,16 @@
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样数量(一)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-model="item.liu_yang_shu_lian_yi"></el-input>
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_yi" :disabled=!item.liu_yang_shu_lian_yi ></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样存放位置(一)" required>
|
|
|
<template slot-scope="scope">
|
|
|
- <liuyangData v-model="item.liu_yang_wei_zhi_yi" ref="LyPositionOne" />
|
|
|
+ <!-- <liuyangData v-model="item.liu_yang_wei_zhi_yi" ref="LyPositionOne" /> -->
|
|
|
+ <liuyangData v-model="item.liu_yang_wei_zhi_yi" ref="LyPositionOne" v-if="item.liu_yang_shu_lian_yi" />
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_yi" v-if="!item.liu_yang_shu_lian_yi" :disabled="true"></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -249,14 +251,16 @@
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样数量(二)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-model="item.liu_yang_shu_lian_er"></el-input>
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_er" :disabled=!item.liu_yang_shu_lian_er></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样存放位置(二)" required>
|
|
|
<template slot-scope="scope">
|
|
|
- <liuyangData v-model="item.liu_yang_wei_zhi_er" ref="LyPositionTwo" />
|
|
|
+ <!-- <liuyangData v-model="item.liu_yang_wei_zhi_er" ref="LyPositionTwo" /> -->
|
|
|
+ <liuyangData v-model="item.liu_yang_wei_zhi_yi" ref="LyPositionOne" v-if="item.liu_yang_shu_lian_er" />
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_yi" v-if="!item.liu_yang_shu_lian_er" :disabled="true"></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -349,14 +353,16 @@
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样数量(三)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-model="item.liu_yang_shu_lian_san"></el-input>
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_san" :disabled=!item.liu_yang_shu_lian_san></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样存放位置(三)" required>
|
|
|
<template slot-scope="scope">
|
|
|
- <liuyangData v-model="item.liu_yang_wei_zhi_san" ref="LyPositionThree" />
|
|
|
+ <!-- <liuyangData v-model="item.liu_yang_wei_zhi_san" ref="LyPositionThree" /> -->
|
|
|
+ <liuyangData v-model="item.liu_yang_wei_zhi_yi" ref="LyPositionOne" v-if="item.liu_yang_shu_lian_san" />
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_yi" v-if="!item.liu_yang_shu_lian_san" :disabled="true"></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -449,14 +455,16 @@
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样数量(四)" required class="zzj">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-model="item.liu_yang_shu_lian_si"></el-input>
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_si" :disabled=!item.liu_yang_shu_lian_si></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="留样存放位置(四)" required>
|
|
|
<template slot-scope="scope">
|
|
|
- <liuyangData v-model="item.liu_yang_wei_zhi_si" ref="LyPositionFour" />
|
|
|
+ <!-- <liuyangData v-model="item.liu_yang_wei_zhi_si" ref="LyPositionFour" /> -->
|
|
|
+ <liuyangData v-model="item.liu_yang_wei_zhi_yi" ref="LyPositionOne" v-if="item.liu_yang_shu_lian_si" />
|
|
|
+ <el-input v-model="item.liu_yang_shu_lian_yi" v-if="!item.liu_yang_shu_lian_si" :disabled="true"></el-input>
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-col>
|