| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430 |
- <template>
- <z-paging ref="paging" v-model="list" bgColor="#f7f7f7" safe-area-inset-bottom>
- <template #top>
- <ut-navbar title="创建种养殖任务" :fixed="false"></ut-navbar>
- </template>
- <view class="pt-24">
- <!-- 养殖 -->
- <template v-if="form.taskType == 2">
- <up-form class="p-rtv" labelPosition="top" :model="form" :rules="rules" labelWidth="auto" ref="upFormRef">
- <view class="startline-title pl-24 ml-24 mb-16">基地信息</view>
- <view class="bg-#fff pd-24">
- <view class="b-radius bg-#EBF6EE c-primary f-s-24 pd-24 pb-16"> 注意:关联时请确保已添加到地块;关联时必须选到地块/圈舍/培养架。</view>
- </view>
- <view class="bg-#fff pd-24 mb-20 pt-0">
- <up-form-item :borderBottom="false" label="种养殖所在基地" required prop="baseId" id="baseIdpppp">
- <view v-if="!deawerData" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB" @click="openDrawer">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择种养殖所在的基地</view>
- </view>
- <view class="w-100%" v-else>
- <Baseinfo :modeValue="deawerData" @close="handleBaseinfoClose" :baseType="form.taskType" />
- </view>
- </up-form-item>
- </view>
- <view class="startline-title pl-24 ml-24 mb-16">种养殖信息</view>
- <view class="bg-#fff pd-24 mb-20">
- <ut-action-sheet v-model="form.taskType" :tabs="pt_task_type" title="选择任务类型">
- <up-form-item borderBottom label="任务类型" required prop="taskType" id="taskTypepppp">
- <view class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_task_type, form.taskType) }}</view>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-model="form.mgMethod" :tabs="pt_mg_method" title="选择溯源级别">
- <up-form-item borderBottom label="溯源级别" required prop="mgMethod" id="mgMethodpppp">
- <view v-if="form.mgMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_mg_method, form.mgMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择溯源级别</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-model="form.gapFlag" :tabs="pt_task_gap_flag" title="选择符合要求">
- <up-form-item borderBottom label="符合要求" required prop="gapFlag" id="gapFlagpppp">
- <view v-if="form.gapFlag" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_task_gap_flag, form.gapFlag) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择符合要求</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="动物名称" required prop="varietyId" id="varietyIdpppp">
- <view v-if="!Biological" @click="gotoTorganism(1)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择养植的动物名称</view>
- </view>
- <view v-if="Biological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Biological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ Biological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ Biological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ Biological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="养殖批号" required prop="plantationCode" id="plantationCodepppp">
- <view class="d-flex a-c j-sb w-100%">
- <view v-if="!form.plantationCode" class="flex1 c-#999">请生成养殖批号</view>
- <view v-else class="flex1 c-#333">{{ form.plantationCode }}</view>
- <up-button @click="randomCode" class="c-#fff" type="primary" style="height: 50rpx; width: 130rpx">随机生成</up-button>
- </view>
- </up-form-item>
- <up-form-item label="请选择养殖技术规程文件" prop="technicalFile" borderBottom id="technicalFilepppp">
- <ut-upload v-model="form.technicalFile" :max-count="9" valueType="array" accept="file"></ut-upload>
- </up-form-item>
- <ut-action-sheet v-model="form.plantationMethod" :tabs="pt_feeding_method" title="选择养殖方式">
- <up-form-item borderBottom label="养殖方式" required prop="plantationMethod" id="plantationMethodpppp">
- <view v-if="form.plantationMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_feeding_method, form.plantationMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择养殖方式</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <view class="h-1" id="queryType6pppp"></view>
- <up-form-item :borderBottom="false" label="养殖时间" required prop="queryType6">
- <ut-datetime-picker v-model="form.queryType6.plannedStartDate" mode="date" dateFields="day" @change="changeStartTime">
- <view class="d-flex mr-20">
- <up-input v-model="form.queryType6.plannedStartDate" placeholder="请选择养殖开始时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- <ut-datetime-picker v-model="form.queryType6.plannedEndDate" mode="date" dateFields="day">
- <view class="d-flex">
- <up-input v-model="form.queryType6.plannedEndDate" placeholder="请选择养殖结束时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- </up-form-item>
- <up-form-item borderBottom label="养殖面积" required prop="plantingAmount" id="plantingAmountpppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input style="padding-left: 0" v-model="form.plantingAmount" placeholder="请输入养殖面积" border="none"></up-input>
- <view class="c-#333 f-s-32 f-w-5">{{ form.plantingUnit }}</view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="养殖区域" required prop="breedScale" id="breedScalepppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input v-model="form.breedScale" placeholder="请输入养殖区域" border="none"></up-input>
- <view class="c-#333 f-s-32 f-w-5">个</view>
- </view>
- </up-form-item>
- <view class="h-1" id="plantpppp"></view>
- <up-form-item borderBottom label="养殖量" required prop="plant">
- <up-input v-model="form.plant.plantingMgAmount" placeholder="请输入养殖量" border="none"></up-input>
- <ut-action-sheet v-model="form.plant.plantingMgUnit" :tabs="pt_planting_mg_unit" title="选择单位">
- <view class="d-flex a-c">
- <view v-if="form.plant?.plantingMgUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_planting_mg_unit, form.plant?.plantingMgUnit) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 w-100">单位</view>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </view>
- </ut-action-sheet>
- </up-form-item>
- <up-form-item borderBottom label="备注" prop="remark" id="remarkpppp">
- <up-input v-model="form.remark" placeholder="请输入备注" border="none"></up-input>
- </up-form-item>
- </view>
- </up-form>
- </template>
- <!-- 种畜繁育 -->
- <template v-if="form.taskType == 21">
- <up-form class="p-rtv" labelPosition="top" :model="form" :rules="rules1" labelWidth="auto" ref="upFormRef">
- <view class="startline-title pl-24 ml-24 mb-16">基地信息</view>
- <view class="bg-#fff pd-24">
- <view class="b-radius bg-#EBF6EE c-primary f-s-24 pd-24 pb-16"> 注意:关联时请确保已添加到地块;关联时必须选到地块/圈舍/培养架。</view>
- </view>
- <view class="bg-#fff pd-24 mb-20 pt-0">
- <up-form-item :borderBottom="false" label="种养殖所在基地" required prop="baseId" id="baseIdpppp">
- <view v-if="!deawerData" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB" @click="openDrawer">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择种养殖所在的基地</view>
- </view>
- <view class="w-100%" v-else>
- <Baseinfo :modeValue="deawerData" @close="handleBaseinfoClose" :baseType="form.taskType" />
- </view>
- </up-form-item>
- </view>
- <view class="startline-title pl-24 ml-24 mb-16">种养殖信息</view>
- <view class="bg-#fff pd-24 mb-20">
- <ut-action-sheet v-model="form.taskType" :tabs="pt_task_type" title="选择任务类型">
- <up-form-item borderBottom label="任务类型" required prop="taskType" id="taskTypepppp">
- <view class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_task_type, form.taskType) }}</view>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="是否代繁育" required prop="delegateFlag" id="delegateFlagFlagpppp">
- <up-radio-group v-model="form.delegateFlag">
- <up-radio :customStyle="{ marginRight: '60rpx' }" v-for="(item, index) in yes_no" :key="index" :label="item.label" :name="item.value"></up-radio>
- </up-radio-group>
- </up-form-item>
- <!-- <up-form-item borderBottom label="委托企业" required prop="delegateInfo" id="delegateInfopppp">
- <view v-if="!Enterprise" @click="$u.route({ type: 'navigateTo', url: '/plant/port/por-torganism/index' })" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择委托企业</view>
- </view>
- <view v-if="Enterprise" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Enterprise = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ form?.delegateInfo?.cusName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#666 f-s-24">{{ form?.delegateInfo?.crediteCode }}</text>
- </view>
- </view>
- </up-form-item> -->
- <up-form-item borderBottom label="供应商" prop="delegateInfo">
- <view class="flex1">
- <ContactUnitInput v-model="form.delegateInfo.cpyid" v-model:info="form.delegate" :params="{ cpyType: '4' }" title="选择供应商" placeholder="请选择供应商信息"></ContactUnitInput>
- </view>
- </up-form-item>
- <ut-action-sheet v-model="form.mgMethod" :tabs="pt_mg_method" title="选择溯源级别">
- <up-form-item borderBottom label="溯源级别" required prop="mgMethod" id="mgMethodpppp">
- <view v-if="form.mgMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_mg_method, form.mgMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择溯源级别</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="动物名称" required prop="varietyId" id="varietyIdpppp">
- <view v-if="!Biological" @click="gotoTorganism(1)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择养植的动物名称</view>
- </view>
- <view v-if="Biological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Biological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ Biological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ Biological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ Biological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="养殖批号" required prop="plantationCode" id="plantationCodepppp">
- <view class="d-flex a-c j-sb w-100%">
- <view v-if="!form.plantationCode" class="flex1 c-#999">请生成养殖批号</view>
- <view v-else class="flex1 c-#333">{{ form.plantationCode }}</view>
- <up-button @click="randomCode" class="c-#fff" type="primary" style="height: 50rpx; width: 130rpx">随机生成</up-button>
- </view>
- </up-form-item>
- <up-form-item label="请选择养殖技术规程文件" prop="technicalFile" borderBottom id="technicalFilepppp">
- <ut-upload v-model="form.technicalFile" :max-count="9" valueType="array" accept="file"></ut-upload>
- </up-form-item>
- <ut-action-sheet v-model="form.plantationMethod" :tabs="pt_feeding_method" title="选择养殖方式">
- <up-form-item borderBottom label="养殖方式" prop="plantationMethod" id="plantationMethodpppp">
- <view v-if="form.plantationMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_feeding_method, form.plantationMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择养殖方式</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <view class="h-1" id="queryType6pppp"></view>
- <up-form-item :borderBottom="false" label="养殖时间" required prop="queryType6">
- <ut-datetime-picker v-model="form.queryType6.plannedStartDate" mode="date" dateFields="day" @change="changeStartTime">
- <view class="d-flex mr-20">
- <up-input v-model="form.queryType6.plannedStartDate" placeholder="请选择养殖开始时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- <ut-datetime-picker v-model="form.queryType6.plannedEndDate" mode="date" dateFields="day">
- <view class="d-flex">
- <up-input v-model="form.queryType6.plannedEndDate" placeholder="请选择养殖结束时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- </up-form-item>
- <up-form-item borderBottom label="养殖面积" required prop="plantingAmount" id="plantingAmountpppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input style="padding-left: 0" v-model="form.plantingAmount" placeholder="请输入养殖面积" border="none"></up-input>
- <view class="c-#333 f-s-32 f-w-5">{{ form.plantingUnit }}</view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="养殖区域" required prop="breedScale" id="breedScalepppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input v-model="form.breedScale" placeholder="请输入养殖区域" border="none"></up-input>
- <view class="c-#333 f-s-32 f-w-5">个</view>
- </view>
- </up-form-item>
- <view class="h-1" id="plantpppp"></view>
- <up-form-item borderBottom label="养殖量" required prop="plant">
- <up-input v-model="form.plant.plantingMgAmount" placeholder="请输入养殖量" border="none"></up-input>
- <ut-action-sheet v-model="form.plant.plantingMgUnit" :tabs="pt_planting_mg_unit" title="选择单位">
- <view class="d-flex a-c">
- <view v-if="form.plant?.plantingMgUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_planting_mg_unit, form.plant?.plantingMgUnit) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 w-100">单位</view>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </view>
- </ut-action-sheet>
- </up-form-item>
- <up-form-item borderBottom label="备注" prop="remark" id="remarkpppp">
- <up-input v-model="form.remark" placeholder="请输入备注" border="none"></up-input>
- </up-form-item>
- </view>
- </up-form>
- </template>
- <!-- 种植 -->
- <template v-if="form.taskType == 1">
- <up-form class="p-rtv" labelPosition="top" :model="form" :rules="rules2" labelWidth="auto" ref="upFormRef">
- <view class="startline-title pl-24 ml-24 mb-16">基地信息</view>
- <view class="bg-#fff pd-24">
- <view class="b-radius bg-#EBF6EE c-primary f-s-24 pd-24 pb-16"> 注意:关联时请确保已添加到地块;关联时必须选到地块/圈舍/培养架。</view>
- </view>
- <view class="bg-#fff pd-24 mb-20 pt-0">
- <up-form-item :borderBottom="false" label="种养殖所在基地" required prop="baseId" id="baseIdpppp">
- <view v-if="!deawerData" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB" @click="openDrawer">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择种养殖所在的基地</view>
- </view>
- <view class="w-100%" v-else>
- <Baseinfo :modeValue="deawerData" @close="handleBaseinfoClose" :baseType="form.taskType" />
- </view>
- </up-form-item>
- </view>
- <view class="startline-title pl-24 ml-24 mb-16">种养殖信息</view>
- <view class="bg-#fff pd-24 mb-20">
- <ut-action-sheet v-model="form.taskType" :tabs="pt_task_type" title="选择任务类型">
- <up-form-item borderBottom label="任务类型" required prop="taskType" id="taskTypepppp">
- <view class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_task_type, form.taskType) }}</view>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-model="form.gapFlag" :tabs="pt_task_gap_flag" title="选择符合要求">
- <up-form-item borderBottom label="符合要求" required prop="gapFlag" id="gapFlagpppp">
- <view v-if="form.gapFlag" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_task_gap_flag, form.gapFlag) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择符合要求</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="植物名称" required prop="varietyId" id="varietyIdpppp">
- <view v-if="!Biological" @click="gotoTorganism(1)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择种植的植物名称</view>
- </view>
- <view v-if="Biological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Biological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ Biological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ Biological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ Biological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="种植批号" required prop="plantationCode" id="plantationCodepppp">
- <view class="d-flex a-c j-sb w-100%">
- <view v-if="!form.plantationCode" class="flex1 c-#999">请生成种植批号</view>
- <view v-else class="flex1 c-#333">{{ form.plantationCode }}</view>
- <up-button @click="randomCode" class="c-#fff" type="primary" style="height: 50rpx; width: 130rpx">随机生成</up-button>
- </view>
- </up-form-item>
- <up-form-item label="请选择种植技术规程文件" prop="technicalFile" borderBottom id="technicalFilepppp">
- <ut-upload v-model="form.technicalFile" :max-count="9" valueType="array" accept="file"></ut-upload>
- </up-form-item>
- <ut-action-sheet v-model="form.plantationMethod" :tabs="pt_plantation_method" title="选择种植方式">
- <up-form-item borderBottom label="种植方式" prop="plantationMethod" id="plantationMethodpppp">
- <view v-if="form.plantationMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_plantation_method, form.plantationMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择种植方式</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="种植面积" required prop="plantingAmount" id="plantingAmountpppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input style="padding-left: 0" v-model="form.plantingAmount" placeholder="请输入种植面积" border="none"></up-input>
- <view class="c-#333 f-s-32 f-w-5">亩</view>
- </view>
- </up-form-item>
- <view class="h-1" id="plantpppp"></view>
- <up-form-item borderBottom label="种植量" required prop="plant">
- <up-input v-model="form.plant.plantingMgAmount" placeholder="请输入种植量" border="none"></up-input>
- <ut-action-sheet v-model="form.plant.plantingMgUnit" :tabs="pt_scale_unit" title="选择单位">
- <view class="d-flex a-c">
- <view v-if="form.plant?.plantingMgUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_scale_unit, form.plant?.plantingMgUnit) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 w-100">单位</view>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </view>
- </ut-action-sheet>
- </up-form-item>
- <view class="h-1" id="queryType6pppp"></view>
- <up-form-item :borderBottom="false" label="种植时间" required prop="queryType6">
- <ut-datetime-picker v-model="form.queryType6.plannedStartDate" mode="date" dateFields="day" @change="changeStartTime">
- <view class="d-flex mr-20">
- <up-input v-model="form.queryType6.plannedStartDate" placeholder="请选择种植开始时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- <ut-datetime-picker v-model="form.queryType6.plannedEndDate" mode="date" dateFields="day">
- <view class="d-flex">
- <up-input v-model="form.queryType6.plannedEndDate" placeholder="请选择种植结束时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- </up-form-item>
- <ut-action-sheet v-model="form.reproductionType" :tabs="pt_reproduction_type" title="选择繁殖方式">
- <up-form-item borderBottom label="繁殖方式" required prop="reproductionType" id="reproductionTypepppp">
- <view v-if="form.reproductionType" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_reproduction_type, form.reproductionType) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择繁殖方式</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-if="+form.reproductionType == 2" v-model="form.plantationType" :tabs="pt_plantation_type" title="选择种植类型">
- <up-form-item borderBottom label="种植类型" prop="plantationType" id="plantationTypepppp">
- <view v-if="form.plantationType" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_plantation_type, form.plantationType) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择种植类型</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-if="+form.reproductionType == 2" v-model="form.sowingMethod" :tabs="pt_sowing_method" title="选择播种方法">
- <up-form-item borderBottom label="播种方法" prop="sowingMethod" id="sowingMethodpppp">
- <view v-if="form.sowingMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_sowing_method, form.sowingMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择播种方法</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-if="+form.reproductionType == 2" v-model="form.transplantMethod" :tabs="pt_transplant_method" title="选择移栽方法">
- <up-form-item borderBottom label="移栽方法" prop="transplantMethod" id="transplantMethodpppp">
- <view v-if="form.transplantMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_transplant_method, form.transplantMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择移栽方法</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="前茬植物" prop="preCropId" id="preCropIddpppp">
- <view v-if="!PreBiological" @click="gotoTorganism(2)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择前茬植物名称</view>
- </view>
- <view v-if="PreBiological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="PreBiological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ PreBiological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ PreBiological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ PreBiological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ PreBiological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ PreBiological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="备注" prop="remark" id="remarkpppp">
- <up-input v-model="form.remark" placeholder="请输入备注" border="none"></up-input>
- </up-form-item>
- </view>
- </up-form>
- </template>
- <!-- 种苗繁育 -->
- <template v-if="form.taskType == 11">
- <up-form class="p-rtv" labelPosition="top" :model="form" :rules="rules3" labelWidth="auto" ref="upFormRef">
- <view class="startline-title pl-24 ml-24 mb-16">基地信息</view>
- <view class="bg-#fff pd-24">
- <view class="b-radius bg-#EBF6EE c-primary f-s-24 pd-24 pb-16"> 注意:关联时请确保已添加到地块;关联时必须选到地块/圈舍/培养架。</view>
- </view>
- <view class="bg-#fff pd-24 mb-20 pt-0">
- <up-form-item :borderBottom="false" label="种养殖所在基地" required prop="baseId" id="baseIdpppp">
- <view v-if="!deawerData" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB" @click="openDrawer">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择种养殖所在的基地</view>
- </view>
- <view class="w-100%" v-else>
- <Baseinfo :modeValue="deawerData" @close="handleBaseinfoClose" :baseType="form.taskType" />
- </view>
- </up-form-item>
- <up-form-item :borderBottom="false" label="具体位置" required prop="baseId" id="baseIdpppp">
- <view v-if="!laboratory" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB" @click="openLaboratory">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择具体位置</view>
- </view>
- <view class="w-100%" v-else>
- <laboratory :modeValue="laboratory" @close="handleLaboratoryClose" :baseType="form.taskType" />
- </view>
- </up-form-item>
- </view>
- <view class="startline-title pl-24 ml-24 mb-16">种养殖信息</view>
- <view class="bg-#fff pd-24 mb-20">
- <ut-action-sheet v-model="form.taskType" :tabs="pt_task_type" title="选择任务类型">
- <up-form-item borderBottom label="任务类型" required prop="taskType" id="taskTypepppp">
- <view class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_task_type, form.taskType) }}</view>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="是否代繁育" required prop="delegateFlag" id="delegateFlagFlagpppp">
- <up-radio-group v-model="form.delegateFlag">
- <up-radio :customStyle="{ marginRight: '60rpx' }" v-for="(item, index) in yes_no" :key="index" :label="item.label" :name="item.value"></up-radio>
- </up-radio-group>
- </up-form-item>
- <!-- <up-form-item borderBottom label="委托企业" required prop="delegateInfo" id="delegateInfopppp">
- <view v-if="!Enterprise" @click="$u.route({ type: 'navigateTo', url: '/plant/port/por-torganism/index' })" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择委托企业</view>
- </view>
- <view v-if="Enterprise" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Enterprise = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ form?.delegateInfo?.cusName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#666 f-s-24">{{ form?.delegateInfo?.crediteCode }}</text>
- </view>
- </view>
- </up-form-item> -->
- <up-form-item borderBottom label="供应商" prop="delegateInfo">
- <view class="flex1">
- <ContactUnitInput v-model="form.delegateInfo.cpyid" v-model:info="form.delegate" :params="{ cpyType: '4' }" title="选择供应商" placeholder="请选择供应商信息"></ContactUnitInput>
- </view>
- </up-form-item>
- <ut-action-sheet v-if="+deawerData?.data[0]?.landType == 3" v-model="form.mgMethod" :tabs="pt_mg_method" title="选择溯源级别">
- <up-form-item borderBottom label="溯源级别" required prop="mgMethod" id="mgMethodpppp">
- <view v-if="form.mgMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_mg_method, form.mgMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择溯源级别</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="植物名称" required prop="varietyId" id="varietyIdpppp">
- <view v-if="!Biological" @click="gotoTorganism(1)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择种植的植物名称</view>
- </view>
- <view v-if="Biological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Biological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ Biological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ Biological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ Biological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="繁育批号" required prop="plantationCode" id="plantationCodepppp">
- <view class="d-flex a-c j-sb w-100%">
- <view v-if="!form.plantationCode" class="flex1 c-#999">请生成繁育批号</view>
- <view v-else class="flex1 c-#333">{{ form.plantationCode }}</view>
- <up-button @click="randomCode" class="c-#fff" type="primary" style="height: 50rpx; width: 130rpx">随机生成</up-button>
- </view>
- </up-form-item>
- <up-form-item label="请选择繁育技术规程文件" prop="technicalFile" borderBottom id="technicalFilepppp">
- <ut-upload v-model="form.technicalFile" :max-count="9" valueType="array" accept="file"></ut-upload>
- </up-form-item>
- <ut-action-sheet v-model="form.plantationMethod" :tabs="pt_plantation_method" title="选择繁育方式">
- <up-form-item borderBottom label="繁育方式" prop="plantationMethod" id="plantationMethodpppp">
- <view v-if="form.plantationMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_plantation_method, form.plantationMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择繁育方式</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <view class="h-1" id="queryType6pppp"></view>
- <up-form-item :borderBottom="false" label="繁育日期" required prop="queryType6">
- <ut-datetime-picker v-model="form.queryType6.plannedStartDate" mode="date" dateFields="day" @change="changeStartTime">
- <view class="d-flex mr-20">
- <up-input v-model="form.queryType6.plannedStartDate" placeholder="请选择种植开始时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- <ut-datetime-picker v-model="form.queryType6.plannedEndDate" mode="date" dateFields="day">
- <view class="d-flex">
- <up-input v-model="form.queryType6.plannedEndDate" placeholder="请选择种植结束时间" border="bottom" :customStyle="{ paddingLeft: '0rpx' }"></up-input>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill" style="margin-left: -20rpx"></up-icon>
- </view>
- </ut-datetime-picker>
- </up-form-item>
- <up-form-item v-if="+deawerData?.data[0]?.landType == 1" borderBottom label="种植面积" required prop="plantingAmount" id="plantingAmountpppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input style="padding-left: 0" v-model="form.plantingAmount" placeholder="请输入种植面积" border="none"></up-input>
- <view class="c-#333 f-s-32 f-w-5">{{ form.plantingUnit }}</view>
- </view>
- </up-form-item>
- <up-form-item v-if="+deawerData?.data[0]?.landType == 3" borderBottom label="接种数量" required prop="inoculation.inoculationAmount" id="inoculationpppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input style="padding-left: 0" v-model="form.inoculation.inoculationAmount" placeholder="请输入接种数量" border="none"></up-input>
- <ut-action-sheet v-model="form.inoculation.inoculationUnit" :tabs="pt_inoculation_unit" title="选择单位">
- <view class="d-flex a-c">
- <view v-if="form.inoculation?.inoculationUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_inoculation_unit, form.inoculation?.inoculationUnit) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 w-100">单位</view>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </view>
- </ut-action-sheet>
- </view>
- </up-form-item>
- <up-form-item v-if="+deawerData?.data[0]?.landType == 3" borderBottom label="接种剂量" required prop="inoculation.inoculationDosage" id="inoculationpppp">
- <view class="d-flex a-c j-sb w-100%">
- <up-input style="padding-left: 0" v-model="form.inoculation.inoculationDosage" placeholder="请输入接种剂量" border="none"></up-input>
- <ut-action-sheet v-model="form.inoculation.inoculationDosageUnit" :tabs="pt_inoculation_dosage_unit" title="选择单位">
- <view class="d-flex a-c">
- <view v-if="form.inoculation?.inoculationDosageUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_inoculation_dosage_unit, form.inoculation?.inoculationDosageUnit) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 w-100">单位</view>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </view>
- </ut-action-sheet>
- <view v-if="form.inoculation?.inoculationUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_inoculation_unit, form.inoculation?.inoculationUnit) }}</view>
- </view>
- </up-form-item>
- <view class="h-1" id="plantpppp"></view>
- <up-form-item v-if="+deawerData?.data[0]?.landType == 3" borderBottom label="繁育量" prop="plant">
- <view class="d-flex a-c j-sb w-100%">
- <view class="f-s-30 c-333 f-w-5 w-100">{{ plantingMgAmount }}</view>
- <view v-if="plantingMgUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_inoculation_dosage_unit, plantingMgUnit) }}</view>
- </view>
- </up-form-item>
- <up-form-item v-else borderBottom label="繁育量" required prop="plant">
- <up-input v-model="form.plant.plantingMgAmount" placeholder="请输入繁育量" border="none"></up-input>
- <ut-action-sheet v-model="form.plant.plantingMgUnit" :tabs="pt_feed_amount_unit" title="选择单位">
- <view class="d-flex a-c">
- <view v-if="form.plant?.plantingMgUnit" class="f-s-30 c-333 f-w-5 w-100">{{ selectDictLabel(pt_feed_amount_unit, form.plant?.plantingMgUnit) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 w-100">单位</view>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </view>
- </ut-action-sheet>
- </up-form-item>
- <up-form-item borderBottom label="培养基配方" prop="cultureMediumFormula" id="cultureMediumFormulapppp">
- <view v-if="!Biological" @click="gotoTorganism(1)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择培养基配方</view>
- </view>
- <view v-if="Biological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="Biological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ Biological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ Biological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ Biological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ Biological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <ut-action-sheet v-model="form.reproductionType" :tabs="pt_reproduction_type" title="选择繁殖方式">
- <up-form-item borderBottom label="选择繁殖方式" required prop="reproductionType" id="reproductionTypepppp">
- <view v-if="form.reproductionType" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_reproduction_type, form.reproductionType) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择选择繁殖方式</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-if="+form.reproductionType == 2" v-model="form.plantationType" :tabs="pt_plantation_type" title="选择种植类型">
- <up-form-item borderBottom label="种植类型" required prop="plantationType" id="plantationTypepppp">
- <view v-if="form.plantationType" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_plantation_type, form.plantationType) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择种植类型</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-if="+form.reproductionType == 2" v-model="form.sowingMethod" :tabs="pt_sowing_method" title="选择播种方法">
- <up-form-item borderBottom label="播种方法" required prop="sowingMethod" id="sowingMethodpppp">
- <view v-if="form.sowingMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_sowing_method, form.sowingMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择播种方法</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <ut-action-sheet v-if="+form.reproductionType == 2" v-model="form.transplantMethod" :tabs="pt_transplant_method" title="选择移栽方法">
- <up-form-item borderBottom label="移栽方法" required prop="transplantMethod" id="transplantMethodpppp">
- <view v-if="form.transplantMethod" class="f-s-30 c-333 f-w-5 flex1">{{ selectDictLabel(pt_transplant_method, form.transplantMethod) }}</view>
- <view v-else class="f-s-30 c-ccc f-w-4 flex1">请选择移栽方法</view>
- <template #right>
- <up-icon size="22rpx" color="#2A6D52" name="arrow-down-fill"></up-icon>
- </template>
- </up-form-item>
- </ut-action-sheet>
- <up-form-item borderBottom label="前茬植物" prop="preCropId" id="preCropIddpppp">
- <view v-if="!PreBiological" @click="gotoTorganism(2)" class="w-100% d-flex a-c j-c pd-24 b-radius bg-#FBFDFB border-#AFDDBB">
- <view class=""></view>
- <view class="f-s-34 c-primary">请选择前茬植物名称</view>
- </view>
- <view v-if="PreBiological" class="pd-24 d-flex flex-cln bg-#FBFDFB border-#37A954 b-radius mb-20 w-100% p-rtv">
- <up-icon @click="PreBiological = null" size="26rpx" color="red" name="close" style="position: absolute; right: 10rpx; top: 10rpx"></up-icon>
- <view class="mb-20">
- <text class="c-#333 f-s-34 f-w-5 mr-5">{{ PreBiological?.varietyName }}</text>
- <text class="c-#666 f-s-24">{{ PreBiological?.latinName }}</text>
- </view>
- <view class="mb-20">
- <text class="c-#333 f-s-28 f-w-5 mr-5">{{ PreBiological?.genusName }}</text>
- <text class="c-#666 f-s-24">{{ PreBiological?.genusLatinName }}</text>
- </view>
- <view class="">
- <text class="c-#666 f-s-24">产出:</text>
- <text class="c-#666 f-s-24">{{ PreBiological?.medicineName }}</text>
- </view>
- </view>
- </up-form-item>
- <up-form-item borderBottom label="备注" prop="remark" id="remarkpppp">
- <up-input v-model="form.remark" placeholder="请输入备注" border="none"></up-input>
- </up-form-item>
- </view>
- </up-form>
- </template>
- <view v-if="+form.mgMethod == 2" class="">
- <view class="startline-title pl-24 ml-24 mb-16">个体标识信息</view>
- <view class="bg-#fff pd-24">
- <view class="d-flex pt-20 pb-20">
- <view class="">个体标识({{ animalIds.length }}个)</view>
- <view class="flex1"></view>
- <view class="border-#79C58C radius-100 c-primary f-s-24 pd4-10-20-10-20 d-flex a-c j-c" @click="">扫一扫添加</view>
- </view>
- <view class="d-flex gap-20 mb-20">
- <view @click="showDeleteDialog = true" class="b-radius border-#AFDDBB bg-#FBFDFB c-primary w-100% d-flex j-c a-c h-100 f-s-34">手动输入添加</view>
- <view class="b-radius border-#A3E5EA c-#18BECA bg-#FAFFFF w-100% d-flex j-c a-c h-100 f-s-34">从种源库快速添加</view>
- </view>
- <up-swipe-action>
- <up-swipe-action-item class="mb-20" v-for="(item, index) in animalIds" :key="index" :index="item" :name="item" :options="options1" @click="clickSwipe">
- <view class="b-radius border-#37A954 c-#333 f-s-28 pd4-34-30-34-30">{{ item }}</view>
- </up-swipe-action-item>
- </up-swipe-action>
- </view>
- </view>
- </view>
- <template #bottom>
- <view class="pd-24 d-flex j-c gap-20 base-bottom-wrap">
- <up-button type="warning" @click="saveDraft()">暂存</up-button>
- <up-button type="primary" @click="save()">提交</up-button>
- </view>
- </template>
- </z-paging>
- <ut-confirm-dialog v-model:show="showDeleteDialog" width="75vw" title="添加个体标识" :confirmText="'确认'" :cancelText="'取消'" @confirm="handleDeleteConfirm" @cancel="handleDeleteCancel">
- <view class="">
- <view class="c-#333 f-s-28">个体标识号</view>
- <view class="">
- <up-input placeholder="请输入个体标识号" v-model="animalId" border="bottom"></up-input>
- </view>
- </view>
- </ut-confirm-dialog>
- <ut-confirm-dialog v-model:show="showChangeDialog" width="75vw" title="修改个体标识" :confirmText="'确认'" :cancelText="'取消'" @confirm="handleChangeConfirm" @cancel="handleChangeCancel">
- <view class="">
- <view class="c-#333 f-s-28">个体标识号</view>
- <view class="">
- <up-input placeholder="请输入个体标识号" v-model="animalId" border="bottom"></up-input>
- </view>
- </view>
- </ut-confirm-dialog>
- <!-- 添加drawer组件 -->
- <Drawer v-if="drawerVisible" :baseType="form.taskType" v-model="drawerVisible" @open="onDrawerOpen" @close="onDrawerClose" @confirm="onDrawerConfirm" />
- <Drawer_laboratory v-if="laboratoryVisible" :baseId="form?.baseId" :landIds="form?.landIds" v-model="laboratoryVisible" @open="openLaboratory" @close="handleLaboratoryClose" @confirm="handleLaboratoryConfirm" />
- </template>
- <script setup lang="ts">
- import { ref } from 'vue';
- import Drawer from './models/drawer.vue';
- import Baseinfo from './models/baseinfo.vue';
- import { useClientRequest } from '@/utils/request';
- import type { TaskType, YesNoType, TimeRange, PlantInfo, DelegateInfo, InoculationInfo, LandInfo, BaseSelectData, PlantationTaskForm, FormRuleItem, FormRules } from './models/types';
- import Drawer_laboratory from './models/drawer_laboratory.vue';
- import ContactUnitInput from '@/models/contact-unit-input/contact-unit-input.vue';
- const { proxy } = getCurrentInstance() as ComponentInternalInstance;
- const { pt_feed_amount_unit, pt_planting_mg_unit, pt_inoculation_unit, pt_inoculation_dosage_unit, pt_transplant_method, pt_plantation_type, pt_sowing_method, pt_area_unit, pt_plantation_method, pt_reproduction_type, pt_scale_unit, pt_feeding_method, pt_mg_method, pt_task_gap_flag, pt_task_type, pt_org_type, yes_no } = toRefs<any>(
- proxy?.useDict('pt_feed_amount_unit', 'pt_planting_mg_unit', 'pt_inoculation_unit', 'pt_inoculation_dosage_unit', 'pt_transplant_method', 'pt_plantation_type', 'pt_sowing_method', 'pt_area_unit', 'pt_plantation_method', 'pt_reproduction_type', 'pt_scale_unit', 'pt_feeding_method', 'pt_mg_method', 'pt_task_gap_flag', 'pt_task_type', 'pt_org_type', 'yes_no'),
- );
- const form = ref<PlantationTaskForm>({
- deawerData: null,
- baseId: null,
- landIds: [],
- taskType: null,
- gapFlag: null,
- mgMethod: null,
- varietyId: null,
- plantationCode: null,
- plantationMethod: null,
- reproductionType: null,
- technicalFile: [],
- plantingUnit: null,
- breedScale: null,
- queryType6: {
- plannedStartDate: null,
- plannedEndDate: null,
- },
- plant: {
- plantingMgAmount: null,
- plantingMgUnit: null,
- },
- plantingAmount: '',
- remark: null,
- delegateFlag: '0',
- delegateInfo: { cpyid: '', cusCode: '', cusName: '' },
- delegate: {},
- plantationType: null,
- sowingMethod: null,
- transplantMethod: null,
- preCropId: null,
- inoculation: {
- inoculationAmount: null,
- inoculationUnit: null,
- inoculationDosage: null,
- inoculationDosageUnit: null,
- },
- cultureMediumFormula: null,
- });
- const changeStartTime = () => {
- if (!form.value?.queryType6?.plannedEndDate) {
- form.value.queryType6.plannedEndDate = form.value.queryType6.plannedStartDate;
- }
- };
- //单个溯源都数组
- const animalIds = ref<any>([]);
- const animalId = ref();
- const showDeleteDialog = ref(false);
- // 修改耽搁溯源弹窗
- const showChangeDialog = ref(false);
- let DialogFlag = ref();
- const handleChangeConfirm = () => {
- // 直接在animalIds中找到DialogFlag相同的项然后修改这个项
- const index = animalIds.value.findIndex((item: any) => item == DialogFlag.value);
- console.log(index, 'itemToUpdate');
- if (index !== -1) {
- animalIds.value[index] = animalId.value;
- }
- animalId.value = null;
- DialogFlag.value = null;
- };
- const handleChangeCancel = () => {
- animalId.value = null;
- DialogFlag.value = null;
- };
- // 使用 reactive 创建响应式对象
- const options1 = reactive([
- {
- text: '删除',
- style: {
- backgroundColor: '#f56c6c',
- },
- },
- {
- text: '编辑',
- style: {
- backgroundColor: '#37A954',
- },
- },
- ]);
- // 自定义校验函数:养殖时间校验
- const validateBreedingTime = (rule: any, value: any, callback: any) => {
- if (!value) {
- callback(new Error('请选择养殖时间'));
- return;
- }
- const { plannedStartDate, plannedEndDate } = value;
- if (!plannedStartDate) {
- callback(new Error('请选择养殖开始时间'));
- return;
- }
- if (!plannedEndDate) {
- callback(new Error('请选择养殖结束时间'));
- return;
- }
- const startDate = new Date(plannedStartDate);
- const endDate = new Date(plannedEndDate);
- if (endDate < startDate) {
- callback(new Error('养殖结束时间必须晚于开始时间'));
- return;
- }
- callback();
- };
- // 自定义校验函数:养殖量校验
- const validateBreedingAmount = (rule: any, value: any, callback: any) => {
- if (+deawerData.value?.data[0]?.landType == 3) {
- callback();
- return;
- }
- if (!value) {
- callback(new Error('请输入养殖量'));
- return;
- }
- const { plantingMgAmount, plantingMgUnit } = value;
- if (!plantingMgAmount || plantingMgAmount.trim() === '') {
- callback(new Error('请输入养殖量'));
- return;
- }
- if (!plantingMgUnit) {
- callback(new Error('请选择养殖量单位'));
- return;
- }
- callback();
- };
- // 委托企业
- const Enterprise = ref('123');
- // 自定义delegateInfo 委托企业校验
- const validateDelegateInfo = (rule: any, value: any, callback: any) => {
- if (!value) {
- callback(new Error('请选择委托企业'));
- return;
- }
- const { cpyid, crediteCode, cusName } = value;
- if (!cpyid) {
- callback(new Error('请选择委托企业'));
- return;
- }
- callback();
- };
- //判断是否要填种植面积
- const validatePlantingAmount = (rule: any, value: any, callback: any) => {
- if (+deawerData.value?.data[0]?.landType == 1) {
- if (!value || value.trim() === '') {
- callback(new Error('请输入种植面积'));
- return;
- }
- callback();
- return;
- } else {
- callback();
- return;
- }
- };
- // 判断是否要填接种数量
- const validateinoculation = (rule: any, value: any, callback: any) => {
- if (+deawerData.value?.data[0]?.landType == 3) {
- if (!value || value.trim() === '') {
- callback(new Error('请输入接种数量'));
- return;
- }
- // 检查单位是否选择
- if (!form.value.inoculation?.inoculationUnit) {
- callback(new Error('请选择接种数量单位'));
- return;
- }
- callback();
- } else {
- callback();
- }
- };
- const validateInoculationDosage = (rule: any, value: any, callback: any) => {
- if (+deawerData.value?.data[0]?.landType == 3) {
- // value 就是 form.inoculation.inoculationDosage 的值
- if (!value || value.trim() === '') {
- callback(new Error('请输入接种剂量'));
- return;
- }
- // 检查单位是否选择
- if (!form.value.inoculation?.inoculationDosageUnit) {
- callback(new Error('请选择接种剂量单位'));
- return;
- }
- callback();
- } else {
- callback();
- }
- };
- // 判断溯源级别是否需要校验
- const validateMgMethod = (rule: any, value: any, callback: any) => {
- if (+deawerData.value?.data[0]?.landType == 3) {
- if (!value) {
- callback(new Error('请选择溯源级别'));
- return;
- }
- callback();
- } else {
- callback();
- }
- };
- const rules = reactive({
- baseId: [{ required: true, message: '请选择种养殖所在的基地' }],
- taskType: [{ required: true, message: '请选择任务类型' }],
- mgMethod: [{ required: true, message: '请选择溯源级别' }],
- gapFlag: [{ required: true, message: '请选择符合要求' }],
- varietyId: [{ required: true, message: '请选择养殖的动物名称' }],
- plantationCode: [{ required: true, message: '请输入养殖批号' }],
- technicalFile: [{ required: false, message: '请选择养殖技术规程文件' }],
- plantationMethod: [{ required: true, message: '请选择养殖方式' }],
- queryType6: [{ validator: validateBreedingTime, trigger: 'blur' }],
- plantingAmount: [{ required: true, message: '请输入养殖面积' }],
- breedScale: [{ required: true, message: '请输入养殖区域' }],
- plant: [{ validator: validateBreedingAmount, trigger: 'blur' }],
- remark: [{ required: false, message: '请输入备注' }],
- });
- const rules1 = reactive({
- baseId: [{ required: true, message: '请选择种养殖所在的基地' }],
- taskType: [{ required: true, message: '请选择任务类型' }],
- delegateFlag: [{ required: true, message: '请选择是否代繁育' }],
- delegateInfo: [{ validator: validateDelegateInfo, trigger: 'blur' }],
- mgMethod: [{ required: true, message: '请选择溯源级别' }],
- varietyId: [{ required: true, message: '请选择养殖的动物名称' }],
- plantationCode: [{ required: true, message: '请输入养殖批号' }],
- technicalFile: [{ required: false, message: '请选择养殖技术规程文件' }],
- plantationMethod: [{ required: false, message: '请选择养殖方式' }],
- queryType6: [{ validator: validateBreedingTime, trigger: 'blur' }],
- plantingAmount: [{ required: true, message: '请输入养殖面积' }],
- breedScale: [{ required: true, message: '请输入养殖区域' }],
- plant: [{ validator: validateBreedingAmount, trigger: 'blur' }],
- remark: [{ required: false, message: '请输入备注' }],
- });
- const rules2 = reactive({
- baseId: [{ required: true, message: '请选择种植所在的基地' }],
- taskType: [{ required: true, message: '请选择任务类型' }],
- gapFlag: [{ required: true, message: '请选择符合要求' }],
- varietyId: [{ required: true, message: '请选择种植的植物名称' }],
- plantationCode: [{ required: true, message: '请输入种植批号' }],
- technicalFile: [{ required: false, message: '请选择种植技术规程文件' }],
- plantationMethod: [{ required: false, message: '请选择种植方式' }],
- queryType6: [{ validator: validateBreedingTime, trigger: 'blur' }],
- plantingAmount: [{ required: true, message: '请输入种植面积' }],
- plant: [{ validator: validateBreedingAmount, trigger: 'blur' }],
- remark: [{ required: false, message: '请输入备注' }],
- preCropId: [{ required: false, message: '请选择前茬植物' }],
- reproductionType: [{ required: true, message: '请选择选择繁殖方式' }],
- });
- const rules3 = reactive({
- baseId: [{ required: true, message: '请选择种植所在的基地' }],
- taskType: [{ required: true, message: '请选择任务类型' }],
- delegateFlag: [{ required: true, message: '请选择是否代繁育' }],
- delegateInfo: [{ validator: validateDelegateInfo, trigger: 'blur' }],
- mgMethod: [{ validator: validateMgMethod, trigger: 'blur' }],
- varietyId: [{ required: true, message: '请选择种植的植物名称' }],
- plantationCode: [{ required: true, message: '请输入种植批号' }],
- technicalFile: [{ required: false, message: '请选择繁育技术规程文件' }],
- plantationMethod: [{ required: false, message: '请选择繁育方式' }],
- queryType6: [{ validator: validateBreedingTime, trigger: 'blur' }],
- plantingAmount: [{ validator: validatePlantingAmount, trigger: 'blur' }],
- plant: [{ validator: validateBreedingAmount, trigger: 'blur' }],
- 'inoculation.inoculationAmount': [{ validator: validateinoculation, trigger: 'blur' }],
- 'inoculation.inoculationDosage': [{ validator: validateInoculationDosage, trigger: 'blur' }],
- remark: [{ required: false, message: '请输入备注' }],
- preCropId: [{ required: false, message: '请选择前茬植物' }],
- reproductionType: [{ required: true, message: '请选择选择繁殖方式' }],
- });
- const upFormRef = ref<any>();
- const paging = ref<any>();
- const list = ref<unknown>([]);
- // 控制抽屉显示状态
- const drawerVisible = ref(false);
- // 打开抽屉
- function openDrawer() {
- drawerVisible.value = true;
- }
- // 关闭抽屉
- function closeDrawer() {
- drawerVisible.value = false;
- }
- // 处理抽屉打开事件
- function onDrawerOpen() {
- console.log('抽屉打开了');
- }
- // 处理抽屉关闭事件
- function onDrawerClose() {
- console.log('抽屉关闭了');
- }
- const deawerData = ref<any>(null);
- // 处理抽屉确认事件
- function onDrawerConfirm(data: any) {
- console.log('收到基地选择数据:', data);
- deawerData.value = data;
- // 确认基地id
- form.value.baseId = data.data[0]?.baseId;
- //确认地块面积
- if (+data.data[0]?.landType !== 3) {
- form.value.plantingAmount = '';
- data.data.forEach((i: LandInfo) => {
- form.value.plantingAmount += i.area;
- });
- }
- //确认养殖区域的个数
- form.value.breedScale = data.data?.length;
- if (data?.aloneChecked) {
- form.value.landIds = [];
- } else {
- form.value.landIds = data?.checkBox;
- }
- }
- // 处理Baseinfo组件的关闭事件
- function handleBaseinfoClose() {
- deawerData.value = null;
- }
- // 所选动植物
- const Biological = ref<any>(null);
- // 所选前茬植物
- const PreBiological = ref<any>(null);
- //随机生成
- const randomCode = async () => {
- let plType = '';
- const taskType = form.value.taskType;
- if (taskType === 1) {
- plType = 'P';
- } else if (taskType === 2) {
- plType = 'F';
- } else {
- plType = 'C';
- }
- const code = await useClientRequest.post('/plt-api/app/plantationTask/getBatchCode', { plType: plType, linkType: plType });
- form.value.plantationCode = code.data;
- };
- //完成提交表单
- const save = () => {
- uni.$u.debounce(async () => {
- try {
- console.log('开始提交');
- await upFormRef.value?.validate();
- console.log('校验完成');
- form.value.delegateInfo.cusName = form.value?.delegate.cusName;
- form.value.delegateInfo.cusCode = form.value?.delegate.cusCode;
- const params = {
- ...form.value,
- ...form.value.queryType6,
- ...form.value.plant,
- ...form.value.inoculation,
- animalIds: animalIds.value,
- };
- const res = await useClientRequest.post('/plt-api/app/plantationTask/saveTask', params);
- if (res.code == 200) {
- uni.showToast({
- title: '提交成功',
- icon: 'success',
- duration: 2000,
- });
- setTimeout(() => {
- uni.navigateBack();
- }, 1000);
- }
- } catch (error: any) {
- // 滚动到第一个错误字段
- console.log(error);
- const firstErrorField = error && error[0].field + 'pppp';
- paging.value?.scrollIntoViewById(firstErrorField, 30, true);
- return;
- }
- });
- };
- // 暂存
- const saveDraft = () => {
- uni.$u.debounce(async () => {
- try {
- const params = {
- ...form.value,
- ...form.value.queryType6,
- ...form.value.plant,
- ...form.value.inoculation,
- animalIds: animalIds.value,
- };
- if (form.value?.delegate?.cusCode) {
- form.value.delegateInfo.cusName = form.value?.delegate?.cusName;
- form.value.delegateInfo.cusCode = form.value?.delegate?.cusCode;
- }
- console.log('暂存参数:', params);
- const res = await useClientRequest.post('/plt-api/app/plantationTask/draftTask', params);
- if (res.code == 200) {
- uni.showToast({
- title: '提交成功',
- icon: 'success',
- duration: 2000,
- });
- setTimeout(() => {
- uni.navigateBack();
- }, 1000);
- }
- } catch (error: any) {
- console.log(error, 'error');
- }
- });
- };
- //确认添加个体
- const handleDeleteConfirm = () => {
- if (animalId.value) {
- if (animalIds.value.includes(animalId.value)) {
- uni.showToast({
- title: '个体标识不可重复',
- icon: 'none',
- });
- animalId.value = null;
- return;
- }
- animalIds.value.push(animalId.value);
- animalId.value = null;
- } else {
- uni.showToast({
- title: '请输入个体标识号',
- icon: 'none',
- });
- }
- };
- const handleDeleteCancel = () => {
- animalId.value = null;
- };
- const clickSwipe = async (name: any, index: number) => {
- if (name?.index == 0) {
- const res = await uni.showModal({
- title: '删除提示',
- content: '删除后不可撤回,请谨慎操作!',
- confirmColor: '#f56c6c',
- });
- if (!res.confirm) return;
- await uni.showLoading({
- title: '删除中...',
- mask: true,
- });
- const findindex = animalIds.value.findIndex((i) => i == name?.name);
- animalIds.value.splice(findindex, 1);
- uni.hideLoading();
- uni.showToast({
- title: '删除成功',
- icon: 'success',
- });
- } else {
- showChangeDialog.value = true;
- DialogFlag.value = name?.name;
- }
- };
- // 如果是组培实验室的话,繁育量是一个计算属性
- const plantingMgAmount = computed(() => {
- // 安全访问嵌套属性
- if (Number(deawerData.value?.data?.[0]?.landType) !== 3) {
- return '';
- }
- const inoculationAmount = Number(form.value?.inoculation?.inoculationAmount);
- const inoculationDosage = Number(form.value?.inoculation?.inoculationDosage);
- // 如果任一值为无效数字,返回空字符串
- if (!inoculationAmount || !inoculationDosage || isNaN(inoculationAmount) || isNaN(inoculationDosage)) {
- return '';
- }
- const result = inoculationAmount * inoculationDosage;
- // 返回计算结果,保持数字类型或空字符串
- return isNaN(result) ? '' : result;
- });
- // 如果是组培实验室的话,繁育量单位是一个计算属性
- const plantingMgUnit = computed(() => {
- if (Number(deawerData.value?.data?.[0]?.landType) == 3) {
- form.value.plant.plantingMgUnit = form.value.inoculation?.inoculationDosageUnit || null;
- return form.value.plant.plantingMgUnit;
- }
- return null;
- });
- const laboratory = ref<any>();
- // 控制抽屉显示状态
- const laboratoryVisible = ref(false);
- // 处理实验室的关闭
- function handleLaboratoryClose() {
- laboratory.value = null;
- }
- // 处理实验室的打开
- function openLaboratory() {
- laboratoryVisible.value = true;
- }
- // 处理抽屉确认事件
- function handleLaboratoryConfirm(data: any) {
- console.log('收到基地选择数据:', data);
- }
- const taskId = ref();
- onLoad((options) => {
- if (!options?.taskType && options?.taskId) {
- taskId.value = options?.taskId;
- } else {
- form.value.taskType = options?.taskType;
- if (+options?.taskType == 1 || +options?.taskType == 11) {
- form.value.plantingUnit = '亩';
- if (+options?.taskType == 11) {
- form.value.gapFlag = 0;
- }
- } else {
- form.value.plantingUnit = '平方米';
- if (+options?.taskType == 21) {
- form.value.gapFlag = 0;
- }
- }
- }
- });
- const gotoTorganism = (type: number) => {
- if (type == 1) {
- uni.$once('updateBiologicalname', function (data) {
- Biological.value = data.msg;
- console.log(Biological.value);
- form.value.varietyId = data.msg.id;
- });
- } else {
- uni.$once('updateBiologicalname', function (data) {
- PreBiological.value = data.msg;
- form.value.preCropId = data.msg.id;
- });
- }
- uni.navigateTo({
- url: '/tools/por-torganism/index',
- });
- };
- // 查看是否有缓存的信息
- const getCache = async (taskType: TaskType | null) => {
- const res = await useClientRequest.get(`/plt-api/app/plantationTask/getDraft/${taskType}`);
- if (!res.data) return;
- form.value = res.data;
- form.value.queryType6 = {
- plannedStartDate: res.data.plannedStartDate,
- plannedEndDate: res.data.plannedEndDate,
- };
- form.value.inoculation = {
- inoculationAmount: res.data.inoculationAmount,
- inoculationDosage: res.data.inoculationDosage,
- inoculationUnit: res.data.inoculationUnit,
- inoculationDosageUnit: res.data.inoculationDosageUnit,
- };
- form.value.plant = {
- plantingMgAmount: res.data.plantingMgAmount,
- plantingMgUnit: res.data.plantingMgUnit,
- };
- form.value.delegate = {
- cusCode: form.value.delegateInfo?.cusCode,
- cusName: form.value.delegateInfo?.cusName,
- };
- console.log(form.value.delegate);
- if (res.data.animalIds) {
- animalIds.value = res.data.animalIds;
- }
- if (res.data.preCropCode) {
- PreBiological.value = {};
- const Bio = await useClientRequest.get(`/plt-api/app/medicine/getMedicineByCode/${res.data.preCropCode}`);
- PreBiological.value = Bio.data;
- }
- if (res.data.varietyCode) {
- Biological.value = {};
- const Bio = await useClientRequest.get(`/plt-api/app/medicine/getMedicineByCode/${res.data.varietyCode}`);
- Biological.value = Bio.data;
- }
- // 判断有没有基地,然后去获取基地数据
- if (res.data.baseId) {
- deawerData.value = {};
- deawerData.value.baseName = res.data.baseRef.baseName;
- deawerData.value.areaUnit = res.data.baseRef.baseInfo.areaUnit;
- deawerData.value.area = res.data.baseRef.baseInfo.area;
- deawerData.value.address = res.data.baseRef.baseInfo.address;
- // adcodeName
- deawerData.value.adcodeName = res.data.baseRef.baseInfo.adcodeName;
- if (res.data.landIds.length == 0) {
- deawerData.value.aloneChecked = true;
- const landIds = await useClientRequest.get('/plt-api/app/baseLandInfo/pageList', { baseId: res.data.baseId });
- deawerData.value.data = landIds.rows;
- } else {
- deawerData.value.aloneChecked = false;
- deawerData.value.data = [];
- const landIds = await useClientRequest.get('/plt-api/app/baseLandInfo/pageList', { baseId: res.data.baseId });
- //找到res.data.landIds和landIds.rows中的id相同的项
- landIds.rows.forEach((i: any) => {
- if (res.data.landIds.find((t: any) => t == i.id)) {
- deawerData.value.data.push(i);
- }
- });
- }
- }
- };
- // 获取详细数据
- const getInfo = async (taskId: any) => {
- const res = await useClientRequest.get<any>(`/plt-api/app/plantationTask/getInfo/${taskId}`);
- if (!res.data) return;
- form.value = res.data;
- form.value.queryType6 = {
- plannedStartDate: res.data.plannedStartDate,
- plannedEndDate: res.data.plannedEndDate,
- };
- form.value.inoculation = {
- inoculationAmount: res.data.inoculationAmount,
- inoculationDosage: res.data.inoculationDosage,
- inoculationUnit: res.data.inoculationUnit,
- inoculationDosageUnit: res.data.inoculationDosageUnit,
- };
- form.value.plant = {
- plantingMgAmount: res.data.plantingMgAmount,
- plantingMgUnit: res.data.plantingMgUnit,
- };
- form.value.delegate = {
- cusCode: form.value.delegateInfo?.cusCode,
- cusName: form.value.delegateInfo?.cusName,
- };
- if (res.data.animalIds) {
- animalIds.value = res.data.animalIds;
- }
- if (res.data.preCropCode) {
- PreBiological.value = {};
- const Bio = await useClientRequest.get(`/plt-api/app/medicine/getMedicineByCode/${res.data.preCropCode}`);
- PreBiological.value = Bio.data;
- }
- if (res.data.varietyCode) {
- Biological.value = {};
- const Bio = await useClientRequest.get(`/plt-api/app/medicine/getMedicineByCode/${res.data.varietyCode}`);
- Biological.value = Bio.data;
- }
- // 判断有没有基地,然后去获取基地数据
- if (res.data.baseId) {
- deawerData.value = {};
- deawerData.value.baseName = res.data.baseRef.baseName;
- deawerData.value.areaUnit = res.data.baseRef.baseInfo.areaUnit;
- deawerData.value.area = res.data.baseRef.baseInfo.area;
- deawerData.value.address = res.data.baseRef.baseInfo.address;
- // adcodeName
- deawerData.value.adcodeName = res.data.baseRef.baseInfo.adcodeName;
- if (res.data.landIds.length == 0) {
- deawerData.value.aloneChecked = true;
- const landIds = await useClientRequest.get('/plt-api/app/baseLandInfo/pageList', { baseId: res.data.baseId });
- deawerData.value.data = landIds.rows;
- } else {
- deawerData.value.aloneChecked = false;
- deawerData.value.data = [];
- const landIds = await useClientRequest.get('/plt-api/app/baseLandInfo/pageList', { baseId: res.data.baseId });
- //找到res.data.landIds和landIds.rows中的id相同的项
- landIds.rows.forEach((i: any) => {
- if (res.data.landIds.find((t: any) => t == i.id)) {
- deawerData.value.data.push(i);
- }
- });
- }
- }
- };
- onMounted(() => {
- if (taskId.value) {
- getInfo(taskId.value);
- } else {
- getCache(form.value.taskType);
- }
- });
- </script>
|