|
|
@@ -84,6 +84,7 @@
|
|
|
type="date"
|
|
|
:clearable="false"
|
|
|
placeholder="选择日期"
|
|
|
+ :editable="false"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
@@ -120,6 +121,7 @@
|
|
|
type="date"
|
|
|
placeholder="请选择执行时间"
|
|
|
style="width: 100%"
|
|
|
+ :editable="false"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
<!-- <el-form-item label-width="82px" class="form-item" prop="conditionRate" label="触发条件">
|
|
|
@@ -202,7 +204,7 @@
|
|
|
<el-option
|
|
|
v-for="item in pesticideFertilizersOptions"
|
|
|
:key="item.id"
|
|
|
- :label="item.defaultName"
|
|
|
+ :label="item.defaultName || item.name"
|
|
|
:value="item.id"
|
|
|
/>
|
|
|
</el-select>
|
|
|
@@ -781,6 +783,7 @@ const handlePesticideFertilizerChange = (parentIndex, index) => {
|
|
|
dynamicValidateForm.prescriptionList[parentIndex].pesticideFertilizerList[index].pesticideFertilizerId ===
|
|
|
item.id
|
|
|
)[0];
|
|
|
+ console.log('obj', obj)
|
|
|
dynamicValidateForm.prescriptionList[parentIndex].pesticideFertilizerList[index] = {
|
|
|
...dynamicValidateForm.prescriptionList[parentIndex].pesticideFertilizerList[index],
|
|
|
typeName: obj.typeName,
|