123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776 |
- <template>
- <view>
- <!-- 弹窗 -->
- <view class="bgbox" @click="getClose" v-if="type"></view>
- <!-- 弹窗 -->
- <!-- 推荐优秀 -->
- <view class="fixedbox" v-if="type=='tjyx'||type=='tjzd'">
- <view class="ttit">推荐为{{type=='tjyx'?'优秀':"重点"}}</view>
- <view class="boxs">
- <view class="flexcj mb14">
- <view class="ttxt"><text class="cof0">*</text>推荐意见</view>
- <!-- <view class="flexcc speech" @click="getSeep">
- <image :src="speechimgs"></image>
- <view>语音输入</view>
- </view> -->
- </view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="请输入推荐意见" maxlength="1000" ></textarea>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 质量评议 -->
- <view class="fixedbox" v-if="type=='zlpy'">
- <view class="ttit">办理质量评议</view>
- <view class="boxs">
- <view class="mb20">
- <view class="ttxt mb18"><text class="cof0">*</text> 推荐意见</view>
- <uni-section title="本地数据" type="line">
- <uni-data-select
- v-model="value"
- :localdata="range"
- @change="change"
- ></uni-data-select>
- </uni-section>
- </view>
- <view class="flexcj mb14">
- <view class="ttxt"><text class="cof0">*</text>推荐意见</view>
- <!-- <view class="flexcc speech" @click="getSeep">
- <image :src="speechimgs"></image>
- <view>语音输入</view>
- </view> -->
- </view>
- <textarea class="textar mb25" @blur="getBlur" v-model="yxly" placeholder="请对办理情况进行评价,也可点击右上 角进行语音输入…" maxlength="1000" ></textarea>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getyjSubmit">提交</view>
- </view>
- </view>
- <!-- 提案并案 -->
- <view class="fixedbox" v-if="type=='taba'">
- <view class="ttit">提案并案</view>
- <view class="boxs">
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>是否并案</view>
- <uni-section title="本地数据" type="line">
- <uni-data-select
- v-model="value"
- :localdata="sfrange"
- @change="change"
- ></uni-data-select>
- </uni-section>
- </view>
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>并案后标题</view>
- <input class="input" placeholder="请输入并案后的标题"/>
- </view>
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>并案后理由</view>
- <textarea class="textar " style="height: 186rpx;" @blur="getBlur" v-model="yxly" placeholder="请输入并案理由" maxlength="1000" ></textarea>
- </view>
- <view class="mb16">
- <view class="flexcj mb10">
- <view class="ttxt"><text class="cof0">*</text>添加附件</view>
- <view class="fjadd"><lsj-upload
- ref="lsjUpload"
- childId="upload1"
- :width="width"
- :height="height"
- :option="option"
- :size="size"
- :formats="formats"
- :debug="debug"
- :instantly="instantly"
- @progress=""
- @uploadEnd="onuploadEnd" >
- <view class="btn" :style="{width: width,height: height}">上传附件</view>
- </lsj-upload>
- </view>
- </view>
- <view class="ptb2" v-if="filelist&&filelist.length">
- <view class="fjlists" v-for="(ite,idx) in filelist" :key='idx'>
- <view class="flext f15 c6" @click="getDown(ite.url)">
- <view class="imgl"><image :src="fjimg" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="delimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getyjSubmit">提交</view>
- </view>
- </view>
- <!-- 暂存发布的弹窗 -->
- <view class="fixedbox" v-if="type=='zcfb'">
- <view class="ttit">提示</view>
- <view class="boxs">
- <view class="ztit">您有一条暂存通知还未发布</view>
- <view class="ztit">是否继续编辑?</view>
- <view class="ztit mb32">查看<text @click="getFaFn('old')">暂存通知</text></view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getFaFn('new')">重新发布</view>
- <view class="btns btn2" @click="getFaFn('old')">继续发布</view>
- </view>
- </view>
-
- <!-- 联名提案弹窗 -->
- <view class="fixedbox" v-if="type=='lmta'">
- <view class="ttit">提示</view>
- <view class="boxs">
- <view class="ztit">您有<text class="co0b">1</text>条联名提案邀请 请前往确认</view>
- <view class="ztit">请前往确认</view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getFaFn('new')">稍后再说</view>
- <view class="btns btn2" @click="getFaFn('old')">立即确认</view>
- </view>
- </view>
- <!-- 暂存提案的弹窗 -->
- <view class="fixedbox" v-if="type=='zcta'||type=='zchy'||type=='sqmy'">
- <view class="ttit">提示</view>
- <view class="boxs">
- <view class="ztit">您有一条暂存信息还未提交</view>
- <view class="ztit">是否继续编辑?</view>
- <view class="ztit mb32">查看<text @click="getFaFn('old',type)">暂存信息</text></view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getFaFn('new',type)">重新发布</view>
- <view class="btns btn2" @click="getFaFn('old',type)">继续发布</view>
- </view>
- </view>
- <!-- 2审查反馈 -->
- <view class="fixedbox" v-if="type=='scfk'">
- <view class="ttit">审查反馈</view>
- <view class="boxs">
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>是否立案</view>
- <uni-data-select
- v-model="isRecord"
- placeholder="请选择立案/不予立案"
- :localdata="larange"
-
- ></uni-data-select>
- </view>
- <!-- 提案号 -->
- <view class="mb16" v-if="isRecord==0">
- <view class="ttxt mb18"><text class="cof0">*</text>提案号</view>
- <input class="input" v-model="txtnumber" placeholder="请输入提案号"/>
- </view>
- <view class="mb16" v-if="isRecord==1">
- <view class="ttxt mb18"><text class="cof0">*</text>答复单位</view>
- <view @click="getRecorddwFn" class="chosebox flexc">
- <view class="tit" :class="recorddw?'':'coa'">{{recorddw||'若选择不予立案,请指定答复单位'}}</view>
- </view>
-
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 3提案交办 -->
- <view class="fixedbox" v-if="type=='tajb'">
- <view class="ttit">提案交办</view>
- <view class="boxs">
- <view class="mb16" >
- <view class="ttxt mb18"><text class="cof0">*</text>主办单位</view>
- <view @click="getRecorddwFn" class="chosebox flexc">
- <view class="tit" :class="recorddw?'':'coa'">{{recorddw||'请选择主办单位'}}</view>
- </view>
- </view>
- <view class="mb16" >
- <view class="ttxt mb18"><text class="cof0">*</text>协办单位</view>
- <view @click="getRecorddwMoreFn" class="chosebox flexc">
- <view class="tit" :class="recorddwm?'':'coa'">{{recorddwm||'请选择协办单位'}}</view>
- </view>
- </view>
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>答复类型</view>
- <uni-data-select
- v-model="dflxtxt"
- placeholder="请选择答复类型"
- :localdata="dflxlist"
- ></uni-data-select>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 4,办理方式 -->
- <view class="fixedbox" v-if="type=='dffk'">
- <view class="ttit">答复反馈</view>
- <view class="boxs">
- <view class="mb16" >
- <view class="ttxt mb18"><text class="cof0">*</text>办理方式</view>
- <view @click="getBlfsMoreFn" class="chosebox flexc">
- <view class="tit" :class="handling?'':'coa'">{{handling||'请选择办理方式'}}</view>
- </view>
- </view>
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>办理程度</view>
- <uni-data-select
- v-model="degree"
- placeholder="请选择办理程度"
- :localdata="blcdlist"
- ></uni-data-select>
- </view>
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>答复内容</view>
- <textarea class="textar texthe mb25" @blur="getBlur" v-model="content" placeholder="请输入答复内容" maxlength="1000" ></textarea>
- </view>
- <view class="mb16">
- <view class="flexcj mb10">
- <view class="ttxt">添加附件</view>
- <view class="fjadd"><lsj-upload
- ref="lsjUpload"
- childId="upload1"
- :width="width"
- :height="height"
- :option="option"
- :size="size"
- :formats="formats"
- :debug="debug"
- :instantly="instantly"
- @progress=""
- @uploadEnd="onuploadEnd" >
- <view class="btn" :style="{width: width,height: height}">上传附件</view>
- </lsj-upload>
- </view>
- </view>
- <view class="ptb2" v-if="filelist&&filelist.length">
- <view class="fjlists" v-for="(ite,idx) in filelist" :key='idx'>
- <view class="flext f15 c6" @click="getDown(ite.url)">
- <view class="imgl"><image :src="fjimg" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="delimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 5,交办审核 -->
- <view class="fixedbox" v-if="type=='jbsh'">
- <view class="ttit">审核</view>
- <view class="boxs">
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>是否通过</view>
- <uni-data-select
- v-model="jbshtxt"
- placeholder="通过/不通过"
- :localdata="jbsharange"
-
- ></uni-data-select>
- </view>
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>反馈理由</view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="选择不通过必须填写反馈意见,限1000 字内…" maxlength="1000" ></textarea>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 5提案办理 承办答复 -->
- <view class="fixedbox" v-if="type=='dwdf'">
- <view class="ttit">单位答复</view>
- <view class="boxs">
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>内容</view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="请输入答复内容" maxlength="1000" ></textarea>
- </view>
- <view class="mb16" >
- <view class="flexcj mb10">
- <view class="ttxt">添加附件</view>
- <view class="fjadd"><lsj-upload
- ref="lsjUpload"
- childId="upload1"
- :width="width"
- :height="height"
- :option="option"
- :size="size"
- :formats="formats"
- :debug="debug"
- :instantly="instantly"
- @progress=""
- @uploadEnd="onuploadEnd" >
- <view class="btn" :style="{width: width,height: height}">上传附件</view>
- </lsj-upload>
- </view>
- </view>
- <view class="ptb2" v-if="filelist&&filelist.length">
- <view class="fjlists" v-for="(ite,idx) in filelist" :key='idx'>
- <view class="flext f15 c6" @click="getDown(ite.url)">
- <view class="imgl"><image :src="fjimg" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="delimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 6满意反馈 -->
- <view class="fixedbox" v-if="type=='wymyfk'||type=='zxmyfk'">
- <view class="ttit">答复反馈</view>
- <view class="boxs">
- <!-- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>是否办结</view>
- <uni-data-select
- v-model="isRecord"
- placeholder="请选择办结/不予办结"
- :localdata="larange"
- ></uni-data-select>
- </view> -->
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>满意程度</view>
- <uni-data-select
- v-model="mycdtxt"
- placeholder="请选择满意程度"
- :localdata="mycdlist"
- ></uni-data-select>
- </view>
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>评价</view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="请输入评价内容…" maxlength="1000" ></textarea>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 是否采用 -->
- <view class="fixedbox" v-if="type=='sfcy'">
- <view class="ttit">审查反馈</view>
- <view class="boxs">
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>是否采用</view>
- <uni-data-select
- v-model="isRecord"
- placeholder="请选择采用/不采用"
- :localdata="cylarange"
-
- ></uni-data-select>
- </view>
- <!-- 提案号 -->
- <view class="mb16" v-if="isRecord==0">
- <view class="ttxt mb18"><text class="cof0">*</text>编号</view>
- <input class="input" v-model="txtnumber" placeholder="请输入编号"/>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 备注回复 -->
- <view class="fixedbox" v-if="type=='bzhf'">
- <view class="ttit">备注回复</view>
- <view class="boxs">
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>内容</view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="请输入回复内容" maxlength="1000" ></textarea>
- </view>
- <view class="mb16" >
- <view class="flexcj mb10">
- <view class="ttxt">添加附件</view>
- <view class="fjadd"><lsj-upload
- ref="lsjUpload"
- childId="upload1"
- :width="width"
- :height="height"
- :option="option"
- :size="size"
- :formats="formats"
- :debug="debug"
- :instantly="instantly"
- @progress=""
- @uploadEnd="onuploadEnd" >
- <view class="btn" :style="{width: width,height: height}">上传附件</view>
- </lsj-upload>
- </view>
- </view>
- <view class="ptb2" v-if="filelist&&filelist.length">
- <view class="fjlists" v-for="(ite,idx) in filelist" :key='idx'>
- <view class="flext f15 c6" @click="getDown(ite.url)">
- <view class="imgl"><image :src="fjimg" ></image></view>
- <view class="tit">{{ite.name}}</view>
- </view>
- <!-- 删除 -->
- <view class="delimg flex0" @click.stop="getDelFj(idx)">
- <image :src="delimg"></image>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 催办 -->
- <view class="fixedbox" v-if="type=='tacb'">
- <view class="ttit">催办</view>
- <view class="boxs">
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>备注</view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="请输入" maxlength="1000" ></textarea>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 联名填 -->
- <view class="fixedbox" v-if="type=='lmta'">
- <view class="ttit">审核</view>
- <view class="boxs">
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>是否同意</view>
- <uni-data-select
- v-model="jbshtxt"
- placeholder="同意/不同意"
- :localdata="agreelist"
- ></uni-data-select>
- </view>
- <view class="mb16">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0">*</text>反馈理由</view>
- <textarea class="textar mb25" @blur="getBlur" v-model="content" placeholder="选择不通过必须填写反馈意见,限1000 字内…" maxlength="1000" ></textarea>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 办理方式 -->
- <view class="bgbox" style="z-index: 15;" @click="ftype=''" v-if="ftype=='blfs'"></view>
-
- <view class="fixefbox" v-if="ftype=='blfs'">
- <view class="closebox" @click="ftype=''">
- <image :src="closeimg"></image>
- </view>
-
- <view class="tit">办理方式(可多选)</view>
- <view class="bllist">
- <view :class="cheklist.indexOf(ite.label)!=-1?'act':''" @click="getCheck(ite)" v-for="(ite,idx) in blfsList" :key='idx'>{{ite.label}}</view>
- </view>
- </view>
- <!-- 参会答复 -->
- <view class="fixedbox" v-if="type=='chdf'">
- <view class="ttit">参会答复</view>
- <view class="boxs">
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>是否参会</view>
- <uni-data-select
- v-model="isJoin"
- :localdata="joinlist"
- @change="change"
- ></uni-data-select>
- <view class="ptips">* 若选择否,请务必填写请假事由并提交</view>
- </view>
- <view class="mb16" v-if="isJoin!='Y'">
- <!-- @change="change" -->
- <view class="ttxt mb18"><text class="cof0"></text>请假类型</view>
- <uni-data-select
- v-model="qjlxtxt"
- placeholder="请选择请假类型"
- :localdata="qjlxlist"
- ></uni-data-select>
- </view>
- <view class="mb16" v-if="isJoin!='Y'">
- <view class="ttxt mb18"><text class="cof0"></text>请假事由</view>
- <textarea class="textar " style="height: 186rpx;" @blur="getBlur" v-model="content" placeholder="请输入请假事由" maxlength="1000" ></textarea>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 请假审核 -->
- <view class="fixedbox" v-if="type=='qjps'">
- <view class="ttit">批示</view>
- <view class="boxs">
- <view class="mb16">
- <view class="ttxt mb18"><text class="cof0">*</text>是否同意</view>
- <uni-data-select
- v-model="approval"
- :localdata="jqagreelist"
- placeholder="同意/不同意"
- @change="change"
- ></uni-data-select>
- </view>
- <view class="mb16" v-if="isJoin!='Y'">
- <view class="ttxt mb18"><text class="cof0"></text>理由</view>
- <textarea class="textar " style="height: 186rpx;" @blur="getBlur" v-model="content" placeholder="请输入请假事由" maxlength="1000" ></textarea>
- </view>
- </view>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getupSubmit">提交</view>
- </view>
- </view>
- <!-- 会议签到二维码 -->
- <view class="fixedbox" v-if="type=='qdm'">
- <view class="ttit" style="margin-bottom: 80rpx;">会议签到二维码</view>
- <image :src="baseUrl+codeQr" class="codeimg"></image>
- <view class="fixedbtn flexcj">
- <view class="btns btn1" @click="getClose">取消</view>
- <view class="btns btn2" @click="getcodeDown">
- <image :src="downimg" class="down"></image>
- 保存至手机</view>
- </view>
- </view>
- <selectnore-more-picker
- ref="dfdwpicker"
- :title="dfdwpicker.title"
- :layer="dfdwpicker.layer"
- :titflag='dfdwpicker.titflag'
- :data="deptTree"
- @callback="dfdwpickerCallback"
- ></selectnore-more-picker>
- <!-- 协办单位 -->
- <batree-pickerfixed deptType='3' ref="treePickerxtdw" :multiple='true' @select-change="selectChangextdw" title="选择协办单位"
- :localdata="deptTree" valueKey="id" textKey="label" childrenKey="children"></batree-pickerfixed>
- <!-- 语音识别 -->
- <view class="bgbox bgvoice" v-if="voiceflag" @click="getClosevoice"></view>
- <view class="voice" v-if="voiceflag">
- <!-- <image :src="closeimg" class="choseimg" @click="getClosevoice"></image> -->
- <view v-if="isShow">
- <view v-if="sendLock" class="tip">
- <view class="txt">试试这样说</view>
- <view class="txt-bt">科技项目</view>
- </view>
- <view v-else>
- <!-- @click="resultClick" -->
-
- <view class="res-txt" >
- <!-- 实时翻译 -->
- <text :style="{
- color: (resultText == '正在识别中2<strong>.</strong>..' || resultText == '未检测到语音,请重试') ?
- '#919098' :
- '#2979ff'}">
- {{resultText}}
- </text>
- <!-- <image v-if="resultText != '正在识别中.1..' && resultText != '未检测到语音,请重试'"
- src="/static/img/xiaoshou.png" mode="widthFix"></image> -->
- </view>
- </view>
- </view>
-
- <view v-else class="tip">
- <view v-if="!sendLock" class="tipbox">{{voicetext}}</view>
- <view v-html="text" class="txt" style="color: #8e8d9a;"></view>
-
- <view v-if="!sendLock" class="prompt-loader">
- <view class="em" :style="randomRgb()" v-for="(item,index) in 30" :key="index"></view>
- </view>
- <view v-else class="prompt-loader"></view>
- </view>
-
- <view class="btn" @longpress="handleRecordStart" @touchmove="handleTouchMove" @touchend="handleRecordStop">
- <view class="btn-cont">
- 长按开始语音搜索
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import selectnoreMorePicker from "@/components/ba-tree-picker/selectnoreMorePicker.vue"
- import batreePickerfixed from "@/components/ba-tree-picker/ba-tree-pickerfixed.vue"
- import { checkPermi, checkRole } from "@/utils/permission"; // 权限判断函数
- const recorderManager = uni.getRecorderManager();
- //播放录音
- const innerAudioContext = uni.createInnerAudioContext();
- innerAudioContext.autoplay = true;
- import config from '@/config'
- const baseUrl = config.baseUrl
- import { getToken } from '@/utils/auth'
- export default{
- components:{selectnoreMorePicker,batreePickerfixed},
- props:{
- type: {
- type: String,
- default () {
- return ''
- }
- },
- status:{
- type: String,
- default () {
- return 'add'
- }
- },
- codeQr:{
- type: String,
- default () {
- return ''
- }
- },
- iteminfo:{},
- xmjzinfo:{},
- dataTree:{
- type: Array,
- default () {
- return []
- }
- },
- blfsList:{
- type: Array,
- default () {
- return []
- }
- },
- blcdlist:{
- type: Array,
- default () {
- return []
- }
- },
- mycdlist:{
- type: Array,
- default () {
- return []
- }
- },
- qjlxlist:{
- type: Array,
- default () {
- return []
- }
- },
- dflxlist:{
- type: Array,
- default () {
- return []
- }
- },
- progress:{
- type: [String,Number],
- default () {
- return ''
- }
- },
- sh:{
- type: [String,Number],
- default () {
- return ''
- }
- },
- qjsh:{
- type: [String,Number],
- default () {
- return ''
- }
- }
- },
- data(){
- return{
- deptTree:[],//答复单位
- dfdwpicker: {
- title: '选择所属产业',
- layer: null,
- titflag:true,
- data: []
- },
- //附件
- option: {
- // 上传服务器地址,需要替换为你的接口地址
- url: baseUrl+'/common/upload', // 该地址非真实路径,需替换为你项目自己的接口地址
- // 上传附件的key
- name: 'file',
- // 根据你接口需求自定义请求头,默认不要写content-type,让浏览器自适配
- header: {
- // 示例参数可删除
- 'Authorization': 'Bearer ' + getToken(),
- },
- // 根据你接口需求自定义body参数
- formData: {}
- },
- // 选择文件后是否立即自动上传,true=选择后立即上传
- instantly: true,
- // 必传宽高且宽高应与slot宽高保持一致
- width: '',
- height: '48rpx',
- // 限制允许上传的格式,空串=不限制,默认为空
- formats: 'doc,docx,xls,xlsx,ppt,txt,pdf,zip,rar,word,png,jpg,jpeg',
- // 文件上传大小限制
- size: 100,
- // 文件数量限制 默认10
- count: 5,
- // 文件回显列表
- files: new Map(),
- // 微信小程序Map对象for循环不显示,所以转成普通数组,不要问为什么,我也不知道
- wxFiles: [],
- // 是否打印日志
- debug: false,
- filelist:[],
- fjimg:require("@/work/static/images/fjimg.png"),
- delimg:require("@/work/static/images/delimg.png"),
- codeimg:require("@/work/static/images/meeting/code.png"),
- downimg:require("@/work/static/images/meeting/down.png"),
- closeimg:require("@/work/static/images/close.png"),
-
- speechimgs:require('@/work/static/images/voice.png'),
- range: [{ value: 0, text: "满意" },{ value: 1, text: "不满意" },],
- sfrange: [{ value: 0, text: "是" },{ value: 1, text: "否" },],
- larange:[{ value: 0, text: "立案" },{ value: 1, text: "不立案" }],
- cylarange:[{ value: 0, text: "采用" },{ value: 1, text: "不采用" }],
- jbsharange:[{ value: 6, text: "不通过" },{ value: 7, text: "通过" }],
- agreelist:[{ value: 1, text: "同意" },{ value: 2, text: "不同意" }],
- joinlist:[{ value: 'Y', text: "是" },{ value: 'N', text: "否" }],
- jqagreelist:[{ value: 2, text: "同意" },{ value: 3, text: "不同意" }],
- approval:'',
- value: 0,
- isRecord:'',//是否立案
- jbshtxt:'',//审核通过不通过
- handling:'',//办理方式
- degree:'',//办理程度
- mycdtxt:'',//满意程度
- isJoin:'',//是否参会
- qjlxtxt:'',//请假类型
- recorddw:'',
- recorddwm:'',//协办单位
- recorddwlist:[],
- recorddwmlist:[],//协办单位
- content:'',//文本输入
- txtnumber:'',//提案号
- ftype:'',//二层弹窗
- blfsval:'',//办理方式
- cheklist:[],
- dflxtxt:'',//答复类型
- baseUrl:'',
-
- voiceflag:false,
- voiceToken: '',
- timer: null,
- text: '',
- resultText: '正在识别中...',
- startPoint: {},
- sendLock: true,
- isShow: true,
-
- voicetext:'',
- options: {}, // 语音转文字的设置
- partialResult:'',//临时语音
- }
- },
- watch:{
- sh(val){
- this.isRecord=Number(val);
- },
- qjsh(val){
- this.approval=Number(val);
- },
- // iteminfo(val){
- // var that=this;
- // that.psnr='';
- // // console.log(val,0)
- // if(val.zcpsnr){
- // that.psnr=val.zcpsnr;
- // }else if(val.psnr){
- // that.psnr=val.psnr;
- // }
- // },
- sendLock(newVal, oldVal) {
- var that=this;
- recorderManager.onStop(res => {
- if (newVal) return //上锁不发送
- //解锁发送网络请求
- setTimeout(function(res){
- if(!that.voicetext&&!that.partialResult){
- that.resultText='未检测到语音,请重试'
- }else{
- that.resultText=that.voicetext||that.partialResult;
- var cursor=that.cursor;
- if(cursor==0){
- if(that.seeptype=='sgll'){
- that.sgll=that.sgll+that.resultText;
- }else{
- that.psnr=that.psnr+that.resultText;
- }
-
- }else{
- if(that.seeptype=='sgll'){
- that.sgll=that.sgll.slice(0,cursor)+that.resultText+that.sgll.slice(cursor);
- }else{
- that.psnr=that.psnr.slice(0,cursor)+that.resultText+that.psnr.slice(cursor);
- }
-
- }
-
-
- that.voiceflag=false;
- }
- that.sendLock=true;
-
- },1000)
- // console.log(res.tempFilePath, '获取录音文件')
- });
- },
- },
- onShow() {
-
- },
- mounted() {
- this.baseUrl=baseUrl;
- // var that=this;
- // // #ifdef APP-PLUS
- // // 监听语音识别事件
- // plus.speech.addEventListener('recognizing', this.onRecognizing, false);
- // // #endif
-
- // recorderManager.onStop(function(res) {
- // //录音后的回调函数
- // if(!this.sendLock){
- // console.log(that.voicetext,that.partialResult)
- // }
- // console.log('recorder stop' + JSON.stringify(res));
- // });
-
- },
- methods:{
- checkPermi, checkRole,
- getRecorddwFn(){
- console.log(this.dataTree)
- this.deptTree=this.dataTree
- this.$refs.dfdwpicker.open(0).then(function() {
-
- });
- },
- getRecorddwMoreFn(){
- this.$refs.treePickerxtdw._show();
- },
- getBlfsMoreFn(){
- this.ftype='blfs'
- },
- getCheck(ite){
- var idx=this.cheklist.findIndex(item=>item==ite.label)
- if(idx!=-1){
- this.cheklist.splice(idx,1)
- }else{
- this.cheklist.push(ite.label)
- }
- this.handling=this.cheklist.join(',')
-
- },
- change(){
-
- },
- getcodeDown(){
- var imgurl=baseUrl+this.codeQr;
- // #ifdef H5
- uni.downloadFile({
- url: imgurl,//文件的下载路径
- success(result) {
- uni.hideLoading()
- var filePath = result.tempFilePath;
- uni.openDocument({
- filePath: filePath,
- showMenu: true,
- success: function (res) {
- // console.log('打开文档成功');
- }
- });
- },
- fail(res) {uni.hideLoading()}
- })
- // let saveimg = document.getElementById('saveImgH5');
- // if(saveimg){
- // saveimg.removeChild(saveimg.childNodes[0]);
- // }else{
- // let alink = document.createElement("a");
- // alink.id = 'saveImgH5';
- // alink.href = imgurl;
- // alink.download = "pic"; //图片名
- // alink.click();
- // }
- // 将base64格式的图片转换成Blob对象
- // var arr = imgurl.split(","),
- // mime = arr[0].match(/:(.*?);/)[1],
- // bstr = atob(arr[1]),
- // n = bstr.length,
- // u8arr = new Uint8Array(n);
- // while (n--) {
- // u8arr[n] = bstr.charCodeAt(n);
- // }
- // // 将Blob对象转换成文件并下载到本地
- // var blob = new Blob([u8arr], {
- // type: mime
- // });
- // var a = document.createElement('a');
- // a.download = 'qrcode';
- // a.href = URL.createObjectURL(blob);
- // a.click();
- // #endif
- // #ifdef APP-PLUS
- uni.downloadFile({
- url: imgurl, //仅为示例,并非真实的资源
- success: (res) => {
- var filePath=res.tempFilePath;
- if (res.statusCode === 200) {
- uni.saveImageToPhotosAlbum({
- filePath: filePath,
- success: function(res2) {
- uni.showToast({
- title: '已保存至相册',
- icon:"none",
- duration:2000
- } )
- },
- fail: function(err) {
- // console.log(err.errMsg);
- }
- })
- }
- }
- });
- // #endif
- // #ifdef MP-WEIXIN
- uni.getSetting({//获取用户的当前设置
- success:(res)=> {
- if(res.authSetting['scope.writePhotosAlbum']){//验证用户是否授权可以访问相册
- this.saveImageToPhotosAlbum();
- }else{
- uni.authorize({//如果没有授权,向用户发起请求
- scope: 'scope.writePhotosAlbum',
- success:()=> {
- this.saveImageToPhotosAlbum();
- },
- fail:()=>{
- uni.showToast({
- title:"请打开保存相册权限,再点击保存相册分享",
- icon:"none",
- duration:3000
- });
- setTimeout(()=>{
- uni.openSetting({//调起客户端小程序设置界面,让用户开启访问相册
- success:(res2)=> {
- // console.log(res2.authSetting)
- }
- });
- },3000);
- }
- })
- }
- }
- })
- // #endif
-
-
- },
- saveImageToPhotosAlbum(){
- let base64=(baseUrl+this.codeQr).replace(/^data:image\/\w+;base64,/, "");//去掉data:image/png;base64,
- let filePath=wx.env.USER_DATA_PATH + '/qrcode.png';
- uni.getFileSystemManager().writeFile({
- filePath:filePath , //创建一个临时文件名
- data: base64, //写入的文本或二进制数据
- encoding: 'base64', //写入当前文件的字符编码
- success: res => {
- uni.saveImageToPhotosAlbum({
- filePath: filePath,
- success: function(res2) {
- uni.showToast({
- title: '保存成功,请从相册选择再分享',
- icon:"none",
- duration:5000
- })
- },
- fail: function(err) {
- // console.log(err.errMsg);
- }
- })
- },
- fail: err => {
- //console.log(err)
- }
- })
- },
- selectChangextdw(e){
- if(e.length){
- var newArr=[]
- e.forEach(ite=>{
- newArr.push(ite.deptName)
- })
- this.recorddwm=newArr.join('/')
- }
- this.recorddwmlist=JSON.parse(JSON.stringify(e))
- },
- dfdwpickerCallback(e){
- var newArr=e.data;
- var dwList=[]
- var len=Number(newArr.length)-1;
- var obj={
- deptId:newArr[len].id,
- deptName:newArr[len].label,
- }
- if(this.type=='tajb'){
- obj.type=2
- }else if(this.type=='scfk'){
- obj.type=1
- }
- // dwList.push(obj)
- this.recorddwlist=obj;
- this.recorddw=newArr[len].label;
- },
- getupSubmit(){
- var type=this.type;
- if(type=='scfk'){
- var isRecord=this.isRecord;
- if(isRecord===''){
- this.$toast('请选择是否立案')
- return
- }
- var obj={
- isRecord:this.isRecord
- }
- if(this.isRecord==0&&!this.txtnumber){
- this.$toast('请输入提案号')
- return
- }
- if(this.isRecord==1&&!this.recorddw){
- this.$toast('请选择答复单位')
- return
- }
- if(this.isRecord==0){
- obj.proposalNumber=this.txtnumber
- obj.sqmyNumber=this.txtnumber
- }
- if(this.isRecord==1){
- var nobj=this.recorddwlist;
- var newArr=[];
- newArr.push(nobj)
- obj.proposalUnitReplyList=newArr
- obj.sqmyUnitReplyList=newArr
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='sfcy'){
- var isRecord=this.isRecord;
- if(isRecord===''){
- this.$toast('请选择是否采用')
- return
- }
- var obj={
- isRecord:this.isRecord
- }
- if(this.isRecord==0&&!this.txtnumber){
- this.$toast('请输入编号')
- return
- }
- if(this.isRecord==0){
- obj.proposalNumber=this.txtnumber
- obj.sqmyNumber=this.txtnumber
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='tajb'){
- var newArr=this.recorddwlist;
- var xbdwList=this.recorddwmlist;
- if(!newArr||newArr.length<1){
- this.$toast('请选择主办单位')
- return
- }
- if(xbdwList.length<1){
- this.$toast('请选择协办单位')
- return
- }
- if(!this.dflxtxt){
- this.$toast('请选择答复类型')
- return
- }
- var obj={
- proposalUnitReplyList:xbdwList,
- sqmyUnitReplyList:xbdwList,
- zbUnitReply:newArr,
- complexType:this.dflxtxt
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='dffk'){
- if(!this.handling){
- this.$toast('请选择办理方式')
- return
- }
- if(!this.degree){
- this.$toast('请选择办理程度')
- return
- }
- if(!this.content){
- this.$toast('请输入答复内容')
- return
- }
- var obj={
- content:this.content,
- handling:this.handling,
- degree:this.degree
- }
- if(this.filelist.length){
- obj.zxFjList=this.filelist
- }
- this.$emit('getupSubmit',obj)
-
- }else if(type=='jbsh'){
- if(!this.jbshtxt){
- this.$toast('请选择是否通过')
- return
- }
- var obj={
- proposalProgress:this.jbshtxt,
- sqmyProgress:this.jbshtxt,
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='dwdf'||type=='bzhf'){
- if(!this.content){
- this.$toast('请输入内容')
- return
- }
- var obj={
- content:this.content,
- }
- if(this.filelist.length){
- obj.zxFjList=this.filelist
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='wymyfk'){
- if(!this.mycdtxt){
- this.$toast('请选择满意程度')
- return
- }
- var obj={
- membersOpinion:this.content,
- satisfaction:this.mycdtxt
- }
- if(this.filelist.length){
- obj.zxFjList=this.filelist
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='zxmyfk'){
- if(!this.mycdtxt){
- this.$toast('请选择满意程度')
- return
- }
- var obj={
- zxOpinion:this.content,
- zxSatisfaction:this.mycdtxt
- }
- if(this.filelist.length){
- obj.zxFjList=this.filelist
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='tacb'){
- // if(!this.content){
- // this.$toast('请输入催办内容')
- // return
- // }
- var obj={
- urgeContent:this.content,
- // urgeType:1
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='tjyx'){
- // if(!this.content){
- // this.$toast('请输入催办内容')
- // return
- // }
- var obj={
- outstandingArgument:this.content,
- isOutstanding:0
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='tjzd'){
- // if(!this.content){
- // this.$toast('请输入催办内容')
- // return
- // }
- var obj={
- keyPointArgument:this.content,
- isKeyPoint:0
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='lmta'){
- if(!this.jbshtxt){
- this.$toast('请选择是否同意')
- return
- }
- var obj={
- isAgree:this.jbshtxt,
- }
- this.$emit('getupSubmit',obj)
- }else if(type=='chdf'){
- if(!this.isJoin){
- this.$toast('请选择是否参会')
- return
- }
- if(this.isJoin=='N'&&this.qjlxtxt==''){
- this.$toast('请选择请假类型')
- return
- }
- if(this.isJoin=='N'&&!this.content){
- this.$toast('请输入请假事由')
- return
- }
- var obj={
- isJoin:this.isJoin,
- }
- if(this.isJoin!='Y'){
- obj.leaveType=this.qjlxtxt;
- obj.leaveReason=this.content;
- }
-
- this.$emit('getupSubmit',obj)
- }else if(type=='qjps'){
- var obj={
- approval:this.approval
- }
- this.$emit('getupSubmit',obj)
- }
-
-
- },
-
-
-
- onuploadEnd(item) {
- var newobj={}
- var responseText=JSON.parse(item.responseText)
- newobj.name=responseText.originalFilename;
- newobj.url=responseText.fileName;
- this.filelist.push(newobj)
- // this.datainfo.zsyzFjList=JSON.parse(JSON.stringify(this.filelist))
- },
- getDelFj(idx){
- var that=this;
- uni.showModal({
- title: '确认删除',
- content: "是否确认删除",
- cancelText: '取消',
- confirmText: '确认',
- success: function(res) {
- if (res.confirm) {
- that.filelist.splice(idx,1)
- // that.datainfo.zsyzFjList=JSON.parse(JSON.stringify(that.filelist))
- } else if (res.cancel) {
- }
- }
- });
- },
- getDown(e){
- uni.showLoading({
- title: '加载中'
- });
- var url=baseUrl+e;
- uni.downloadFile({
- url: url,//文件的下载路径
- success(result) {
- uni.hideLoading()
- var filePath = result.tempFilePath;
- uni.openDocument({
- filePath: filePath,
- showMenu: true,
- success: function (res) {
- // console.log('打开文档成功');
- }
- });
- },
- fail(res) {uni.hideLoading()}
- })
- },
-
-
- getBlur(e){
- this.cursor=e.detail.cursor;
- },
- // 语音转文字
- getClosevoice(){
- this.voiceflag=false
- },
- onRecognizing(e){
- this.partialResult=e.partialResult;
- },
- // 录音转文字
- handleVoice() {
- // console.log('语音输入')
- let _this = this;
- // _this.psnr = '';
- this.options.engine = 'baidu'
- // this.options.timeout = 60 * 1000; //超时时间
- this.options.continue = true;//语音识别是否采用持续模式
- this.options.punctuation = true; // 是否需要标点符号
- this.options.userInterface = false; // 是否显示语音界面
- plus.speech.startRecognize(this.options, (s) => {
- _this.voicetext+=s;
- console.log(s,9)
- // plus.speech.stopRecognize(); // 关
- });
- },
- //长按录音方法
- handleRecordStart(e) {
- this.voicetext='';
- this.partialResult='';
- this.startPoint = e.touches[0]; //记录长按时开始点信息,后面用于计算上划取消时手指滑动的距离。
- recorderManager.start({duration: 60000}); //开始录音
- this.handleVoice()
- this.text = `<text style="color:#333">上划取消搜索</text>`;
- this.sendLock = false; //长按时不上锁。
- this.isShow = false;
- this.resultText = '正在识别中...';
- // 按钮
- // console.log(67)
- },
- //结束录音 (手指松开)时触发
- handleRecordStop(e) {
- var that=this;
- this.isShow = true;
- setTimeout(function(){
- plus.speech.stopRecognize();
- recorderManager.stop(); //结束录音
- },1300)
-
- },
- //上划取消搜索
- handleTouchMove(e) {
- let moveLenght = e.touches[e.touches.length - 1].clientY - this.startPoint.clientY;
- if (Math.abs(moveLenght) > 50) {
- this.text = `松开手指,<text style="color:#333">取消搜索</text>`;
- this.sendLock = true; //触发了上滑取消搜索,上锁
- this.isShow = false;
- } else {
- this.text = `<text style="color:#333">上划取消搜索</text>`;
- this.sendLock = false; //上划距离不足,可以搜索,不上锁
- this.isShow = false;
- }
- },
- //获取录音结果子传父
- resultClick() {
- if (this.resultText == '正在识别中...' || this.resultText == '未检测到语音,请重试') return;
-
- this.$emit('voiceResult', this.resultText)
- },
- //弹窗关闭之后的操作,点击遮罩层或关闭按钮
- // afterHide() {
- // this.sendLock = true;
- // this.$emit('closePopup');
- // clearInterval(this.timer);
- // this.resultText = '正在识别中...';
- // },
- randomRgb() {
- let R = Math.floor(Math.random() * 130 + 110);
- let G = Math.floor(Math.random() * 130 + 110);
- let B = Math.floor(Math.random() * 130 + 110);
- return {
- background: `rgb(${R},${G},${B}, 1)`
- };
- },
- // 语音转文字
- getSeep(e){
- this.seeptype=e||'';
- this.voicetext='';
- this.partialResult='';
- this.voiceflag=true;
- },
- ontStart() {
- // recorderManager.start();
- console.log('startRecognize');
-
- },
- onEnd() {
- // recorderManager.stop();
- console.log('endRecognize');
-
- },
- getFaFn(type,ptype){
- this.$emit('getFaFn',type,ptype)
- },
- getClose(){
- this.$emit("getClose")
- },
- // 意见
- getyjSubmit(){
- var data={};
- var that=this;
- var str=""
- if(!this.shenflag){
- data.shjg='3';
- str='不通过'
- if(!this.psnr){
- this.$toast('请输入反馈意见')
- return
- }else{
- data.shyj=this.psnr
- }
- }else{
- str='通过'
- data.shjg='2',
- data.shyj=this.psnr
- }
- // 确认框
- uni.showModal({
- title: '确认审核',
- content: "是否确认"+str+'审核',
- cancelText: '取消',
- confirmText: '确认',
- success: function(res) {
- if (res.confirm) {
- that.$emit("getyjSubmit",data)
- } else if (res.cancel) {
- // console.log('用户点击取消');
- }
- }
- });
-
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- // 弹窗
- // .choseimg{width: 34rpx;height: 34rpx;position: absolute;left: 36rpx;top: 54rpx;z-index: 22;}
- // .uni-stat__select{background-color: #EEEEEE;}
- .fixedbox /deep/ .uni-select{border: none;background-color: #EEEEEE;height: 88rpx;}
- .fixedbox /deep/ .uni-select__input-placeholder{font-size: 30rpx;color: #AAAAAA;}
- .fixedbox /deep/ .uni-textarea-placeholder{font-size: 30rpx;color: #AAAAAA;}
- .fixedbox{position: fixed;left: 48rpx;right: 48rpx;background: #fff;border-radius: 10rpx;min-height: 468rpx;top: 50%;transform: translateY(-50%);z-index: 10;padding: 32rpx 40rpx 50rpx;max-height: calc(100vh - 300rpx);overflow: auto;box-sizing: border-box;
- .ttit{position: relative;text-align: center;font-weight: bold;font-size: 36rpx;color: #222327;margin-bottom: 34rpx;}
- .boxs{
- .ttxt{font-weight: bold;font-size: 30rpx;color: #222327;
- text{margin-right: 6rpx;}
- }
- .ztit{font-weight: 500;font-size: 26rpx;color: #222327;text-align: center;line-height: 56rpx;text-align: center;
- text{color: #1D64E2;text-decoration: underline;margin: 0 6rpx;}
- }
- .chosebox{width: 100%;height: 88rpx;background: #EEEEEE;border-radius: 10rpx;padding: 0 10rpx;box-sizing: border-box;padding-left: 20rpx;
- .tit{color: #333;font-size: 30rpx;
- &.coa{color: #AAAAAA;}
- }
- }
- .ptips{font-weight: 500;font-size: 13px;color: #FF0000;text-align: right;margin-top: 16rpx;}
- // 语音按钮
- .speech{
- width: 190rpx;height:56rpx;background: linear-gradient(180deg, #4480EB 0%, #1D64E2 100%);border-radius: 28rpx;
- image{width: 20rpx;height: 26rpx;margin-right: 12rpx;}
- view{font-size: 26rpx;font-weight: 500;color: #ffffff;}
- }
- .input{height: 88rpx;width: 100%;background: #EEEEEE;border-radius: 10rpx;font-size: 30rpx;font-weight: 500;color: #222327;padding: 0 24rpx;}
- .textar{width: 100%;border-radius: 10rpx;padding: 26rpx 30rpx;font-size: 30rpx;color: #222327;height: 400rpx;background: #EEEEEE;
- &.texthe{height: 190rpx;}
- }
- }
- .codeimg{width: 384rpx;height: 384rpx;margin: 0 auto 88rpx;}
- .fixedbtn{padding-top: 18rpx;
- .btns{width: 254rpx;height: 80rpx;border-radius: 40rpx;font-weight: bold;
- font-size: 30rpx;display: flex;align-items: center;justify-content: center;box-sizing: border-box;
- &.btn1{color: #1D64E2;border: 2rpx solid #1D64E2;}
- &.btn2{color: #ffffff;background: #1D64E2;}
- .down{width: 26rpx;height: 26rpx;margin-right: 6rpx;flex: 0 0 auto;}
- }
-
- }
- }
- .fixefbox{background-color: #fff;padding: 36rpx 0;position: fixed;left:0;right: 0;bottom: 0;z-index: 20;
- .tit{font-weight: bold;font-size: 30rpx;color: #222327;padding: 0 80rpx;text-align: center;
- text{font-size: 26rpx;color: #AAAAAA;}
- }
- .closebox{width: 40rpx;height: 40rpx;display: flex;align-items: center;justify-content: center;
- position: absolute;left:28rpx;top: 36rpx;
- image{width: 24rpx;height: 22rpx;}
- }
- .bllist{padding: 0 12rpx;display: flex;flex-wrap: wrap;
- view{min-width: 194rpx;height: 70rpx;background: #F5F5F5;border-radius: 36rpx;margin: 30rpx 24rpx 0;line-height: 70rpx;text-align: center;padding: 0 24rpx;box-sizing: border-box;
- &.act{background: #DFEBFF;color: #1D64E2;}
- }
- }
- }
- // 附件
- .fjadd{
- .btn{font-weight: bold;font-size: 30rpx;color: #1D64E2;margin: 0;display: flex;align-items: center;}
- }
- // 附件
- .fjlists {display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 12rpx;
- image{margin-right: 18rpx;flex: 0 0 auto;}
- .imgl{width: 40rpx;height: 40rpx;display: flex;align-items: center;justify-content: center;margin-right: 16rpx;
- image{width: 26rpx;height: 24rpx;}
- }
- .tit{font-size: 26rpx;color: #343434;font-weight: 500;margin-top: 4rpx;}
- .delimg{width: 40rpx;height:40rpx;margin-left: 16rpx;display: flex;align-items: center;justify-content: center;
- image{width: 26rpx;height: 26rpx;}
- }
- }
- // 语音识别
- .bgvoice{z-index: 1900;}
- .voice {
- min-height: 500rpx;
- padding: 100rpx 60rpx 0 60rpx;
- position: relative;
- background-color: #fff;
- position: fixed;
- left:0;right:0;bottom:0;z-index: 2000;
- padding-bottom: 180rpx;
- .res-txt {
- text-align: center;
- margin-top: 40rpx;
- font-size: 36rpx;
- color: #919098;
-
- image {
- display: block;
- margin: auto;
- margin-top: 10rpx;
- width: 60rpx;
- animation: bounce-down 2.6s linear infinite;
- }
- }
-
- .tip {
- margin-top: 15rpx;
- text-align: center;
-
- .txt {
- font-size: 36rpx;
- color: #151823;
- }
-
- .txt-bt {
- margin-top: 20rpx;
- color: #919098;
- }
- }
-
- .btn {
- width: 50%;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- border-radius: 50rpx;
- background: #3484fd;
- position: absolute;
- bottom: 80rpx;
- left: 50%;
- transform: translateX(-50%);
-
- .btn-cont {
- display: flex;
- align-items: center;
- }
- }
- }
-
- @-webkit-keyframes bounce-down {
- 25% {
- -webkit-transform: translateY(-10px);
- }
-
- 50%,
- 100% {
- -webkit-transform: translateY(0);
- }
-
- 75% {
- -webkit-transform: translateY(13px);
- }
- }
- .content{background-color: #f5f5f5;position: fixed;left: 0;right: 0;bottom: 0;z-index: 10000;height: 500rpx;}
- /* 语音动画 */
- .prompt-loader {
- width: 100%;
- height: 35px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 30rpx auto;
- }
-
- .prompt-loader .em {
- height: 15%;
- width: 2px;
- float: left;
- display: block;
- background: #333333;
- }
-
- .prompt-loader .em:last-child {
- margin-right: 0px;
- }
-
- .prompt-loader .em:nth-child(1) {
- animation: load 1.3s 0.4s infinite linear;
- }
-
- .prompt-loader .em:nth-child(2) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(3) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(4) {
- animation: load 1.3s 0.8s infinite linear;
- }
-
- .prompt-loader .em:nth-child(5) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(6) {
- animation: load 1.3s 0.4s infinite linear;
- }
-
- .prompt-loader .em:nth-child(7) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(8) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(9) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(10) {
- animation: load 1.3s 0.4s infinite linear;
- }
-
- .prompt-loader .em:nth-child(11) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(12) {
- animation: load 1.3s 0.8s infinite linear;
- }
-
- .prompt-loader .em:nth-child(13) {
- animation: load 1.3s 1s infinite linear;
- }
-
- .prompt-loader .em:nth-child(14) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(15) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(16) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(17) {
- animation: load 1.3s 0.8s infinite linear;
- }
-
- .prompt-loader .em:nth-child(18) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(19) {
- animation: load 1.3s 0.4s infinite linear;
- }
-
- .prompt-loader .em:nth-child(20) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(21) {
- animation: load 1.3s 0.5s infinite linear;
- }
-
- .prompt-loader .em:nth-child(22) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(23) {
- animation: load 1.3s 0.4s infinite linear;
- }
-
- .prompt-loader .em:nth-child(24) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- .prompt-loader .em:nth-child(25) {
- animation: load 1.3s 0.8s infinite linear;
- }
-
- .prompt-loader .em:nth-child(26) {
- animation: load 1.3s 0.2s infinite linear;
- }
-
- .prompt-loader .em:nth-child(27) {
- animation: load 1.3s 0.4s infinite linear;
- }
-
- .prompt-loader .em:nth-child(28) {
- animation: load 1.3s 0.1s infinite linear;
- }
-
- .prompt-loader .em:nth-child(29) {
- animation: load 1.3s 0.3s infinite linear;
- }
-
- .prompt-loader .em:nth-child(30) {
- animation: load 1.3s 0.6s infinite linear;
- }
-
- @keyframes load {
- 0% {
- height: 15%;
- }
-
- 50% {
- height: 100%;
- }
-
- 100% {
- height: 15%;
- }
- }
- </style>
|