|
@@ -131,7 +131,7 @@
|
|
|
</ut-action-sheet>
|
|
</ut-action-sheet>
|
|
|
<!-- 采收地块 -->
|
|
<!-- 采收地块 -->
|
|
|
<up-form-item v-if="+mgMethod !== 2" :borderBottom="false" :label="'采收' + landIdsTitle" prop="landIds" id="landIdspppp">
|
|
<up-form-item v-if="+mgMethod !== 2" :borderBottom="false" :label="'采收' + landIdsTitle" prop="landIds" id="landIdspppp">
|
|
|
- <Go_button v-if="!deawerData" @click="openDrawer" :title="'请选择采收的' + landIdsTitle" style="flex: 1" />
|
|
|
|
|
|
|
+ <Go_button v-if="!deawerData?.data.length" @click="openDrawer" :title="'请选择采收的' + landIdsTitle" style="flex: 1" />
|
|
|
<view class="w-100%" v-else>
|
|
<view class="w-100%" v-else>
|
|
|
<Baseinfo :modeValue="deawerData" @close="handleBaseinfoClose" :baseType="baseType" />
|
|
<Baseinfo :modeValue="deawerData" @close="handleBaseinfoClose" :baseType="baseType" />
|
|
|
</view>
|
|
</view>
|
|
@@ -576,6 +576,7 @@ onLoad(async (options: any) => {
|
|
|
deawerData.value.aloneChecked = false;
|
|
deawerData.value.aloneChecked = false;
|
|
|
}
|
|
}
|
|
|
deawerData.value.data = res.data?.lands;
|
|
deawerData.value.data = res.data?.lands;
|
|
|
|
|
+ console.log(deawerData.value, 'deawerData.value');
|
|
|
} else {
|
|
} else {
|
|
|
if (+taskType?.value == 11) {
|
|
if (+taskType?.value == 11) {
|
|
|
form.value.outputType = '1';
|
|
form.value.outputType = '1';
|