popup.vue 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143
  1. <template>
  2. <view>
  3. <!-- 弹窗 -->
  4. <view class="bgbox" @click="getClose" v-if="type"></view>
  5. <!-- 业务进度 -->
  6. <view class="speedbox" v-if="type=='ywjd'">
  7. <view class="tit">业务进度</view>
  8. <view class="lists" v-for="(ite,idx) in stepList" :key='idx'>
  9. <view class="listl">
  10. <image :src="stepa" class="imga" v-if="Number(stepval)>Number(ite.loanScheduleValue)"></image>
  11. <image :src="stepb" v-else-if="stepval==ite.loanScheduleValue"></image>
  12. <image :src="stepc" v-else></image>
  13. </view>
  14. <view class="listr">
  15. <view class="ltit" :class="stepval==ite.loanScheduleValue?'act':''">{{ite.loanScheduleName}}</view>
  16. <view class="ltxt">{{ite.loanScheduleTime}}</view>
  17. </view>
  18. </view>
  19. </view>
  20. <!-- 业务审核 -->
  21. <view class="fixbox" v-if="type=='sh'">
  22. <view class="cloimg" @click="getClose">
  23. <image :src="closeimg"></image>
  24. </view>
  25. <view class="ttit">业务审核</view>
  26. <view class="mb16">
  27. <view class="ttxt mb18">是否同意进入初审</view>
  28. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tyList" />
  29. </view>
  30. <view class="mb16">
  31. <view class="ttxt mb18">审核意见</view>
  32. <textarea class="textar" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" v-model="shtext" placeholder="若不同意进入初审,请填写理由…"></textarea>
  33. </view>
  34. <block v-if="isty!=3">
  35. <view class="mb16">
  36. <!-- :chosevalue="datainfo.name" -->
  37. <view class="ttxt mb18">分配A角</view>
  38. <w-select
  39. :list='userList'
  40. valueName='userName'
  41. keyName="userId"
  42. :filterable='filterable'
  43. width='100%'
  44. height="44px"
  45. @change='getchangea'
  46. >
  47. </w-select>
  48. </view>
  49. <view class="mb16">
  50. <view class="ttxt mb18">分配B角</view>
  51. <w-select
  52. :list='userList'
  53. valueName='userName'
  54. keyName="userId"
  55. :filterable='filterable'
  56. width='100%'
  57. height="44px"
  58. @change='getchangeb'
  59. >
  60. </w-select>
  61. <!-- <uni-data-select v-model="mycdtxt" placeholder="请选择B角" :localdata="mycdlist" ></uni-data-select> -->
  62. </view>
  63. <view class="mb16">
  64. <view class="ttxt mb18">分配风险人员</view>
  65. <w-select
  66. :list='userList'
  67. valueName='userName'
  68. keyName="userId"
  69. :filterable='filterable'
  70. width='100%'
  71. height="44px"
  72. @change='getchangec'
  73. >
  74. </w-select>
  75. <!-- <uni-data-select v-model="mycdtxt" placeholder="请选择B角" :localdata="mycdlist" ></uni-data-select> -->
  76. </view>
  77. </block>
  78. <!-- <view class="btns" @click="getupSubmit">确认<block v-if="isty!=3">并生成担保意向函</block></view> -->
  79. <view class="btns" @click="getupSubmit">确认</view>
  80. </view>
  81. <!-- a,b角色审核 -->
  82. <view class="fixbox" v-if="type=='ajssh'||type=='bjssh'">
  83. <view class="cloimg" @click="getClose">
  84. <image :src="closeimg"></image>
  85. </view>
  86. <view class="ttit">担保初审</view>
  87. <view class="mb16">
  88. <view class="ttxt mb18">是否通过</view>
  89. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tgList" />
  90. </view>
  91. <view >
  92. <view class="ttxt mb18">审核意见</view>
  93. <textarea class="textar" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" v-model="shtext" placeholder="若资料不予通过,请填写理由…"></textarea>
  94. </view>
  95. <view class="btns" @click="getupSubmit">确认</view>
  96. <view class="shtips" v-if="type=='ajssh'">* 提交后将交由B角复核,误操可撤回</view>
  97. <view class="shtips" v-if="type=='bjssh'">* 提交后将交由风险部进行风险审核,误操可撤回</view>
  98. </view>
  99. <!-- 风险部审核 fxsh-->
  100. <view class="fixbox" v-if="type=='fxsh'">
  101. <view class="cloimg" @click="getClose">
  102. <image :src="closeimg"></image>
  103. </view>
  104. <view class="ttit">风险审核</view>
  105. <view class="mb16">
  106. <view class="ttxt mb18">是否通过</view>
  107. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tgList" />
  108. </view>
  109. <view class="mb16">
  110. <view class="ttxt mb18">审核意见</view>
  111. <textarea class="textar" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" v-model="shtext" placeholder="若资料不予通过,请填写理由…"></textarea>
  112. </view>
  113. <view class="btns" @click="getupSubmit">确认</view>
  114. </view>
  115. <!-- 初审风险审核 -->
  116. <view class="fixbox" v-if="type=='fxbmsh'">
  117. <view class="cloimg" @click="getClose">
  118. <image :src="closeimg"></image>
  119. </view>
  120. <view class="ttit">风险审核</view>
  121. <view class="mb16">
  122. <view class="ttxt mb18">是否通过</view>
  123. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tgList" />
  124. </view>
  125. <view class="mb16">
  126. <view class="ttxt mb18">审核意见</view>
  127. <textarea class="textar" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" v-model="shtext" placeholder="若资料不予通过,请填写理由…"></textarea>
  128. </view>
  129. <view class="mb16">
  130. <!-- 担保项目合法合规表 -->
  131. <view class="ttxt mb18 flexcj">附件信息
  132. <lsj-upload ref="lsjUpload" childId="upload1" :loanApplicationId="loanApplicationId" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  133. @progress="" @uploadEnd="onuploadEnd" :fileName="wjcjobj.dbxmhfhgb" fileVal='dbxmhfhgb' bigType="c">
  134. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  135. </lsj-upload>
  136. </view>
  137. <view class="fjlists" v-for="(fite,fidx) in filelist" :key='fidx'>
  138. <view class="flext" @click="getDown(fite.url)">
  139. <view class="imgl"><image :src="filico" ></image></view>
  140. <view class="tit">{{fite.name}}</view>
  141. </view>
  142. <view class="delimg flex0" @click.stop="getDelFj(idx)">
  143. <image :src="fdelimg"></image>
  144. </view>
  145. </view>
  146. </view>
  147. <view class="btns" @click="getupSubmit">确认</view>
  148. </view>
  149. <!-- 上会同意 1-->
  150. <view class="fixbox" v-if="type=='shshty'">
  151. <view class="cloimg" @click="getClose">
  152. <image :src="closeimg"></image>
  153. </view>
  154. <view class="ttit">上会审核</view>
  155. <view class="mb16">
  156. <view class="ttxt mb18">是否同意上评审会</view>
  157. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tyList" />
  158. </view>
  159. <view class="mb16">
  160. <view class="ttxt mb18">审核意见</view>
  161. <textarea class="textar" v-model="shtext" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" placeholder="若不同意上会,请填写理由…"></textarea>
  162. </view>
  163. <view class="btns" style="margin-top: 18rpx;" @click="getupSubmit">确认</view>
  164. </view>
  165. <!-- 上会管理员审核2 shsh -->
  166. <view class="fixbox" v-if="type=='shsh'">
  167. <view class="cloimg" @click="getClose">
  168. <image :src="closeimg"></image>
  169. </view>
  170. <view class="ttit">上会日期</view>
  171. <!-- <view class="mb16">
  172. <view class="ttxt mb18">是否同意上评审会</view>
  173. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tyList" />
  174. </view> -->
  175. <view class="mb16" v-if="isty!=3">
  176. <view class="ttxt mb18">评审会日期</view>
  177. <picker mode="date" @change='bindDateChangea'>
  178. <view class="chekt">
  179. <view :class="jtri?'':'coa'">{{jtri|| "请选择具体日期"}}</view>
  180. <image :src="upimg"></image>
  181. </view>
  182. </picker>
  183. </view>
  184. <view class="mb16" v-if="isty!=3">
  185. <view class="ttxt mb18">评审会时间</view>
  186. <picker mode="time" @change='bindDateChangeb'>
  187. <view class="chekt">
  188. <view :class="jtsj?'':'coa'">{{jtsj|| "请选择具体时间"}}</view>
  189. <image :src="upimg"></image>
  190. </view>
  191. </picker>
  192. </view>
  193. <!-- <view class="mb16">
  194. <view class="ttxt mb18">审核意见</view>
  195. <textarea class="textar" v-model="shtext" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" placeholder="若不同意上会,请填写理由…"></textarea>
  196. </view> -->
  197. <!-- <view class="mb16" v-if="isty!=3">
  198. <view class="ttxt mb18 flexcj">评委
  199. <view class="addsh" @click="getAddFn" >
  200. <image :src="addpeimg"></image>添加评委
  201. </view>
  202. </view>
  203. <view class="peolists">
  204. <view class="plist" v-for="(ite,idx) in shrylist" :key="idx">
  205. <view class="flex1 over">{{ite.realName}}</view>
  206. <image :src="fdelimg" @click="getDelRy(idx)"></image>
  207. </view>
  208. </view>
  209. </view> -->
  210. <!-- <view class="shshtips">* 确认上会后,即出具评审意见签批表、股东会决议</view> -->
  211. <view class="btns" style="margin-top: 18rpx;" @click="getupSubmit">确认</view>
  212. </view>
  213. <!-- 上会投票3 shshtp -->
  214. <view class="fixbox" v-if="type=='shshtp'">
  215. <view class="cloimg" @click="getClose">
  216. <image :src="closeimg"></image>
  217. </view>
  218. <view class="ttit">上会投票</view>
  219. <view class="mb16">
  220. <view class="ttxt mb18">是否同意</view>
  221. <uni-data-checkbox :selectedColor="actcolor" v-model="issf" :localdata="sfList" />
  222. </view>
  223. <view class="mb16">
  224. <view class="ttxt mb18">担保额度</view>
  225. <view class="flexc chektinp">
  226. <input placeholder="请输入担保额度" type="number" v-model="dbed" placeholder-class="coa" class="flex1"/>
  227. <view class="ltit flex0 ml8">万元</view>
  228. </view>
  229. </view>
  230. <view class="mb16">
  231. <view class="ttxt mb18">担保期限</view>
  232. <view class="flexc chektinp">
  233. <input placeholder="请输入担保期限" type="number" v-model="dbqx" placeholder-class="coa" class="flex1"/>
  234. <view class="ltit flex0 ml8">月</view>
  235. </view>
  236. </view>
  237. <view class="mb16">
  238. <view class="ttxt mb18">意见</view>
  239. <textarea class="textar" v-model="shtext" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" placeholder="若不同意上会,请填写理由…"></textarea>
  240. </view>
  241. <!-- <view class="shshtips">* 确认上会后,即出具评审意见签批表、股东会决议</view> -->
  242. <view class="btns" style="margin-top: 18rpx;" @click="getupSubmit">确认</view>
  243. </view>
  244. <!-- 重新投票 cxtp -->
  245. <view class="fixbox" v-if="type=='cxtp'">
  246. <view class="cloimg" @click="getClose">
  247. <image :src="closeimg"></image>
  248. </view>
  249. <view class="ttit">投票日期</view>
  250. <view class="mb16" v-if="isty!=3">
  251. <view class="ttxt mb18">投票日期</view>
  252. <picker mode="date" @change='bindDateChangea'>
  253. <view class="chekt">
  254. <view :class="jtri?'':'coa'">{{jtri|| "请选择投票日期"}}</view>
  255. <image :src="upimg"></image>
  256. </view>
  257. </picker>
  258. </view>
  259. <view class="mb16" v-if="isty!=3">
  260. <view class="ttxt mb18">投票时间</view>
  261. <picker mode="time" @change='bindDateChangeb'>
  262. <view class="chekt">
  263. <view :class="jtsj?'':'coa'">{{jtsj|| "请选择投票时间"}}</view>
  264. <image :src="upimg"></image>
  265. </view>
  266. </picker>
  267. </view>
  268. <view class="btns" style="margin-top: 18rpx;" @click="getupSubmit">确认</view>
  269. </view>
  270. <!-- 申诉 -->
  271. <view class="fixbox" v-if="type=='sssh'">
  272. <view class="cloimg" @click="getClose">
  273. <image :src="closeimg"></image>
  274. </view>
  275. <view class="ttit">申诉</view>
  276. <view class="mb16">
  277. <view class="ttxt mb18">是否通过</view>
  278. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tgList" />
  279. </view>
  280. <view class="mb16">
  281. <view class="ttxt mb18">审核意见</view>
  282. <textarea class="textar" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" v-model="shtext" placeholder="若资料不予通过,请填写理由…"></textarea>
  283. </view>
  284. <!-- 其他附件 -->
  285. <view class="mb16">
  286. <view class="ttxt mb18 flexcj">附件信息
  287. <lsj-upload ref="lsjUpload" childId="upload1" :loanApplicationId="loanApplicationId" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  288. @progress="" @uploadEnd="onuploadEnd" :fileName="qtfjobj.qtfj" fileVal='qtfj' bigType="d">
  289. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  290. </lsj-upload>
  291. </view>
  292. <view class="fjlists" v-for="(fite,fidx) in filelist" :key='fidx'>
  293. <view class="flext" @click="getDown(fite.url)">
  294. <view class="imgl"><image :src="filico" ></image></view>
  295. <view class="tit">{{fite.name}}</view>
  296. </view>
  297. <view class="delimg flex0" @click.stop="getDelFj(idx)">
  298. <image :src="fdelimg"></image>
  299. </view>
  300. </view>
  301. </view>
  302. <view class="btns" @click="getupSubmit">确认</view>
  303. </view>
  304. <!-- 上会上传附件 -->
  305. <view class="fixbox" v-if="type=='shpsyj'||type=='shshjy'">
  306. <view class="cloimg" @click="getClose">
  307. <image :src="closeimg"></image>
  308. </view>
  309. <view class="ttit">上传附件</view>
  310. <view class="mb16">
  311. <!-- 评审意见签批表 -->
  312. <view class="ttxt mb18 flexcj" v-if="type=='shpsyj'">附件信息
  313. <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  314. @progress="" @uploadEnd="onuploadEnd" :fileName="wjcjobj.psyjqpb" fileVal='psyjqpb' bigType="c">
  315. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  316. </lsj-upload>
  317. </view>
  318. <!-- 上会纪要 -->
  319. <view class="ttxt mb18 flexcj" v-if="type=='shshjy'">附件信息
  320. <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  321. @progress="" @uploadEnd="onuploadEnd" :fileName="wjcjobj.gdhyjy" fileVal='gdhyjy' bigType="c">
  322. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  323. </lsj-upload>
  324. </view>
  325. <view class="fjlists" v-for="(fite,fidx) in filelist" :key='fidx'>
  326. <view class="flext" @click="getDown(fite.url)">
  327. <view class="imgl"><image :src="filico" ></image></view>
  328. <view class="tit">{{fite.name}}</view>
  329. </view>
  330. <view class="delimg flex0" @click.stop="getDelFj(idx)">
  331. <image :src="fdelimg"></image>
  332. </view>
  333. </view>
  334. </view>
  335. <view class="conbtns flexcj">
  336. <!-- <view class="cbtns bga">暂存</view> -->
  337. <view class="cbtns bgb" @click="getfjAdd">确认</view>
  338. </view>
  339. </view>
  340. <!-- 上传附件 -->
  341. <view class="fixbox" v-if="type=='fjadd'">
  342. <view class="cloimg" @click="getClose">
  343. <image :src="closeimg"></image>
  344. </view>
  345. <view class="ttit">上传附件</view>
  346. <view class="mb16">
  347. <view class="ttxt mb18 flexcj" v-if="wjcjobj[fjval]">附件信息
  348. <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  349. @progress="" @uploadEnd="onuploadEnd" :fileName="wjcjobj[fjval]" :fileVal='fjval' bigType="c">
  350. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  351. </lsj-upload>
  352. </view>
  353. <view class="fjlists" v-for="(fite,fidx) in filelist" :key='fidx'>
  354. <view class="flext" @click="getDown(fite.url)">
  355. <view class="imgl"><image :src="filico" ></image></view>
  356. <view class="tit">{{fite.name}}</view>
  357. </view>
  358. <view class="delimg flex0" @click.stop="getDelFj(idx)">
  359. <image :src="fdelimg"></image>
  360. </view>
  361. </view>
  362. </view>
  363. <view class="conbtns flexcj">
  364. <!-- <view class="cbtns bga">暂存</view> -->
  365. <view class="cbtns bgb" @click="getfjAdd">确认</view>
  366. </view>
  367. </view>
  368. <!-- 其他附件 -->
  369. <view class="fixbox" v-if="type=='qtfjadd'">
  370. <view class="cloimg" @click="getClose">
  371. <image :src="closeimg"></image>
  372. </view>
  373. <view class="ttit">上传附件</view>
  374. <view class="mb16">
  375. <view class="ttxt mb18 flexcj" v-if="qtfjobj[fjval]">附件信息
  376. <lsj-upload ref="lsjUpload" childId="upload1" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  377. @progress="" @uploadEnd="onuploadEnd" :fileName="qtfjobj[fjval]" :fileVal='fjval' bigType="d">
  378. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  379. </lsj-upload>
  380. </view>
  381. <view class="fjlists" v-for="(fite,fidx) in filelist" :key='fidx'>
  382. <view class="flext" @click="getDown(fite.url)">
  383. <view class="imgl"><image :src="filico" ></image></view>
  384. <view class="tit">{{fite.name}}</view>
  385. </view>
  386. <view class="delimg flex0" @click.stop="getDelFj(idx)">
  387. <image :src="fdelimg"></image>
  388. </view>
  389. </view>
  390. </view>
  391. <view class="conbtns flexcj">
  392. <!-- <view class="cbtns bga">暂存</view> -->
  393. <view class="cbtns bgb" @click="getfjAdd">确认</view>
  394. </view>
  395. </view>
  396. <!-- 审核结果二次确认弹窗 -->
  397. <view class="fixbox con" v-if="type=='confirm'">
  398. <view class="cloimg" @click="getClose">
  399. <image :src="closeimg"></image>
  400. </view>
  401. <view class="ttit">确认提交审核意见</view>
  402. <view class="conttxt">请您二次确认对该项目资料提交 “<text>
  403. {{shtg==3?'不通过':'通过'}}
  404. </text>”的审核意见吗?</view>
  405. <view class="conbtns flexcj">
  406. <view class="cbtns bga" @click="getClose">取消</view>
  407. <view class="cbtns bgb" @click="getSure">确认</view>
  408. </view>
  409. </view>
  410. <!-- 尽职调查反馈 -->
  411. <view class="fixbox" v-if="type=='jztcsh'">
  412. <view class="cloimg" @click="getClose">
  413. <image :src="closeimg"></image>
  414. </view>
  415. <view class="ttit">业务审核</view>
  416. <!-- <view class="mb16">
  417. <view class="ttxt mb18">是否通过</view>
  418. <uni-data-checkbox :selectedColor="actcolor" v-model="isty" :localdata="tgList" />
  419. </view> -->
  420. <!-- <view class="mb16">
  421. <view class="ttxt mb18">审核意见</view>
  422. <textarea class="textar" v-model="shtext" style="height: 156rpx;" placeholder="若不同意,请填写理由…"></textarea>
  423. </view> -->
  424. <view class="mb16">
  425. <view class="ttxt mb18">上传照片</view>
  426. <view class="addpbox">
  427. <view class="plist addpimg" @click="getaddImage">
  428. <image :src="addpimg"></image>
  429. </view>
  430. <view class="plist" v-for="(ite,idx) in phofile" :key="idx">
  431. <image :src="baseUrl+ite" class="img"></image>
  432. <image :src="fdelimg" class="del" @click="getDelPh(idx)"></image>
  433. </view>
  434. </view>
  435. </view>
  436. <view class="ptips">* 点击添加照片可实时拍摄照片上传,也可由手 机相册中上传</view>
  437. <view class="mb16">
  438. <!-- 尽职调查报告 -->
  439. <view class="ttxt mb18 flexcj">附件信息
  440. <lsj-upload ref="lsjUpload" childId="upload1" :fileName="wjcjobj.jzdcbg" fileVal='jzdcbg' bigType="c" :width="width" :height="height" :option="option" :size="size" :formats="formats" :debug="debug" :instantly="instantly"
  441. @progress="" @uploadEnd="onuploadEnd" >
  442. <view class="fbtns co0a" :style="{width: width,height: height}">上传附件</view>
  443. </lsj-upload>
  444. </view>
  445. <view class="fjlists" v-for="(fite,fidx) in filelist" :key='fidx'>
  446. <view class="flext" @click="getDown(fite.url)">
  447. <view class="imgl"><image :src="filico" ></image></view>
  448. <view class="tit">{{fite.name}}</view>
  449. </view>
  450. <view class="delimg flex0" @click.stop="getDelFj(idx)">
  451. <image :src="fdelimg"></image>
  452. </view>
  453. </view>
  454. </view>
  455. <view class="conbtns flexcj">
  456. <view class="cbtns bga" @click="getClose">取消</view>
  457. <view class="cbtns bgb" @click="getupSubmit">确认</view>
  458. </view>
  459. </view>
  460. <!-- 人员弹窗 -->
  461. <block v-if="addflag">
  462. <view class="addboxbg" @click="getCloseAdd"></view>
  463. <view class="addbox">
  464. <view class="cloimg" @click="getCloseAdd">
  465. <image :src="closeimg"></image>
  466. </view>
  467. <view class="ttit">添加人员</view>
  468. <view class="peolists">
  469. <view class="plist" :class="shrylist.findIndex(text => text.userId === ite.userId)!=-1?'act':''" v-for="(ite,idx) in userList" :key="idx">
  470. <view class="flex1" @click="getChose(ite)">{{ite.userName}}</view>
  471. </view>
  472. </view>
  473. </view>
  474. </block>
  475. <!-- 富文本弹窗 -->
  476. <view class="fixbox con" v-if="type=='fwb'">
  477. <view class="cloimg" @click="getClose">
  478. <image :src="closeimg"></image>
  479. </view>
  480. <view class="ttit">小微企业说明</view>
  481. <view class="conttxt">
  482. <block v-if="xwimgList&&xwimgList.length">
  483. <image :src="baseUrl+ite" v-for="(ite,idx) in xwimgList" :key="idx" class="imgs" @click="getPreviewImage(xwimgList,idx)"></image>
  484. </block>
  485. <rich-text :nodes="content" v-else></rich-text>
  486. </view>
  487. <view class="conbtns flexcj">
  488. <view class="cbtns bga" @click="getClose">取消</view>
  489. <!-- <view class="cbtns bgb">确认</view> -->
  490. </view>
  491. </view>
  492. <!-- 暂缓出具弹窗 -->
  493. <view class="fixbox" v-if="type=='zhfkhgb'">
  494. <view class="cloimg" @click="getClose">
  495. <image :src="closeimg"></image>
  496. </view>
  497. <view class="ttit">风险审核</view>
  498. <view class="mb16">
  499. <view class="ttxt mb18">暂缓原因</view>
  500. <textarea class="textar" style="min-height: 156rpx;" maxlength="-1" autoHeight="true" v-model="shtext" placeholder="请填写理由…"></textarea>
  501. </view>
  502. <view class="btns" @click="getupSubmit">确认</view>
  503. </view>
  504. </view>
  505. </template>
  506. <script>
  507. import config from '@/config'
  508. const baseUrl = config.baseUrl
  509. import { getToken } from '@/utils/auth'
  510. import {uploadmore} from '@/utils/common.js'
  511. import wSelect from "@/work/components/w-select/w-select.vue"
  512. export default{
  513. components:{wSelect},
  514. props:{
  515. type: {
  516. type: String,
  517. default () {
  518. return ''
  519. }
  520. },
  521. stepList:{
  522. type: Array,
  523. default () {
  524. return []
  525. }
  526. },
  527. userList:{
  528. type: Array,
  529. default () {
  530. return []
  531. }
  532. },
  533. stepval:{
  534. type: [Number,String],
  535. default () {
  536. return 0
  537. }
  538. },
  539. content:{
  540. type: [Number,String],
  541. default () {
  542. return ''
  543. }
  544. },
  545. xwimgList:{
  546. type: Array,
  547. default () {
  548. return []
  549. }
  550. },
  551. shtg:{
  552. type: [Number,String],
  553. default () {
  554. return ''
  555. }
  556. },
  557. loanApplicationId:{
  558. type: [Number,String],
  559. default () {
  560. return ''
  561. }
  562. },
  563. loanApplicationNumber:{
  564. type: [Number,String],
  565. default () {
  566. return ''
  567. }
  568. },
  569. wjcjobj:{
  570. type: Object,
  571. default () {
  572. return {}
  573. }
  574. },
  575. qtfjobj:{
  576. type: Object,
  577. default () {
  578. return {}
  579. }
  580. },
  581. fjval:{
  582. type: String,
  583. default () {
  584. return ''
  585. }
  586. },
  587. startady:{
  588. type: String,
  589. default () {
  590. return ''
  591. }
  592. }
  593. },
  594. data(){
  595. return{
  596. //附件
  597. option: {
  598. // 上传服务器地址,需要替换为你的接口地址
  599. url: baseUrl+'/common/uploadNew', // 该地址非真实路径,需替换为你项目自己的接口地址
  600. // 上传附件的key
  601. name: 'file',
  602. // 根据你接口需求自定义请求头,默认不要写content-type,让浏览器自适配
  603. header: {
  604. // 示例参数可删除
  605. 'Authorization': 'Bearer ' + getToken(),
  606. },
  607. // 根据你接口需求自定义body参数
  608. formData: {
  609. loanApplicationNumber:'',
  610. loanApplicationId:'',
  611. }
  612. },
  613. // 选择文件后是否立即自动上传,true=选择后立即上传
  614. instantly: true,
  615. // 必传宽高且宽高应与slot宽高保持一致
  616. width: '',
  617. height: '40rpx',
  618. // 限制允许上传的格式,空串=不限制,默认为空
  619. formats: 'doc,docx,xls,xlsx,ppt,txt,pdf,zip,rar,word,png,jpg,jpeg',
  620. // 文件上传大小限制
  621. size: 100,
  622. // 文件数量限制 默认10
  623. count: 5,
  624. // 文件回显列表
  625. files: new Map(),
  626. // 微信小程序Map对象for循环不显示,所以转成普通数组,不要问为什么,我也不知道
  627. wxFiles: [],
  628. // 是否打印日志
  629. debug: false,
  630. filelist:[],
  631. stepa:require('@/work/static/images/busin/stepa.png'),
  632. stepb:require('@/work/static/images/busin/stepb.png'),
  633. stepc:require('@/work/static/images/busin/stepc.png'),
  634. closeimg:require('@/work/static/images/close.png'),
  635. filico:require('@/work/static/images/filico.png'),
  636. fdelimg:require('@/work/static/images/del.png'),
  637. addpimg:require('@/work/static/images/addp.png'),
  638. upimg:require('@/work/static/images/aup.png'),
  639. addpeimg:require('@/work/static/images/aap.png'),
  640. actcolor:'#00A9F0',
  641. tyList:[{text: '同意',value: '2'},{text: '不同意',value: '3'}],
  642. tgList:[{text: '通过',value: '2'},{text: '不通过',value: '3'}],
  643. sfList:[{text: '是',value: 'Y'},{text: '否',value: 'N'}],
  644. issf:'Y',
  645. mycdlist:[{text: 'a',value: '0'},{text: 'b',value: '1'}],
  646. isty:'2',//同意
  647. shtext:'',//审核意见
  648. dbed:'',//担保额度
  649. dbqx:'',//担保期限
  650. aUserId:'',//A角色用户ID
  651. aUserName:'',//A角色用户名称
  652. bUserId:'',//B角色用户ID
  653. bUserName:'',//B角色用户名称
  654. fUserId:'',//风险用户id
  655. fUserName:'',//风险用户名称
  656. mycdtxt:'',
  657. jtri:'',//具体日期
  658. jtsj:'',//具体时间
  659. filterable:true,
  660. chooseValue:'',
  661. phofile:[],
  662. baseUrl:'',
  663. shrylist:[],//参会人员
  664. addflag:false,
  665. }
  666. },
  667. mounted() {
  668. this.baseUrl=baseUrl
  669. },
  670. watch:{
  671. loanApplicationNumber(val){
  672. this.option.formData.loanApplicationNumber=val
  673. },
  674. loanApplicationId(val){
  675. this.option.formData.loanApplicationId=val
  676. },
  677. type(val){
  678. this.filelist=[];
  679. this.shtext='';
  680. this.isty='2';
  681. this.phofile=[];
  682. }
  683. },
  684. methods:{
  685. getClose(){
  686. this.$emit('getClose')
  687. },
  688. getAddFn(){
  689. this.addflag=true;
  690. },
  691. getCloseAdd(){
  692. this.addflag=false;
  693. },
  694. getPreviewImage(arr,idx){
  695. var newArr=[];
  696. arr.forEach(ite=>{
  697. var ds=this.baseUrl+ite
  698. newArr.push(ds)
  699. })
  700. uni.previewImage({
  701. urls: newArr,
  702. current:idx,
  703. success: function(data) {
  704. },
  705. fail: function(err) {
  706. }
  707. });
  708. },
  709. getChose(ite,idx){
  710. const index = this.shrylist.findIndex(text => text.userId === ite.userId);
  711. var obj={
  712. userId:ite.userId,
  713. realName:ite.userName,
  714. loanApplicationId:this.loanApplicationId,
  715. }
  716. if(index!=-1){
  717. this.shrylist.splice(index,1)
  718. }else{
  719. this.shrylist.push(obj)
  720. }
  721. },
  722. getchangea(e){
  723. this.aUserId=e.userId;
  724. this.aUserName=e.userName;
  725. },
  726. getchangeb(e){
  727. this.bUserId=e.userId;
  728. this.bUserName=e.userName;
  729. },
  730. getchangec(e){//风险人员
  731. this.fUserId=e.userId;
  732. this.fUserName=e.userName;
  733. },
  734. getupSubmit(){
  735. var type=this.type;
  736. var data={}
  737. if(type=='sh'){
  738. data={
  739. auditType:this.isty,
  740. auditView:this.shtext,
  741. }
  742. if(this.isty==3&&!this.shtext){
  743. this.$toast("请输入审核意见")
  744. return
  745. }
  746. if(this.isty!=3){
  747. if(!this.aUserName){
  748. this.$toast("请选择分配A角")
  749. return
  750. }
  751. if(!this.bUserName){
  752. this.$toast("请选择分配B角")
  753. return
  754. }
  755. if(!this.fUserName){
  756. this.$toast("请选择分配风险用户人员")
  757. return
  758. }
  759. data.aUserId=this.aUserId;
  760. data.aUserName=this.aUserName;
  761. data.bUserId=this.bUserId;
  762. data.bUserName=this.bUserName;
  763. data.fUserId=this.fUserId;
  764. data.fUserName=this.fUserName;
  765. }
  766. }else if(type=='ajssh'||type=='bjssh'||type=='fxsh'){
  767. data={
  768. auditType:this.isty,
  769. auditView:this.shtext,
  770. }
  771. if(this.isty==3&&!this.shtext){
  772. this.$toast("请输入审核意见")
  773. return
  774. }
  775. }else if(type=='fxbmsh'){
  776. data={
  777. auditType:this.isty,
  778. fjUrl:this.filelist,
  779. auditView:this.shtext,
  780. }
  781. if(this.isty==3&&!this.shtext){
  782. this.$toast("请输入审核意见")
  783. return
  784. }
  785. // if(this.isty!=3&&(!this.filelist||this.filelist.length<1)){
  786. // this.$toast("请上传附件")
  787. // return
  788. // }
  789. }else if(type=='jztcsh'){
  790. data={
  791. // auditType:this.isty,
  792. auditType:2,
  793. // auditView:this.shtext,
  794. fjUrl:this.filelist,
  795. imageUrl:this.phofile.join(',')
  796. }
  797. if(!this.phofile||this.phofile.length<1){
  798. this.$toast("请上传图片")
  799. return
  800. }
  801. if(!this.filelist||this.filelist.length<1){
  802. this.$toast("请上传附件")
  803. return
  804. }
  805. }else if(type=='shshty'){
  806. data={
  807. auditView:this.shtext,
  808. }
  809. if(this.isty==2){
  810. data.reviewSchedule=3
  811. }else if(this.isty==3){
  812. data.reviewSchedule=2
  813. }
  814. if(this.isty==3&&!this.shtext){
  815. this.$toast("请输入审核意见")
  816. return
  817. }
  818. }else if(type=='sssh'){//申诉
  819. data={
  820. auditView:this.shtext,
  821. fjUrl:this.filelist,
  822. }
  823. if(this.isty==2){
  824. data.ssType=1
  825. }else if(this.isty==3){
  826. data.ssType=2
  827. }
  828. if(this.isty==3&&!this.shtext){
  829. this.$toast("请输入审核意见")
  830. return
  831. }
  832. }else if(type=='shsh'||type=='cxtp'){
  833. var str='评审会'
  834. if(type=='cxtp'){
  835. str='投票'
  836. }
  837. data={
  838. // auditType:this.isty,
  839. // auditView:this.shtext,
  840. }
  841. if(!this.jtri){
  842. this.$toast("请选择"+str+"日期")
  843. return
  844. }
  845. if(!this.jtsj){
  846. this.$toast("请选择"+str+"时间")
  847. return
  848. }
  849. var time=this.jtri+' '+this.jtsj
  850. data.conferenceTime=time;
  851. }else if(type=='shshtp'){
  852. data={
  853. votingResult:this.issf,
  854. argument:this.shtext,
  855. lineGuarantee:this.dbed,
  856. guaranteePeriod:this.dbqx,
  857. }
  858. if(this.issf=='N'&&!this.shtext){
  859. this.$toast("请输入意见")
  860. return
  861. }
  862. if(this.issf=='Y'){
  863. if(!this.dbed||this.dbed<0){
  864. this.$toast("请输入担保额度")
  865. return
  866. }
  867. if(!this.dbqx||this.dbqx<0){
  868. this.$toast("请输入担保期限")
  869. return
  870. }
  871. }
  872. }else if(type=='zhfkhgb'){
  873. if(!this.shtext){
  874. this.$toast("请输入暂缓原因")
  875. return
  876. }
  877. data={
  878. remark:this.shtext,
  879. }
  880. }
  881. this.$emit('getupSubmit',data)
  882. },
  883. getfjAdd(){
  884. var type=this.type;
  885. if(this.filelist&&this.filelist.length>0){
  886. var data={
  887. fjUrl:this.filelist,
  888. }
  889. this.$emit('getfjAdd',data)
  890. }else{
  891. this.$toast("请上传附件")
  892. return
  893. }
  894. },
  895. bindDateChangea(e){
  896. var val=e.detail.value;
  897. this.jtri=val;
  898. },
  899. bindDateChangeb(e){
  900. var val=e.detail.value;
  901. this.jtsj=val+':00';
  902. },
  903. getSure(){
  904. this.$emit('getSure')
  905. },
  906. // 上传图片
  907. getaddImage(e){
  908. let that = this;
  909. let file =[],count=9
  910. // if(e=='zj'){
  911. // file = that.zjfile;
  912. // count=9
  913. // }else{
  914. // file = that.mjfile;
  915. // count=9
  916. // }
  917. uni.chooseImage({
  918. // count: 1,
  919. success:function(res){
  920. let img= res.tempFilePaths;
  921. if(img.length + file.length > count){
  922. uni.showToast({
  923. title: '最多上传'+count+'张图片',
  924. icon: 'none',
  925. duration: 2000
  926. })
  927. }else{
  928. let imglen = res.tempFilePaths.length;
  929. var fuwufile = [];
  930. uploadmore('/common/upload',img,0,0,0,imglen,fuwufile,function(rs){
  931. that.phofile = that.phofile.concat(rs);
  932. // if(e=='zj'){
  933. // that.datainfo.identificationPhoto=that.zjfile.join(',')
  934. // }
  935. })
  936. }
  937. }
  938. });
  939. },
  940. onuploadEnd(item,fileVal,bigType) {
  941. var newobj={}
  942. var responseText=JSON.parse(item.responseText)
  943. if(fileVal=='qtfj'){
  944. newobj.name=responseText.originalFilename;
  945. }else{
  946. newobj.name=responseText.newFileName;
  947. }
  948. newobj.oldName=responseText.originalFilename;
  949. newobj.url=responseText.fileName;
  950. newobj.type=fileVal;
  951. newobj.bigType=bigType;
  952. newobj.loanApplicationId=this.loanApplicationId;
  953. newobj.loanApplicationNumber=this.loanApplicationNumber;
  954. this.filelist.push(newobj)
  955. },
  956. getDelFj(idx){
  957. var that=this;
  958. uni.showModal({
  959. title: '确认删除',
  960. content: "是否确认删除",
  961. cancelText: '取消',
  962. confirmText: '确认',
  963. success: function(res) {
  964. if (res.confirm) {
  965. that.filelist.splice(idx,1)
  966. } else if (res.cancel) {
  967. }
  968. }
  969. });
  970. },
  971. getDelPh(idx){
  972. this.phofile.splice(idx,1)
  973. },
  974. getDelRy(idx){
  975. this.shrylist.splice(idx,1)
  976. },
  977. getDown(e){
  978. uni.showLoading({
  979. title: '加载中'
  980. });
  981. var url=baseUrl+e;
  982. let index1 = e.lastIndexOf("."); // 得到一个索引值
  983. let index2 = e.length;
  984. let type = e.substring(index1, index2);
  985. if ((type.indexOf('jpg') > -1 || type.indexOf('jpeg') > -1 || type.indexOf('png') > -1)) {
  986. uni.previewImage({
  987. current: 0,
  988. urls: [url],
  989. // background: '#ffffff'
  990. });
  991. uni.hideLoading();
  992. } else {
  993. uni.downloadFile({
  994. url: url,//文件的下载路径
  995. success(result) {
  996. uni.hideLoading()
  997. var filePath = result.tempFilePath;
  998. uni.openDocument({
  999. filePath: filePath,
  1000. showMenu: true,
  1001. success: function (res) {
  1002. // console.log('打开文档成功');
  1003. }
  1004. });
  1005. },
  1006. fail(res) {uni.hideLoading()}
  1007. })
  1008. }
  1009. },
  1010. }
  1011. }
  1012. </script>
  1013. <style lang="scss" scoped>
  1014. // 进度
  1015. .speedbox{background: #FFFFFF;box-shadow: 0px 0px 14rpx 0px rgba(184,184,184,0.76);border-radius: 20rpx;padding: 44rpx 40rpx 0;
  1016. position: fixed;z-index: 10;left: 220rpx;top: 50%;transform: translateY(-50%);max-height: calc(100vh - 200rpx);overflow: auto;
  1017. .tit{font-weight: bold;font-size: 30rpx;color: #222327;margin-bottom: 36rpx;}
  1018. .lists{display: flex;align-items: flex-start;position: relative;padding-bottom: 52rpx;
  1019. &::after{content: '';width: 2rpx;position: absolute;left: 15rpx;top: 56rpx;bottom: 56rpx;height: 60rpx;background: #E6E6E6;}
  1020. &:last-child{
  1021. &::after{display: none;}
  1022. // .ltit{color: #01A9F0 !important;}
  1023. }
  1024. .listl{width: 32rpx;height: 32rpx;margin-right: 22rpx;display: flex;align-items: center;justify-content: center;
  1025. image{width: 32rpx;height: 32rpx;
  1026. &.imga{width: 30rpx;height: 30rpx;}
  1027. }
  1028. }
  1029. .listr{
  1030. .ltit{font-weight: 500;font-size: 26rpx;color: #222327;margin-bottom: 22rpx;
  1031. &.act{color: #01A9F0;}
  1032. }
  1033. .ltxt{font-weight: 500;font-size: 24rpx;color: #AAAAAA;}
  1034. }
  1035. }
  1036. }
  1037. .fixbox /deep/ .uni-select{border: none;background-color: #EEEEEE;height: 88rpx;}
  1038. .fixbox /deep/ .uni-select__input-placeholder{font-size: 30rpx;color: #AAAAAA;}
  1039. .fixbox /deep/ .uni-textarea-placeholder{font-size: 26rpx;color: #AAAAAA;}
  1040. .textar{width: 100%;border-radius: 10rpx;padding: 26rpx 30rpx;font-size: 26rpx;color: #222327;height: 400rpx;background: #EEEEEE;
  1041. &.texthe{height: 190rpx;}
  1042. }
  1043. .fixbox{position: fixed;left: 56rpx;right: 56rpx;background: #FFFFFF;max-height: calc(100vh - 200rpx);overflow: auto;
  1044. border-radius: 20rpx;z-index: 10;top: 50%;transform: translateY(-50%);padding: 40rpx 48rpx 52rpx;
  1045. .ttxt{font-weight: bold;font-size: 30rpx;color: #222327;}
  1046. .btns{margin-top: 70rpx;width: 100%;background: #00A9F0;border-radius:10rpx;height: 88rpx;display: flex;align-items: center;justify-content: center;font-weight: 500;font-size: 30rpx;color: #FFFFFF;}
  1047. .shtips{font-weight: 500;text-align: center;margin-top: 36rpx;font-size: 24rpx;color: #FF6969;padding-bottom: 20rpx;}
  1048. //按钮
  1049. .conbtns{margin-top: 66rpx;
  1050. .cbtns{flex:1;display: flex;align-items: center;justify-content: center;box-sizing: border-box;height: 88rpx;font-weight: 500;
  1051. font-size: 30rpx;background: #FFFFFF;border-radius: 10rpx;
  1052. &.bga{border: 1px solid #00A9F0;background: #FFFFFF;color: #01A9F0;margin-right: 24rpx;}
  1053. &.bgb{background: #00A9F0;color: #FFFFFF;}
  1054. }
  1055. }
  1056. // 二次确认弹窗
  1057. &.con{
  1058. left: 80rpx;right: 80rpx;padding-bottom: 60rpx;
  1059. .conttxt{font-weight: bold;font-size: 30rpx;color: #222327;padding: 0 34rpx;text-align: center;
  1060. padding-top: 36rpx;
  1061. text{color: #00A9F0;}
  1062. .imgs{margin-bottom: 10rpx;}
  1063. }
  1064. }
  1065. // 上传图片
  1066. .addpbox{display: flex;flex-wrap: wrap;
  1067. .plist{width: 160rpx;height: 160rpx;background: #FFFFFF;border-radius: 20rpx;position: relative;margin-bottom: 10rpx;
  1068. margin-right: 30rpx;border: 2rpx dashed #CDCDCD;display: flex;align-items: center;justify-content: center;
  1069. &:nth-of-type(3n){margin-right: 0;}
  1070. &.addpimg{
  1071. border: 0;
  1072. image{width: 100%;height: 100%;}
  1073. }
  1074. .img{width: 150rpx;height: 150rpx;}
  1075. .del{width: 24rpx;height: 24rpx;position: absolute;right: -6rpx;top: -6rpx;}
  1076. }
  1077. }
  1078. // 选择日期
  1079. .chekt{
  1080. background-color: #EEEEEE;height: 88rpx;border-radius: 8rpx;display: flex;align-items: center;padding: 0 40rpx 0 24rpx;
  1081. view{font-size: 30rpx;flex: 1;}
  1082. image{width: 16rpx;height: 10rpx;flex: 0 0 auto;margin-left: 12rpx;}
  1083. }
  1084. .chektinp{background-color: #EEEEEE;height: 88rpx;border-radius: 8rpx;display: flex;align-items: center;padding-left: 24rpx;padding-right: 10rpx;}
  1085. // 上会人员添加
  1086. .shshtips{font-weight: 500;padding-top: 14rpx;font-size: 24rpx;color: #FF6969;}
  1087. .addsh{font-weight: 500;flex:0 0 auto; font-size: 30rpx;color: #00A9F0;display: flex;align-items: center;
  1088. image{width: 24rpx;height: 24rpx;margin-right: 8rpx;}
  1089. }
  1090. .peolists{
  1091. display: flex;flex-wrap: wrap;
  1092. .plist{background-color: rgba(0, 169, 240, 0.1);font-weight: 500;font-size: 26rpx;border-radius:10rpx;width: 172rpx;margin: 0 12rpx 18rpx 0;display: flex;align-items: center;padding: 18rpx 16rpx;box-sizing: border-box;
  1093. color: #666666;overflow: hidden;
  1094. &:nth-of-type(3n){margin-right: 0;}
  1095. image{width: 26rpx;height: 26rpx;}
  1096. }
  1097. }
  1098. .ptips{font-weight: 500;font-size: 26rpx;color: #FF6969;margin-bottom: 40rpx;}
  1099. // 附件
  1100. .fjlists {display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 20rpx;
  1101. &:last-child{margin-bottom: 0;}
  1102. .imgl{width: 40rpx;height: 40rpx;display: flex;align-items: center;flex: 0 0 auto;
  1103. image{width: 26rpx;height: 24rpx;}
  1104. }
  1105. .tit{font-size: 26rpx;color: #222327;font-weight: 500;margin-top: 4rpx;}
  1106. .delimg{width: 40rpx;height:40rpx;margin-left: 16rpx;display: flex;align-items: center;justify-content: center;flex: 0 0 auto;
  1107. image{width: 24rpx;height: 24rpx;}
  1108. }
  1109. .txta{color: #28C529;font-weight: 500;line-height: 40rpx;flex: 0 0 auto;margin-left: 18rpx;padding: 0 6rpx;}
  1110. }
  1111. }
  1112. .addboxbg{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 50;
  1113. }
  1114. .addbox{z-index: 55;width: 100%;position: fixed;left:0;right: 0;bottom: 0;max-height: calc(100vh - 400rpx);overflow: auto;
  1115. padding: 40rpx 48rpx 52rpx;background-color: #FFFFFF;
  1116. .peolists{display: flex;flex-wrap: wrap;
  1117. .plist{width: auto !important;background: #FFFFFF;font-weight: 500;font-size: 26rpx;border-radius:10rpx;min-width: 172rpx;margin: 0 12rpx 18rpx 0;display: flex;align-items: center;padding: 18rpx 16rpx;box-sizing: border-box;
  1118. color: #666666;overflow: hidden;text-align: center;border: 2rpx solid rgba(0, 169, 240, 0.1);
  1119. &.act{
  1120. background-color: rgba(0, 169, 240, 0.1);
  1121. }
  1122. }
  1123. }
  1124. }
  1125. .cloimg{display: flex;align-items: center;justify-content: center;position: absolute;width: 40rpx;height: 40rpx;
  1126. top: 40rpx;left: 40rpx;
  1127. image{width: 22rpx;height: 22rpx;}
  1128. }
  1129. .ttit{font-weight: bold;text-align: center;font-size: 30rpx;color: #222327;margin-bottom:50rpx;}
  1130. </style>