readonlyDetail.vue 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  1. <template>
  2. <div class="app-container">
  3. <el-collapse v-model="activeName">
  4. <el-collapse-item>
  5. <template slot="title">
  6. <span style="font-size:20px; margin-left:20px;letter-spacing:2px;color:red">
  7. <i class="el-icon-warning"></i>
  8. <span> {{ nodeName ? '当前节点:' + nodeName : '当前状态:已归档' }}</span>
  9. <span> 项目编号:{{ businessSubId }}</span>
  10. </span>
  11. <span style="font-size:15px; margin-left:15px;letter-spacing:2px; color:RGB(168,168,168)">
  12. 点击展开查看实时流程图
  13. </span>
  14. </template>
  15. <WorkflowBoard ref='board' :nodeBusinessInfo="nodeBusinessInfo" />
  16. </el-collapse-item>
  17. </el-collapse>
  18. <div class="button-area">
  19. <el-button class="y-save" round type="info" @click="goBack">返回</el-button>
  20. </div>
  21. <el-tabs v-model="activeTagName" @tab-click="handleClick" type="border-card">
  22. <el-tab-pane name="order" class="pane-class" :lazy=true>
  23. <span slot="label"><i class="el-icon-document"></i> 个贷订单</span>
  24. <el-form ref="personalForm" :model="personal">
  25. <div class="createMajor-main-container">
  26. <div class="postInfo-container">
  27. <div>
  28. <el-divider content-position="left">
  29. <h3 class="title">
  30. <div class="avatar-wrapper icon-title">订单</div>
  31. <div class="icon-info">个贷订单</div>
  32. </h3>
  33. </el-divider>
  34. </div>
  35. <el-row class="row-style">
  36. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  37. <el-form-item label="项目编号:" prop="orderId" label-width="120px" class="postInfo-container-item">
  38. <el-input :value="personal.orderId" class="filter-item" readonly disabled />
  39. </el-form-item>
  40. </el-col>
  41. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  42. <el-form-item label="评估目的:" prop="evaluateAim" label-width="120px" class="postInfo-container-item">
  43. <el-input :value="personal.evaluateAim" class="filter-item" readonly disabled />
  44. </el-form-item>
  45. </el-col>
  46. <el-col :xs="24" :sm="12" :lg="12" :span="6">
  47. <el-form-item label="房屋用途:" prop="purpose" label-width="160px" class="postInfo-container-item">
  48. <el-checkbox-group v-model="personal.purpose">
  49. <el-checkbox-button label="HOUSE" name="purpose">住宅</el-checkbox-button>
  50. <el-checkbox-button label="BUSINESS" name="purpose">商业</el-checkbox-button>
  51. <el-checkbox-button label="OFFICE" name="purpose">办公</el-checkbox-button>
  52. <el-checkbox-button label="INDUSTRIAL" name="purpose">工业</el-checkbox-button>
  53. <el-checkbox-button label="OTHER" name="purpose">其他</el-checkbox-button>
  54. </el-checkbox-group>
  55. </el-form-item>
  56. </el-col>
  57. </el-row>
  58. <el-row class="row-style">
  59. <el-col :xs="12" :sm="12" :lg="24" :span="6">
  60. <el-form-item label="坐落:" prop="location" label-width="120px" class="postInfo-container-item">
  61. <el-input :value="personal.location" class="filter-item" readonly disabled />
  62. </el-form-item>
  63. </el-col>
  64. </el-row>
  65. <el-row class="row-style">
  66. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  67. <el-form-item label="客户类型:" prop="clienteleType" label-width="120px" class="postInfo-container-item">
  68. <el-input :value="personal.clienteleType" class="filter-item" readonly disabled />
  69. </el-form-item>
  70. </el-col>
  71. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  72. <el-form-item label="客户名称:" prop="clienteleId" label-width="120px" class="postInfo-container-item">
  73. <el-input :value="personal.clientName" class="filter-item" readonly disabled />
  74. </el-form-item>
  75. </el-col>
  76. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  77. <el-form-item label="业务来源:" prop="clienteleSubId" label-width="120px" class="postInfo-container-item">
  78. <el-input :value="personal.clientSubName" class="filter-item" readonly disabled />
  79. </el-form-item>
  80. </el-col>
  81. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  82. <el-form-item label="客户联系人:" prop="clienteleContactId" label-width="120px"
  83. class="postInfo-container-item">
  84. <el-input :value="personal.contactName" class="filter-item" readonly disabled />
  85. </el-form-item>
  86. </el-col>
  87. </el-row>
  88. <el-row class="row-style">
  89. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  90. <el-form-item label="联系人电话:" prop="clienteleContactId" label-width="120px"
  91. class="postInfo-container-item">
  92. <el-input :value="personal.contactTel" class="filter-item" readonly disabled />
  93. </el-form-item>
  94. </el-col>
  95. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  96. <el-form-item label="联系人部门:" prop="clienteleContactId" label-width="120px"
  97. class="postInfo-container-item">
  98. <el-input :value="personal.cdepartment" class="filter-item" readonly disabled />
  99. </el-form-item>
  100. </el-col>
  101. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  102. <el-form-item label="联系人职务:" prop="clienteleContactId" label-width="120px"
  103. class="postInfo-container-item">
  104. <el-input :value="personal.cduty" class="filter-item" readonly disabled />
  105. </el-form-item>
  106. </el-col>
  107. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  108. <el-form-item label="中介:" prop="agent" label-width="120px" class="postInfo-container-item">
  109. <el-input :value="personal.agent" class="filter-item" readonly disabled />
  110. </el-form-item>
  111. </el-col>
  112. </el-row>
  113. <el-row class="row-style">
  114. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  115. <el-form-item label="贷款性质:" prop="loanNature" label-width="120px" class="postInfo-container-item">
  116. <el-input :value="personal.loanNature" class="filter-item" readonly disabled />
  117. </el-form-item>
  118. </el-col>
  119. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  120. <el-form-item label="贷款用途:" prop="loanAim" label-width="120px" class="postInfo-container-item">
  121. <el-input :value="personal.loanAim" class="filter-item" readonly disabled />
  122. </el-form-item>
  123. </el-col>
  124. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  125. <el-form-item label="贷款额度:" prop="loanLimit" label-width="120px" class="postInfo-container-item">
  126. <el-input :value="personal.loanLimit" class="filter-item" readonly disabled>
  127. <template slot="append">万元</template>
  128. </el-input>
  129. </el-form-item>
  130. </el-col>
  131. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  132. <el-form-item label="贷款期限:" prop="loanPeriod" label-width="120px" class="postInfo-container-item">
  133. <el-input :value="personal.loanPeriod" class="filter-item" readonly disabled>
  134. <template slot="append">年</template>
  135. </el-input>
  136. </el-form-item>
  137. </el-col>
  138. </el-row>
  139. <el-row class="row-style">
  140. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  141. <el-form-item label="贷款是否到期:" prop="loanExpire" label-width="140px" class="postInfo-container-item">
  142. <el-radio v-model="personal.loanExpire" :label="false" border>否</el-radio>
  143. <el-radio v-model="personal.loanExpire" :label="true" border>是</el-radio>
  144. </el-form-item>
  145. </el-col>
  146. <el-col :xs="24" :sm="12" :lg="12" :span="6">
  147. <el-form-item label="资料说明:" prop="credentials" label-width="120px" class="postInfo-container-item">
  148. <el-checkbox-group v-model="personal.credentials">
  149. <el-checkbox-button label="HOUSE_CERTIFICATE" name="credentials">房产证</el-checkbox-button>
  150. <el-checkbox-button label="LAND_CERTIFICATE" name="credentials">国土证</el-checkbox-button>
  151. <el-checkbox-button label="IMMOVABLE_CERTIFICATE" name="credentials">不动产权证</el-checkbox-button>
  152. <el-checkbox-button label="LEASE_CONTRACT" name="credentials">租赁合同</el-checkbox-button>
  153. <el-checkbox-button label="IDENTITY_CARD" name="credentials">身份证</el-checkbox-button>
  154. <el-checkbox-button label="NONE" name="credentials">无资料</el-checkbox-button>
  155. </el-checkbox-group>
  156. </el-form-item>
  157. </el-col>
  158. </el-row>
  159. <el-row class="row-style">
  160. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  161. <el-form-item label="委托人1:" prop="bailorA" label-width="120px" class="postInfo-container-item">
  162. <el-input :value="personal.bailorA" class="filter-item" readonly disabled />
  163. </el-form-item>
  164. </el-col>
  165. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  166. <el-form-item label="委托人1电话:" prop="bailorATel" label-width="120px" class="postInfo-container-item">
  167. <el-input :value="personal.bailorATel" class="filter-item" readonly disabled />
  168. </el-form-item>
  169. </el-col>
  170. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  171. <el-form-item label="委托人2:" prop="bailorB" label-width="120px" class="postInfo-container-item">
  172. <el-input :value="personal.bailorB" class="filter-item" readonly disabled />
  173. </el-form-item>
  174. </el-col>
  175. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  176. <el-form-item label="委托人2电话:" prop="bailorBTel" label-width="120px" class="postInfo-container-item">
  177. <el-input :value="personal.bailorBTel" class="filter-item" readonly disabled />
  178. </el-form-item>
  179. </el-col>
  180. </el-row>
  181. <el-row class="row-style">
  182. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  183. <el-form-item label="终端客户类型:" prop="terminalClienteleType" label-width="140px"
  184. class="postInfo-container-item">
  185. <el-input :value="personal.terminalClienteleType" class="filter-item" readonly disabled />
  186. </el-form-item>
  187. </el-col>
  188. <el-col :xs="24" :sm="12" :lg="12" :span="6" v-show="personal.terminalClienteleType != ''">
  189. <el-form-item label="终端客户名称:" prop="terminalClienteleId" label-width="140px"
  190. class="postInfo-container-item">
  191. <el-input :value="personal.tterminalClienteleName" class="filter-item" readonly disabled />
  192. </el-form-item>
  193. </el-col>
  194. <el-col :xs="24" :sm="12" :lg="6" :span="6" v-show="personal.terminalClienteleType === '企业'">
  195. <el-form-item label="终端联系人:" prop="terminalClienteleContactId" label-width="120px"
  196. class="postInfo-container-item">
  197. <el-input :value="personal.tterminalClienteleContactName" class="filter-item" readonly disabled />
  198. </el-form-item>
  199. </el-col>
  200. <el-col :xs="24" :sm="12" :lg="6" :span="6" v-show="personal.terminalClienteleType != ''">
  201. <el-form-item label="终端联系电话:" prop="clienteleType" label-width="130px"
  202. class="postInfo-container-item">
  203. <el-input :value="personal.tmobile" class="filter-item" readonly disabled />
  204. </el-form-item>
  205. </el-col>
  206. </el-row>
  207. <el-row class="row-style">
  208. <el-col :xs="24" :sm="12" :lg="23" :span="12">
  209. <el-form-item label="订单备注:" prop="remark" label-width="120px" class="postInfo-container-item">
  210. <el-input :value="personal.remark" class="filter-item" type="text" readonly disabled />
  211. </el-form-item>
  212. </el-col>
  213. </el-row>
  214. </div>
  215. </div>
  216. </el-form>
  217. <el-form ref="personalMemberForm" :model="personal" :rules="rules">
  218. <div class="createMajor-main-container">
  219. <div class="postInfo-container">
  220. <div>
  221. <el-divider content-position="left">
  222. <h3 class="title">
  223. <div class="avatar-wrapper icon-title">人员</div>
  224. <div class="icon-info">项目人员</div>
  225. </h3>
  226. </el-divider>
  227. </div>
  228. <el-row class="row-style">
  229. <el-col :xs="24" :sm="12" :lg="5" :span="6">
  230. <el-form-item label="客户经理:" prop="clientManager" label-width="120px" class="postInfo-container-item">
  231. <el-input :value="personal.clientManager" class="filter-item" readonly disabled />
  232. </el-form-item>
  233. </el-col>
  234. <el-col :xs="24" :sm="12" :lg="5" :span="6">
  235. <el-form-item label="内业人员:" prop="inwardStaffName" label-width="120px"
  236. class="postInfo-container-item">
  237. <el-input :value="personal.inwardStaffName" class="filter-item" readonly disabled />
  238. </el-form-item>
  239. </el-col>
  240. <el-col :xs="24" :sm="12" :lg="5" :span="6">
  241. <el-form-item label="外业人员:" prop="outwardStaff" label-width="120px" class="postInfo-container-item">
  242. <el-input :value="personal.outwardStaffName" class="filter-item" readonly disabled />
  243. </el-form-item>
  244. </el-col>
  245. <el-col :xs="24" :sm="12" :lg="5" :span="6">
  246. <el-form-item label="定价内业:" prop="pricingStaffName" label-width="120px"
  247. class="postInfo-container-item">
  248. <el-input :value="personal.pricingStaffName" class="filter-item" readonly disabled />
  249. </el-form-item>
  250. </el-col>
  251. </el-row>
  252. </div>
  253. </div>
  254. </el-form>
  255. </el-tab-pane>
  256. <el-tab-pane name="scene" class="pane-class" :lazy=true>
  257. <span slot="label"><i class="el-icon-search"></i> 外业实勘</span>
  258. <el-form ref="sceneForm" :model="sceneForm" class="form-container">
  259. <div class="createMajor-main-container">
  260. <div class="postInfo-container">
  261. <div>
  262. <el-divider content-position="left">
  263. <h3 class="title">
  264. <div class="avatar-wrapper icon-title">实勘</div>
  265. <div class="icon-info">实勘信息</div>
  266. </h3>
  267. </el-divider>
  268. </div>
  269. <div>
  270. <el-row class="row-style" style="margin-top: 10px;">
  271. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  272. <el-form-item prop="orderId" label-width="120px" class="postInfo-container-item" label="订单号:">
  273. <el-input disabled readonly :value="personal.orderId" class="filter-item" />
  274. </el-form-item>
  275. </el-col>
  276. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  277. <el-form-item prop="sceneUserName" label-width="120px" class="postInfo-container-item" label="实勘人:">
  278. <el-input disabled readonly :value="personal.outwardStaffName" class="filter-item" />
  279. </el-form-item>
  280. </el-col>
  281. <el-col :xs="24" :sm="12" :lg="12" :span="6">
  282. <el-form-item prop="productionType" label-width="120px" class="postInfo-container-item" label="坐落:">
  283. <el-input disabled readonly :value="personal.location" class="filter-item" />
  284. </el-form-item>
  285. </el-col>
  286. </el-row>
  287. <el-row class="row-style">
  288. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  289. <el-form-item prop="inRingDewlling" label-width="120px" class="postInfo-container-item"
  290. :rules="{ required: true, message: '绕城内住宅不能为空', trigger: 'blur' }" label="绕城内住宅:">
  291. <el-input v-model="sceneForm.inRingDewlling" disabled readonly class="filter-item">
  292. <template slot="append">套</template>
  293. </el-input>
  294. </el-form-item>
  295. </el-col>
  296. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  297. <el-form-item prop="outRingDewlling" label-width="120px" class="postInfo-container-item"
  298. :rules="{ required: true, message: '绕城外住宅不能为空', trigger: 'blur' }" label="绕城外住宅:">
  299. <el-input v-model="sceneForm.outRingDewlling" disabled readonly class="filter-item">
  300. <template slot="append">套</template>
  301. </el-input>
  302. </el-form-item>
  303. </el-col>
  304. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  305. <el-form-item prop="inRingBuilding" label-width="120px" class="postInfo-container-item"
  306. :rules="{ required: true, message: '绕城内商业不能为空', trigger: 'blur' }" label="绕城内商业:">
  307. <el-input v-model="sceneForm.inRingBuilding" disabled readonly class="filter-item">
  308. <template slot="append">套</template>
  309. </el-input>
  310. </el-form-item>
  311. </el-col>
  312. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  313. <el-form-item prop="outRingBuilding" label-width="120px" class="postInfo-container-item"
  314. :rules="{ required: true, message: '绕城外商业不能为空', trigger: 'blur' }" label="绕城外商业:">
  315. <el-input v-model="sceneForm.outRingBuilding" disabled readonly class="filter-item">
  316. <template slot="append">套</template>
  317. </el-input>
  318. </el-form-item>
  319. </el-col>
  320. </el-row>
  321. <el-row class="row-style">
  322. <el-col :xs="24" :sm="12" :lg="24" :span="6">
  323. <el-form-item label="实勘备注:" prop="remark" label-width="120px" class="postInfo-container-item">
  324. <el-input v-model="sceneForm.remark" :autosize="{ minRows: 3, maxRows: 3 }" class="filter-item"
  325. type="textarea" disabled readonly />
  326. </el-form-item>
  327. </el-col>
  328. </el-row>
  329. </div>
  330. </div>
  331. </div>
  332. </el-form>
  333. </el-tab-pane>
  334. <el-tab-pane name="evaluate" class="pane-class" :lazy=true>
  335. <span slot="label"><i class="el-icon-office-building"></i> 评估对象</span>
  336. <el-form ref="targetForm" :model="target">
  337. <div class="createMajor-main-container">
  338. <div class="postInfo-container">
  339. <div>
  340. <el-divider content-position="left">
  341. <h3 class="title">
  342. <div class="avatar-wrapper icon-title">价格</div>
  343. <div class="icon-info">评估价格</div>
  344. </h3>
  345. </el-divider>
  346. </div>
  347. </div>
  348. </div>
  349. <el-row class="row-style">
  350. <el-col :xs="24" :sm="12" :lg="18" :span="6">
  351. <el-form-item label="流程:" prop="acreage" label-width="140px" class="postInfo-container-item" >
  352. <el-switch :value="target.isOnline" disabled style="margin-bottom: 5px;" active-text="线上" inactive-text="线下"
  353. >
  354. </el-switch>
  355. </el-form-item>
  356. </el-col>
  357. <el-col :xs="12" :sm="12" :lg="6" :span="6">
  358. <el-form-item label="打印二维码:" prop="validateCode" label-width="140px" class="postInfo-container-item">
  359. <a @mouseenter="showQrCode(target.qrCode)">出入库二维码</a> <a @mouseenter="showQrCode(target.validateCode)" style="margin-left: 5px">验证二维码</a>
  360. <div class="qr-code-div">
  361. <img id="validateCode" class="qr-code" :src="qrCodeUrl" alt="未定价" @click="printQR()"/>
  362. </div>
  363. </el-form-item>
  364. </el-col>
  365. </el-row>
  366. <el-row class="row-style">
  367. <el-col :xs="12" :sm="12" :lg="18" :span="6">
  368. <el-form-item label="项目名称:" prop="location" label-width="140px" class="postInfo-container-item">
  369. <el-input :value="personal.location" disabled readonly class="filter-item" />
  370. </el-form-item>
  371. </el-col>
  372. </el-row>
  373. <el-row class="row-style">
  374. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  375. <el-form-item label="委托方1:" prop="bailorA" label-width="140px" class="postInfo-container-item">
  376. <el-input :value="personal.bailorA" disabled readonly class="filter-item" />
  377. </el-form-item>
  378. </el-col>
  379. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  380. <el-form-item label="委托方2:" prop="bailorB" label-width="140px" class="postInfo-container-item">
  381. <el-input :value="personal.bailorB" disabled readonly class="filter-item" />
  382. </el-form-item>
  383. </el-col>
  384. </el-row>
  385. <el-row class="row-style">
  386. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  387. <el-form-item label="评估面积(平):" prop="acreage" label-width="140px"
  388. :rules="{ required: true, message: '评估面积不能为空', trigger: 'blur' }" class="postInfo-container-item">
  389. <el-input :value="target.acreage" disabled readonly
  390. style="width: 100%;">
  391. <template slot="append">
  392. <span>元</span>
  393. </template>
  394. </el-input>
  395. </el-form-item>
  396. </el-col>
  397. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  398. <el-form-item label="评估单价(元):" prop="price" label-width="140px"
  399. :rules="{ required: true, message: '评估单价不能为空', trigger: 'blur' }" class="postInfo-container-item">
  400. <el-input :value="target.price" disabled readonly
  401. style="width: 100%;">
  402. <template slot="append">
  403. <span>元</span>
  404. </template>
  405. </el-input>
  406. </el-form-item>
  407. </el-col>
  408. <el-col :xs="24" :sm="12" :lg="6" :span="6">
  409. <el-form-item label="评估总价(元):" prop="amount" label-width="140px"
  410. :rules="{ required: true, message: '评估总价不能为空', trigger: 'blur' }" class="postInfo-container-item">
  411. <el-input :value="target.amount" disabled readonly
  412. style="width: 100%;">
  413. <template slot="append">
  414. <span>元</span>
  415. </template>
  416. </el-input>
  417. </el-form-item>
  418. </el-col>
  419. </el-row>
  420. </el-form>
  421. </el-tab-pane>
  422. <el-tab-pane name="comparable" class="pane-class" :lazy=true>
  423. <span slot="label"><i class="el-icon-office-building"></i> 可比实例</span>
  424. <div class="createMajor-main-container">
  425. <div class="postInfo-container">
  426. <div>
  427. <el-divider content-position="left">
  428. <h3 class="title">
  429. <div class="avatar-wrapper icon-title">实例</div>
  430. <div class="icon-info">可比实例</div>
  431. </h3>
  432. </el-divider>
  433. </div>
  434. </div>
  435. <el-form ref="compareToForm" :model="compareList" v-if="target.isOnline">
  436. <el-row class="row-style">
  437. <el-col :xs="24" :sm="12" :lg="4" :span="6">
  438. <el-form-item label="修正系数:" prop="fixValue" label-width="120px"
  439. :rules="{ required: true, message: '修正系数不能为空', trigger: 'blur' }" class="postInfo-container-item">
  440. <el-input-number v-model="compareList.fixValue" :step="0.1" :min="1" size="medium" style="width: 100%;"
  441. controls-position="right"></el-input-number>
  442. </el-form-item>
  443. </el-col>
  444. <el-col :xs="24" :sm="12" :lg="4" :span="6">
  445. <el-form-item label="是否划拨:" prop="rightsType" label-width="120px"
  446. :rules="{ required: true, message: '是否划拨不能为空', trigger: 'blur' }" class="postInfo-container-item">
  447. <el-select v-model="compareList.rightsType" placeholder="请选择" @change="selectRightsType()">
  448. <el-option label="划拨" value="ALLOT">划拨</el-option>
  449. <el-option label="出让" value="SELL">出让</el-option>
  450. </el-select>
  451. </el-form-item>
  452. </el-col>
  453. <el-col :xs="24" :sm="12" :lg="4" :span="6" v-show="compareList.rightsType === 'ALLOT'">
  454. <el-form-item label="环线位置:" prop="rollingLevel" label-width="120px"
  455. :rules="{ required: compareList.rightsType === 'ALLOT', message: '是否划拨不能为空', trigger: 'blur' }"
  456. class="postInfo-container-item">
  457. <el-select v-model="compareList.rollingLevel" placeholder="请选择" @change="selectRoll()">
  458. <el-option label="二环内" :value=1>二环内</el-option>
  459. <el-option label="二至三环" :value=2>二至三环</el-option>
  460. <el-option label="三环外" :value=3>三环外</el-option>
  461. </el-select>
  462. </el-form-item>
  463. </el-col>
  464. <el-col :xs="24" :sm="12" :lg="4" :span="6">
  465. <el-form-item label="计算方式:" prop="calculateType" label-width="120px"
  466. :rules="{ required: true, message: '计算方式不能为空', trigger: 'blur' }" class="postInfo-container-item">
  467. <el-select v-model="compareList.calculateType" clearable placeholder="请选择"
  468. @change="selectCalculateType()">
  469. <el-option label="简单算术平均" value="SIMPLE">简单算术平均</el-option>
  470. <el-option label="加权算术平均" value="WEIGHT">加权算术平均</el-option>
  471. </el-select>
  472. </el-form-item>
  473. </el-col>
  474. </el-row>
  475. <el-table v-loading="calculating" element-loading-text="正在计算..." element-loading-spinner="el-icon-loading"
  476. element-loading-background="rgba(144, 147, 153, 0.5)" :data="compareList.analysisData" border="border"
  477. stripe :header-cell-style="{ color: '#333333' }" style="
  478. border-left: 1px solid #ebeced;
  479. border-right: 1px solid #ebeced;
  480. color: #333333; font-size: 16px;">
  481. <el-table-column prop="index" label="指标" width="180" align="center">
  482. <template scope="scope">
  483. <span v-if="requiredIndex.includes(scope.row.index)" style="color:red">* </span>
  484. <span>{{ scope.row.index }}</span>
  485. </template>
  486. </el-table-column>
  487. <el-table-column prop="compareA" label="实例A" align="center">
  488. <template scope="scope" style="float:right">
  489. <div v-if="needWeight.includes(scope.row.index)">
  490. <el-input style="width:60%" v-model="scope.row.compareA.valueA" />
  491. <el-input-number v-model="scope.row.compareA.weight" :max="150" :min="1" size="small"
  492. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  493. </div>
  494. <div v-else-if="scope.row.index === '市场状况'">
  495. <el-date-picker v-model="scope.row.compareA.valueA" type="month" style="width:60%" placeholder="选择月">
  496. </el-date-picker>
  497. <el-input-number v-model="scope.row.compareA.weight" :max="150" :min="1" size="small"
  498. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  499. </div>
  500. <div v-else-if="scope.row.index === '楼层/总楼层'">
  501. <el-input style="width:26%" v-model="scope.row.compareA.valueA" />
  502. <span style="margin-left:2%;margin-right:2%">/</span>
  503. <el-input style="width:26%" v-model="scope.row.compareA.valueB" />
  504. <el-input-number v-model="scope.row.compareA.weight" :min="1" :max="150" size="small"
  505. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  506. </div>
  507. <div v-else-if="scope.row.index === '修正后价格'">
  508. <span v-if="scope.row.compareA.valueA"
  509. style="color:RGB(144,147,153);font-weight:bold;font-size:20px">¥{{ parseFloat(scope.row.compareA.valueA).toLocaleString() }}</span>
  510. </div>
  511. <div v-else-if="scope.row.index === '权重'">
  512. <el-input-number v-if="compareList.calculateType === 'WEIGHT'" v-model="scope.row.compareA.valueA"
  513. style="width:100%;" :min="0" :max="1" size="small" :step="0.1"
  514. controls-position="right"></el-input-number>
  515. </div>
  516. <div v-else-if="scope.row.index === '总价(元)'">
  517. <span v-if="scope.row.compareA.valueA"
  518. style="color:RGB(144,147,153);font-weight:bold;font-size:16px">¥{{ parseFloat(scope.row.compareA.valueA).toLocaleString() }}</span>
  519. </div>
  520. <div v-else-if="scope.row.index === '单价(元)'">
  521. <el-input-number v-model="scope.row.compareA.valueA" style="width:100%;" :min="0" size="small"
  522. controls-position="right"></el-input-number>
  523. </div>
  524. <div v-else-if="scope.row.index === '室内装饰'">
  525. <el-select v-model="scope.row.compareA.valueA" placeholder="请选择" style="width:60%">
  526. <el-option label="精装" value="精装">精装</el-option>
  527. <el-option label="中等装修" value="中等装修">中等装修</el-option>
  528. <el-option label="简装" value="简装">简装</el-option>
  529. <el-option label="清水" value="清水">清水</el-option>
  530. </el-select>
  531. <el-input-number v-model="scope.row.compareA.weight" :max="150" :min="1" size="small"
  532. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  533. </div>
  534. <div v-else>
  535. <el-input style="width:100%" v-model="scope.row.compareA.valueA" />
  536. </div>
  537. </template>
  538. </el-table-column>
  539. <el-table-column prop="compareB" label="实例B" align="center">
  540. <template scope="scope" style="float:right">
  541. <div v-if="needWeight.includes(scope.row.index)">
  542. <el-input style="width:60%" v-model="scope.row.compareB.valueA" />
  543. <el-input-number v-model="scope.row.compareB.weight" :max="150" :min="1" size="small"
  544. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  545. </div>
  546. <div v-else-if="scope.row.index === '市场状况'">
  547. <el-date-picker v-model="scope.row.compareB.valueA" type="month" style="width:60%" placeholder="选择月">
  548. </el-date-picker>
  549. <el-input-number v-model="scope.row.compareB.weight" :max="150" :min="1" size="small"
  550. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  551. </div>
  552. <div v-else-if="scope.row.index === '楼层/总楼层'">
  553. <el-input style="width:26%" v-model="scope.row.compareB.valueA" />
  554. <span style="margin-left:2%;margin-right:2%">/</span>
  555. <el-input style="width:26%" v-model="scope.row.compareB.valueB" />
  556. <el-input-number v-model="scope.row.compareB.weight" :min="1" :max="150" size="small"
  557. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  558. </div>
  559. <div v-else-if="scope.row.index === '修正后价格'">
  560. <span v-if="scope.row.compareB.valueA"
  561. style="color:RGB(144,147,153);font-weight:bold;font-size:20px">¥{{ parseFloat(scope.row.compareB.valueA).toLocaleString() }}</span>
  562. </div>
  563. <div v-else-if="scope.row.index === '权重'">
  564. <el-input-number v-if="compareList.calculateType === 'WEIGHT'" v-model="scope.row.compareB.valueA"
  565. style="width:100%;" :min="0" :max="1" size="small" :step="0.1"
  566. controls-position="right"></el-input-number>
  567. </div>
  568. <div v-else-if="scope.row.index === '总价(元)'">
  569. <span v-if="scope.row.compareB.valueA"
  570. style="color:RGB(144,147,153);font-weight:bold;font-size:16px">¥{{ parseFloat(scope.row.compareB.valueA).toLocaleString() }}</span>
  571. </div>
  572. <div v-else-if="scope.row.index === '单价(元)'">
  573. <el-input-number v-model="scope.row.compareB.valueA" style="width:100%;" :min="0" size="small"
  574. controls-position="right"></el-input-number>
  575. </div>
  576. <div v-else-if="scope.row.index === '室内装饰'">
  577. <el-select v-model="scope.row.compareB.valueA" placeholder="请选择" style="width:60%">
  578. <el-option label="精装" value="精装">精装</el-option>
  579. <el-option label="中等装修" value="中等装修">中等装修</el-option>
  580. <el-option label="简装" value="简装">简装</el-option>
  581. <el-option label="清水" value="清水">清水</el-option>
  582. </el-select>
  583. <el-input-number v-model="scope.row.compareB.weight" :max="150" :min="1" size="small"
  584. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  585. </div>
  586. <div v-else>
  587. <el-input style="width:100%" v-model="scope.row.compareB.valueA" />
  588. </div>
  589. </template>
  590. </el-table-column>
  591. <el-table-column prop="compareC" label="实例C" align="center">
  592. <template scope="scope" style="float:right">
  593. <div v-if="needWeight.includes(scope.row.index)">
  594. <el-input style="width:60%" v-model="scope.row.compareC.valueA" />
  595. <el-input-number v-model="scope.row.compareC.weight" :max="150" :min="1" size="small"
  596. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  597. </div>
  598. <div v-else-if="scope.row.index === '市场状况'">
  599. <el-date-picker v-model="scope.row.compareC.valueA" type="month" style="width:60%" placeholder="选择月">
  600. </el-date-picker>
  601. <el-input-number v-model="scope.row.compareC.weight" :max="150" :min="1" size="small"
  602. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  603. </div>
  604. <div v-else-if="scope.row.index === '楼层/总楼层'">
  605. <el-input style="width:26%" v-model="scope.row.compareC.valueA" />
  606. <span style="margin-left:2%;margin-right:2%">/</span>
  607. <el-input style="width:26%" v-model="scope.row.compareC.valueB" />
  608. <el-input-number v-model="scope.row.compareC.weight" :min="1" :max="150" size="small"
  609. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  610. </div>
  611. <div v-else-if="scope.row.index === '修正后价格'">
  612. <span v-if="scope.row.compareC.valueA"
  613. style="color:RGB(144,147,153);font-weight:bold;font-size:20px">¥{{ parseFloat(scope.row.compareC.valueA).toLocaleString() }}</span>
  614. </div>
  615. <div v-else-if="scope.row.index === '权重'">
  616. <el-input-number v-if="compareList.calculateType === 'WEIGHT'" v-model="scope.row.compareC.valueA"
  617. style="width:100%;" :min="0" :max="1" size="small" :step="0.1"
  618. controls-position="right"></el-input-number>
  619. </div>
  620. <div v-else-if="scope.row.index === '总价(元)'">
  621. <span v-if="scope.row.compareC.valueA"
  622. style="color:RGB(144,147,153);font-weight:bold;font-size:16px">¥{{ parseFloat(scope.row.compareC.valueA).toLocaleString() }}</span>
  623. </div>
  624. <div v-else-if="scope.row.index === '单价(元)'">
  625. <el-input-number v-model="scope.row.compareC.valueA" style="width:100%;" :min="0" size="small"
  626. controls-position="right"></el-input-number>
  627. </div>
  628. <div v-else-if="scope.row.index === '室内装饰'">
  629. <el-select v-model="scope.row.compareC.valueA" placeholder="请选择" style="width:60%">
  630. <el-option label="精装" value="精装">精装</el-option>
  631. <el-option label="中等装修" value="中等装修">中等装修</el-option>
  632. <el-option label="简装" value="简装">简装</el-option>
  633. <el-option label="清水" value="清水">清水</el-option>
  634. </el-select>
  635. <el-input-number v-model="scope.row.compareC.weight" :max="150" :min="1" size="small"
  636. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  637. </div>
  638. <div v-else>
  639. <el-input style="width:100%" v-model="scope.row.compareC.valueA" />
  640. </div>
  641. </template>
  642. </el-table-column>
  643. <el-table-column prop="target" label="评估对象" align="center">
  644. <template scope="scope" style="float:right">
  645. <div v-if="needWeight.includes(scope.row.index)">
  646. <el-input style="width:60%" v-model="scope.row.target.valueA" />
  647. <el-input-number v-model="scope.row.target.weight" :min="1" size="small" controls-position="right"
  648. style="width:30%;margin-left:10%"></el-input-number>
  649. </div>
  650. <div v-else-if="scope.row.index === '市场状况'">
  651. <el-date-picker v-model="scope.row.target.valueA" type="month" style="width:60%" placeholder="选择月">
  652. </el-date-picker>
  653. <el-input-number v-model="scope.row.target.weight" :max="150" :min="1" size="small"
  654. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  655. </div>
  656. <div v-else-if="scope.row.index === '楼层/总楼层'">
  657. <el-input style="width:26%" v-model="scope.row.target.valueA" />
  658. <span style="margin-left:2%;margin-right:2%">/</span>
  659. <el-input style="width:26%" v-model="scope.row.target.valueB" />
  660. <el-input-number v-model="scope.row.target.weight" :max="150" :min="1" size="small"
  661. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  662. </div>
  663. <div v-else-if="scope.row.index === '修正后价格'">
  664. <span v-if="scope.row.target.valueA"
  665. style="color:red;font-weight:bold;font-size:20px">¥{{ parseFloat(scope.row.target.valueA).toLocaleString() }}</span>
  666. </div>
  667. <div v-else-if="scope.row.index === '权重'">
  668. <el-input-number v-if="false" v-model="scope.row.target.valueA" style="width:100%;" :min="0" :max="1"
  669. size="small" :step="0.1" controls-position="right"></el-input-number>
  670. </div>
  671. <div v-else-if="scope.row.index === '总价(元)' || scope.row.index === '单价(元)'">
  672. <span v-if="scope.row.target.valueA"
  673. style="color:red;font-weight:bold;font-size:16px">¥{{ parseFloat(scope.row.target.valueA).toLocaleString() }}</span>
  674. </div>
  675. <div v-else-if="scope.row.index === '室内装饰'">
  676. <el-select v-model="scope.row.target.valueA" placeholder="请选择" style="width:60%">
  677. <el-option label="精装" value="精装">精装</el-option>
  678. <el-option label="中等装修" value="中等装修">中等装修</el-option>
  679. <el-option label="简装" value="简装">简装</el-option>
  680. <el-option label="清水" value="清水">清水</el-option>
  681. </el-select>
  682. <el-input-number v-model="scope.row.target.weight" :max="150" :min="1" size="small"
  683. controls-position="right" style="width:30%;margin-left:10%"></el-input-number>
  684. </div>
  685. <div v-else>
  686. <el-input style="width:100%" v-model="scope.row.target.valueA" />
  687. </div>
  688. </template>
  689. </el-table-column>
  690. </el-table>
  691. </el-form>
  692. </div>
  693. </el-tab-pane>
  694. <el-tab-pane name="certificateInfo" class="pane-class" :lazy=true>
  695. <span slot="label"><i class="el-icon-postcard"></i> 证件信息</span>
  696. <el-tabs v-model="certificateInfo" v-if="certificateInfo!=null">
  697. <el-tab-pane name="HOUSE_CERTIFICATE" class="pane-class" :lazy=true v-if="houseShow">
  698. <span slot="label"><i class="el-icon-postcard"></i> 房产证</span>
  699. <HouseCertificate @custom-event="getPersonalTarget()" :id="target.id" :linkAttributes="linkAttributes"
  700. :houseCertificateObject="target.houseCertificate" :editStatus="certificateCouldEdit">
  701. </HouseCertificate>
  702. </el-tab-pane>
  703. <el-tab-pane name="LAND_CERTIFICATE" class="pane-class" :lazy=true v-if="landShow">
  704. <span slot="label"><i class="el-icon-postcard"></i> 国土证</span>
  705. <LandCertificate @custom-event="getPersonalTarget()" :id="target.id"
  706. :landCertificateObject="target.landCertificate" :editStatus="certificateCouldEdit"></LandCertificate>
  707. </el-tab-pane>
  708. <el-tab-pane name="IMMOVABLE_CERTIFICATE" class="pane-class" :lazy=true v-if="immovalbeShow">
  709. <span slot="label"><i class="el-icon-postcard"></i> 不动产权证</span>
  710. <ImmovableCertificate @custom-event="getPersonalTarget()" :id="target.id" :linkAttributes="linkAttributes"
  711. :immovableCertificateObject="target.immovableCertificate" :editStatus="certificateCouldEdit">
  712. </ImmovableCertificate>
  713. </el-tab-pane>
  714. </el-tabs>
  715. <span v-else style="color: RGB(168,168,168)">未提供任何证件信息</span>
  716. </el-tab-pane>
  717. <el-tab-pane name="otherInfo" class="pane-class" :lazy=true>
  718. <span slot="label"><i class="el-icon-chat-line-square"></i> 附加信息</span>
  719. <el-tabs v-model="otherInfo">
  720. <el-tab-pane name="entityInfo" class="pane-class" :lazy=true>
  721. <span slot="label"><i class="el-icon-paperclip"></i> 实物状况</span>
  722. <EntityInfo @custom-event="getPersonalTarget()" ref="entityCompent" :id="target.id"
  723. :linkAttributes="linkAttributes" :entityInfoObject="target.entityInfo" :editStatus="certificateCouldEdit">
  724. </EntityInfo>
  725. </el-tab-pane>
  726. <el-tab-pane name="backgroundInfo" class="pane-class" :lazy=true>
  727. <span slot="label"><i class="el-icon-paperclip"></i> 区位状况</span>
  728. <BackgroundInfo @custom-event="getPersonalTarget()" :id="target.id"
  729. :backgroundInfoObject="target.backgroundInfo" :editStatus="certificateCouldEdit"></BackgroundInfo>
  730. </el-tab-pane>
  731. <el-tab-pane name="sellingAbilityInfo" class="pane-class" :lazy=true>
  732. <span slot="label"><i class="el-icon-paperclip"></i> 变现能力</span>
  733. <SellingAbilityInfo @custom-event="getPersonalTarget()" :id="target.id"
  734. :sellingAbilityInfoObject="target.sellingAbility" :editStatus="certificateCouldEdit"></SellingAbilityInfo>
  735. </el-tab-pane>
  736. </el-tabs>
  737. </el-tab-pane>
  738. <el-tab-pane name="producution" class="pane-class" :lazy=true>
  739. <span slot="label"><i class="el-icon-document-checked"></i> 产品信息</span>
  740. <div class="createMajor-main-container"
  741. v-if="currentNode.code === 'QUOTATION_FEEDBACK' || currentNode.code === 'STATEMENT_FEEDBACK'">
  742. <div class="postInfo-container">
  743. <div>
  744. <el-divider content-position="left">
  745. <h3 class="title">
  746. <div class="avatar-wrapper icon-title">反馈</div>
  747. <div class="icon-info">客户反馈</div>
  748. </h3>
  749. </el-divider>
  750. </div>
  751. <el-form ref="feedbackFrom" class="form-container" style="margin-top:30px" :rules="rules">
  752. <el-row>
  753. <el-col :xs="24" :sm="12" :lg="8" :span="6">
  754. <el-form-item label="出具产品类型:" prop="production" label-width="160px" class="postInfo-container-item">
  755. <el-checkbox-group v-model="feedback" style="width:300px">
  756. <el-checkbox-button label="STATEMENT" name="production">价值意见书</el-checkbox-button>
  757. <el-checkbox-button label="REPORT" name="production">报告</el-checkbox-button>
  758. <el-checkbox-button label="LETTER" name="production">复评函</el-checkbox-button>
  759. <el-tooltip class="item" effect="dark" content="只出具价值意见书,不再出具其他产品。" placement="top-start">
  760. <el-checkbox-button v-if="currentNode.nodeCode === 'STATEMENT_FEEDBACK'" label="NONE"
  761. name="production">不再出具</el-checkbox-button>
  762. </el-tooltip>
  763. </el-checkbox-group>
  764. </el-form-item>
  765. </el-col>
  766. </el-row>
  767. </el-form>
  768. </div>
  769. </div>
  770. <div class="createMajor-main-container">
  771. <div class="postInfo-container">
  772. <div>
  773. <el-divider content-position="left">
  774. <h3 class="title">
  775. <div class="avatar-wrapper icon-title">产品</div>
  776. <div class="icon-info">产品信息</div>
  777. </h3>
  778. </el-divider>
  779. </div>
  780. </div>
  781. </div>
  782. <div style="display: flex;margin-top: 100px; width: 100%;">
  783. <el-card :body-style="{ padding: '0px' }" shadow="always"
  784. style="margin-left: 5%; margin-right: 5%; width: 20%;" v-if="hasStatement">
  785. <img :src="statementCardPNG" class="image">
  786. <div style="padding: 14px;">
  787. <span>房地产意见书</span>
  788. <span class="checked">{{ statementProd.checkState }}<i v-if="statementProd.checkState"
  789. class="el-icon-circle-check"></i></span>
  790. <time class="time">{{ statementProd.modified }}</time>
  791. <div class="control">
  792. <el-button type="text" class="button" @click="doStamp(statementProd.files)" disabled>加盖公章</el-button>
  793. <el-button type="text" class="button" @click="warehouse()" disabled>出入库</el-button>
  794. <el-button type="text" class="button" @click="genProductionFile(1)" disabled>系统生成</el-button>
  795. </div>
  796. </div>
  797. <el-upload style="position: relative; top: -10px; padding: 10px;"
  798. :action="'/api/personalProduction/upload/' + target.id + '/1'" :file-list="statementProd.files" disabled>
  799. <el-button type="text" style="position: relative; left: 10px;top: -4px;" disabled>手动上传</el-button>
  800. </el-upload>
  801. </el-card>
  802. <el-card :body-style="{ padding: '0px' }" shadow="always"
  803. style="margin-left: 5%; margin-right: 5%;width: 20%;" v-if="hasReport">
  804. <img :src="technicCardPNG" class="image">
  805. <div style="padding: 14px;">
  806. <span>技术报告</span>
  807. <span class="checked">{{ technicReportProd.checkState }}<i v-if="technicReportProd.checkState"
  808. class="el-icon-circle-check"></i></span>
  809. <time class="time">{{ technicReportProd.modified }}</time>
  810. <div class="control">
  811. <el-button type="text" class="button" @click="doStamp(technicReportProd.files)"
  812. disabled>加盖公章</el-button>
  813. <el-button type="text" class="button" @click="warehouse()" disabled>出入库</el-button>
  814. <el-button type="text" class="button" @click="genProductionFile(2)" disabled>系统生成</el-button>
  815. </div>
  816. </div>
  817. <el-upload style="position: relative; top: -10px; padding: 10px;"
  818. :action="'/api/personalProduction/upload/' + target.id + '/2'" :file-list="technicReportProd.files">
  819. <el-button type="text" style="position: relative; left: 10px;top: -4px;" disabled>手动上传</el-button>
  820. </el-upload>
  821. </el-card>
  822. <el-card :body-style="{ padding: '0px' }" shadow="always" style="margin-left: 5%; margin-right: 5%;width: 20%;"
  823. v-if="hasReport">
  824. <img :src="finalCardPNG" class="image">
  825. <div style="padding: 14px;">
  826. <span>结果报告</span>
  827. <span class="checked">{{ finalReprotProd.checkState }}<i v-if="finalReprotProd.checkState"
  828. class="el-icon-circle-check"></i></span>
  829. <time class="time">{{ finalReprotProd.modified }}</time>
  830. <div class="control">
  831. <el-button type="text" class="button" @click="doStamp(finalReprotProd.files)" disabled>加盖公章</el-button>
  832. <el-button type="text" class="button" @click="warehouse()" disabled>出入库</el-button>
  833. <el-button type="text" class="button" @click="genProductionFile(3)" disabled>系统生成</el-button>
  834. </div>
  835. </div>
  836. <el-upload style="position: relative; top: -10px;padding: 10px;"
  837. :action="'/api/personalProduction/upload/' + target.id + '/3'" :file-list="finalReprotProd.files">
  838. <el-button type="text" style="position: relative; left: 10px;top: -4px;" disabled>手动上传</el-button>
  839. </el-upload>
  840. </el-card>
  841. </div>
  842. </el-tab-pane>
  843. <el-tab-pane name="workflowLog" class="pane-class" :lazy=true>
  844. <span slot="label"><i class="el-icon-date"></i> 流程日志</span>
  845. <div class="createMajor-main-container">
  846. <div class="postInfo-container">
  847. <div>
  848. <el-divider content-position="left">
  849. <h3 class="title">
  850. <div class="avatar-wrapper icon-title">日志</div>
  851. <div class="icon-info">流程审批日志</div>
  852. </h3>
  853. </el-divider>
  854. </div>
  855. </div>
  856. </div>
  857. <el-table :data="workflowLogs" stripe :header-row-style="{ color: '#333333' }" border
  858. style="width: 100%; margin-top:20px">
  859. <el-table-column prop="nodeName" label="节点名称" align="center">
  860. </el-table-column>
  861. <el-table-column prop="state" label="处理结果" align="center">
  862. </el-table-column>
  863. <el-table-column prop="handlerName" label="处理人" align="center">
  864. </el-table-column>
  865. <el-table-column prop="longTime" label="处理时长" align="center">
  866. </el-table-column>
  867. <el-table-column prop="created" label="处理时间" align="center">
  868. </el-table-column>
  869. <el-table-column prop="comments" label="处理意见" align="center" show-overflow-tooltip>
  870. </el-table-column>
  871. </el-table>
  872. </el-tab-pane>
  873. </el-tabs>
  874. </div>
  875. </template>
  876. <script>
  877. import YDetailPageLayout from '@/components/YDetailPageLayout/index_detail'
  878. import WorkflowBoard from '@/components/workflowBoard'
  879. import HouseCertificate from '@/components/personalForms/houseCertificate'
  880. import LandCertificate from '@/components/personalForms/landCertificate'
  881. import ImmovableCertificate from '@/components/personalForms/immovableCertificate'
  882. import EntityInfo from '@/components/personalForms/entityInfo'
  883. import BackgroundInfo from '@/components/personalForms/backgroundInfo'
  884. import SellingAbilityInfo from '@/components/personalForms/sellingAbilityInfo'
  885. import existPNG from '@/assets/images/exist.png'
  886. import emptyPNG from '@/assets/images/empty.png'
  887. export default {
  888. name: 'personalTodoDetail',
  889. components: {
  890. YDetailPageLayout,
  891. WorkflowBoard,
  892. HouseCertificate,
  893. LandCertificate,
  894. ImmovableCertificate,
  895. EntityInfo,
  896. BackgroundInfo,
  897. SellingAbilityInfo
  898. },
  899. watch: {
  900. personal: {
  901. handler(newVal, oldVal) {
  902. if (newVal.outwardStaff) {
  903. this.outwardStaffTip = false;
  904. } else {
  905. this.outwardStaffTip = true;
  906. }
  907. this.certificateInfo = newVal.credentials[0];
  908. if (newVal.credentials.includes("HOUSE_CERTIFICATE")){
  909. this.houseShow = true;
  910. }else{
  911. this.houseShow = false;
  912. }
  913. if (newVal.credentials.includes("LAND_CERTIFICATE")){
  914. this.landShow = true;
  915. }else{
  916. this.landShow = false;
  917. }
  918. if (newVal.credentials.includes("IMMOVABLE_CERTIFICATE")){
  919. this.immovalbeShow = true;
  920. }else{
  921. this.immovalbeShow = false;
  922. }
  923. },
  924. deep: true
  925. },
  926. activeTagName: {
  927. handler(newVal, oldVal) {
  928. if (newVal != 'order') {
  929. this.outwardStaffTip = false;
  930. }
  931. },
  932. },
  933. target: {
  934. handler(newVal, oldVal) {
  935. if (newVal.acreage != null && newVal.price != null) {
  936. newVal.amount = Math.round(newVal.acreage * newVal.price)
  937. }
  938. if (newVal.id) {
  939. this.getProductions();
  940. }
  941. },
  942. deep: true
  943. },
  944. feedback: {
  945. handler(newVal, oldVal) {
  946. if (newVal != oldVal) {
  947. this.$refs.board.getInstanceQueue();
  948. }
  949. },
  950. deep: true
  951. }
  952. },
  953. computed: {
  954. certificateCouldEdit() {
  955. let currentNodeCode = this.$route.query.currentNodeCode;
  956. if (currentNodeCode === 'GENERATE_STATEMENT') {
  957. return true;
  958. } else {
  959. return false;
  960. }
  961. },
  962. },
  963. data() {
  964. return {
  965. rules: {
  966. outwardStaff: [
  967. { required: true, message: '外业人员不能为空', trigger: 'blur' },
  968. ],
  969. },
  970. workflowLogs: [],
  971. activeName: 'workflowInfo',
  972. activeTagName: 'order',
  973. nodeBusinessInfo: {
  974. currentNodePermission: {
  975. commit: true,
  976. reversible: true,
  977. restartable: true,
  978. terminable: true,
  979. skippable: true,
  980. },
  981. mainBusiness: "PERSONAL_BUSINESS",
  982. doWorkflow: false,
  983. businessId: null,
  984. currentNodeInstanceId: null,
  985. currentNodeInstanceCode: null,
  986. production: [],
  987. businessSubId: null,
  988. ifFeedback: null,
  989. ccId: null
  990. },
  991. currentNode: {
  992. flowId: null,
  993. pnodeId: null,
  994. nodeId: null,
  995. flowCode: null,
  996. nodeName: "",
  997. nodeCode: null,
  998. state: "",
  999. instanceId: null,
  1000. sequence: null,
  1001. restartable: null,
  1002. reversible: null,
  1003. skippable: null,
  1004. terminable: null,
  1005. tasks: []
  1006. },
  1007. personal: {
  1008. id: null,
  1009. clientManagerId: null,
  1010. clientManager: null,
  1011. evaluateAim: null,
  1012. purpose: [],
  1013. location: null,
  1014. clienteleType: null,
  1015. clienteleId: null,
  1016. cclienteleName: null,
  1017. cclienteleSubName: null,
  1018. agent: null,
  1019. cclienteleContactName: null,
  1020. cmobile: null,
  1021. cdepartment: null,
  1022. cduty: null,
  1023. loanNature: null,
  1024. loanAim: null,
  1025. loanLimit: null,
  1026. loanPeriod: null,
  1027. loanExpire: false,
  1028. credentials: [],
  1029. bailorA: null,
  1030. bailorATel: null,
  1031. bailorB: null,
  1032. bailorBTel: null,
  1033. terminalClienteleType: null,
  1034. tterminalClienteleName: null,
  1035. tterminalClienteleContactName: null,
  1036. tmobile: null,
  1037. remark: null,
  1038. inwardStaffName: null,
  1039. outwardStaff: null,
  1040. outwardStaffName: null,
  1041. pricingStaffName: null,
  1042. inwardStaffName: null,
  1043. },
  1044. outwardStaffs: [],
  1045. outwardStaffTip: true,
  1046. certificateName: null,
  1047. otherInfo: null,
  1048. target: {
  1049. id: null,
  1050. personalId: null,
  1051. location: null,
  1052. acreage: null,
  1053. amount: null,
  1054. price: null,
  1055. isOnline: false,
  1056. feedback: null,
  1057. houseCertificate: null,
  1058. landCertificate: null,
  1059. immovableCertificate: null,
  1060. entityInfo: null,
  1061. backgroundInfo: null,
  1062. sellingAbility: null,
  1063. sellMoney: null,
  1064. sellMoneyBase: null,
  1065. sellMoneyRate: null
  1066. },
  1067. compareList: {
  1068. targetId: null,
  1069. calculateId: null,
  1070. fixValue: 1,
  1071. rightsType: 'SELL',
  1072. rollingLevel: 1,
  1073. calculateType: 'SIMPLE',
  1074. method: 'COMPARE',
  1075. analysisData: [
  1076. {
  1077. "sorted": null,
  1078. "index": "坐落",
  1079. "compareA": { valueA: null },
  1080. "compareB": { valueA: null },
  1081. "compareC": { valueA: null },
  1082. "target": { valueA: null },
  1083. },
  1084. {
  1085. "sorted": null,
  1086. "index": "总价(元)",
  1087. "compareA": { valueA: null },
  1088. "compareB": { valueA: null },
  1089. "compareC": { valueA: null },
  1090. "target": { valueA: null },
  1091. },
  1092. {
  1093. "sorted": null,
  1094. "index": "单价(元)",
  1095. "compareA": { valueA: null },
  1096. "compareB": { valueA: null },
  1097. "compareC": { valueA: null },
  1098. "target": { valueA: null },
  1099. },
  1100. {
  1101. "sorted": null,
  1102. "index": "市场状况",
  1103. "compareA": { valueA: null, weight: 100 },
  1104. "compareB": { valueA: null, weight: 100 },
  1105. "compareC": { valueA: null, weight: 100 },
  1106. "target": { valueA: null, weight: 100 },
  1107. },
  1108. {
  1109. "sorted": null,
  1110. "index": "所在楼栋",
  1111. "compareA": { valueA: '对中庭', weight: 100 },
  1112. "compareB": { valueA: '对中庭', weight: 100 },
  1113. "compareC": { valueA: '对中庭', weight: 100 },
  1114. "target": { valueA: '对中庭', weight: 100 },
  1115. },
  1116. {
  1117. "sorted": null,
  1118. "index": "建筑面积(平)",
  1119. "compareA": { valueA: 0, weight: 100 },
  1120. "compareB": { valueA: 0, weight: 100 },
  1121. "compareC": { valueA: 0, weight: 100 },
  1122. "target": { valueA: 0, weight: 100 },
  1123. },
  1124. {
  1125. "sorted": null,
  1126. "index": "楼层/总楼层",
  1127. "compareA": { valueA: null, valueb: null, weight: 100 },
  1128. "compareB": { valueA: null, valueb: null, weight: 100 },
  1129. "compareC": { valueA: null, valueb: null, weight: 100 },
  1130. "target": { valueA: null, valueb: null, weight: 100 },
  1131. },
  1132. {
  1133. "sorted": null,
  1134. "index": "户型",
  1135. "compareA": { valueA: null, weight: 100 },
  1136. "compareB": { valueA: null, weight: 100 },
  1137. "compareC": { valueA: null, weight: 100 },
  1138. "target": { valueA: null, weight: 100 },
  1139. },
  1140. {
  1141. "sorted": null,
  1142. "index": "室内装饰",
  1143. "compareA": { valueA: '精装', weight: 100 },
  1144. "compareB": { valueA: '精装', weight: 100 },
  1145. "compareC": { valueA: '精装', weight: 100 },
  1146. "target": { valueA: '精装', weight: 100 },
  1147. },
  1148. {
  1149. "sorted": null,
  1150. "index": "其他",
  1151. "compareA": { valueA: null, weight: 100 },
  1152. "compareB": { valueA: null, weight: 100 },
  1153. "compareC": { valueA: null, weight: 100 },
  1154. "target": { valueA: null, weight: 100 },
  1155. },
  1156. {
  1157. "sorted": null,
  1158. "index": "修正后价格",
  1159. "compareA": { valueA: null },
  1160. "compareB": { valueA: null },
  1161. "compareC": { valueA: null },
  1162. "target": { valueA: null },
  1163. }
  1164. ],
  1165. price: null,
  1166. amount: null,
  1167. acreage: null,
  1168. sellMoney: null,
  1169. sellMoneyBase: null,
  1170. sellMoneyRate: null
  1171. },
  1172. needWeight: ['所在楼栋', '建筑面积(平)', '户型', '其他'],
  1173. requiredIndex: ['单价(元)', '坐落', '市场状况', '所在楼栋', '建筑面积(平)', '户型', '室内装饰', '楼层/总楼层', '权重'],
  1174. calculateWeight: {
  1175. "sorted": null,
  1176. "index": "权重",
  1177. "compareA": { valueA: null },
  1178. "compareB": { valueA: null },
  1179. "compareC": { valueA: null },
  1180. "target": { valueA: null },
  1181. },
  1182. calculating: false,
  1183. decideProductionTypeDialog: false,
  1184. linkAttributes: {
  1185. location: null,
  1186. bailor1: null,
  1187. bailor1Tel: null,
  1188. bailor2: null,
  1189. bailor2Tel: null,
  1190. acreage: null,
  1191. allFloor: null,
  1192. purpose: null,
  1193. ownerName: null,
  1194. atFloor: null
  1195. },
  1196. statementProd: {
  1197. id: null,
  1198. targetId: null,
  1199. files: [],
  1200. created: null,
  1201. checkSatae: null
  1202. },
  1203. technicReportProd: {
  1204. id: null,
  1205. targetId: null,
  1206. files: [],
  1207. created: null,
  1208. checkSatae: null
  1209. },
  1210. finalReprotProd: {
  1211. id: null,
  1212. targetId: null,
  1213. files: [],
  1214. created: null,
  1215. checkSatae: null
  1216. },
  1217. statementCardPNG: emptyPNG,
  1218. technicCardPNG: emptyPNG,
  1219. finalCardPNG: emptyPNG,
  1220. outWarehouseDialog: false,
  1221. inWarehouseDialog: false,
  1222. warehouseTip: null,
  1223. productionId: null,
  1224. hasStatement: false,
  1225. hasReport: false,
  1226. feedback: null,
  1227. checkDialog: false,
  1228. checkProDTO: {
  1229. targetId: null,
  1230. production: null
  1231. },
  1232. sceneForm: {
  1233. id: null,
  1234. personalId: null,
  1235. inRingDewlling: null,
  1236. outRingDewlling: null,
  1237. inRingBuilding: null,
  1238. outRingBuilding: null,
  1239. remark: null
  1240. },
  1241. otherInfo: 'entityInfo',
  1242. certificateInfo: null,
  1243. houseShow:false,
  1244. immovalbeShow:false,
  1245. landShow:false,
  1246. qrCodeUrl:null
  1247. }
  1248. },
  1249. created() {
  1250. this.personalId = this.$route.query.id;
  1251. this.businessSubId = this.$route.query.orderId;
  1252. this.nodeName = this.$route.query.currentNodeName;
  1253. this.nodeBusinessInfo.doWorkflow = false
  1254. this.nodeBusinessInfo.businessId = this.$route.query.id;
  1255. this.nodeBusinessInfo.businessSubId = this.$route.query.orderId;
  1256. this.getPersonalTarget();
  1257. this.getPersonal();
  1258. this.getOutWardStaffList();
  1259. this.getWorkflowLogs();
  1260. this.getCurrentNodeInfo();
  1261. this.getProductions();
  1262. this.getScene();
  1263. },
  1264. methods: {
  1265. getPersonal() {
  1266. if (this.personalId) {
  1267. this.$api.personal.detail(this.personalId).then(res => {
  1268. if (res.code === 200) {
  1269. res.data.credentials = JSON.parse(res.data.credentials);
  1270. res.data.purpose = JSON.parse(res.data.purpose);
  1271. this.personal = res.data;
  1272. this.linkAttributes.location = this.personal.location;
  1273. this.linkAttributes.bailor1 = this.personal.bailorA;
  1274. this.linkAttributes.bailor1Tel = this.personal.bailoraTel;
  1275. this.linkAttributes.bailor2 = this.personal.bailorB;
  1276. this.linkAttributes.bailor2Tel = this.personal.bailorbTel;
  1277. this.linkAttributes.purpose = this.personal.purpose;
  1278. if (this.personal.evaluateAim === '抵押') {
  1279. this.linkAttributes.ownerName = this.personal.bailorA;
  1280. }
  1281. this.nodeBusinessInfo.ccId = this.personal.clienteleId;
  1282. }
  1283. })
  1284. }
  1285. },
  1286. getPersonalTarget() {
  1287. if (this.personalId) {
  1288. this.$api.personalTarget.detail(this.personalId).then(res => {
  1289. if (res.code === 200) {
  1290. this.target = res.data;
  1291. this.linkAttributes.acreage = this.target.acreage;
  1292. if (res.data.isOnline) {
  1293. this.getCaluateTable(res.data.id)
  1294. }
  1295. if (res.data.houseCertificate) {
  1296. this.target.houseCertificate = JSON.parse(res.data.houseCertificate);
  1297. }
  1298. if (res.data.landCertificate) {
  1299. this.target.landCertificate = JSON.parse(res.data.landCertificate);
  1300. }
  1301. if (res.data.immovableCertificate) {
  1302. this.target.immovableCertificate = JSON.parse(res.data.immovableCertificate);
  1303. }
  1304. if (res.data.entityInfo) {
  1305. this.target.entityInfo = JSON.parse(res.data.entityInfo);
  1306. }
  1307. if (res.data.backgroundInfo) {
  1308. this.target.backgroundInfo = JSON.parse(res.data.backgroundInfo);
  1309. }
  1310. if (res.data.sellingAbility) {
  1311. this.target.sellingAbility = JSON.parse(res.data.sellingAbility);
  1312. }
  1313. if (res.data.feedback) {
  1314. this.feedback = JSON.parse(res.data.feedback);
  1315. this.nodeBusinessInfo.production = this.feedback;
  1316. if (this.feedback.includes("STATEMENT")) {
  1317. this.hasStatement = true;
  1318. }
  1319. if (this.feedback.includes("REPORT")) {
  1320. this.hasReport = true;
  1321. }
  1322. } else {
  1323. this.feedback = [];
  1324. }
  1325. }
  1326. })
  1327. }
  1328. },
  1329. getCurrentNodeInfo() {
  1330. if (this.personalId) {
  1331. this.$api.workNodeInstance.currentNode({ "mainBusiness": "PERSONAL_BUSINESS", "businessId": this.personalId, "businessSubId": this.businessSubId }).then(res => {
  1332. if (res.code === 200) {
  1333. if (res.data) {
  1334. this.currentNode = res.data;
  1335. this.nodeBusinessInfo.currentInstanceNodeId = res.data.instanceId;
  1336. this.nodeBusinessInfo.currentNodeInstanceCode = res.data.nodeCode;
  1337. this.nodeBusinessInfo.currentNodePermission.restartable = res.data.restartable;
  1338. this.nodeBusinessInfo.currentNodePermission.reversible = res.data.reversible;
  1339. this.nodeBusinessInfo.currentNodePermission.skippable = res.data.skippable;
  1340. this.nodeBusinessInfo.currentNodePermission.terminable = res.data.terminable;
  1341. }
  1342. }
  1343. })
  1344. }
  1345. },
  1346. handleClick(tab) { },
  1347. getWorkflowLogs() {
  1348. let param = {
  1349. businessId: this.personalId,
  1350. businessType: 'PERSONAL_BUSINESS',
  1351. businessSubId: this.businessSubId
  1352. }
  1353. this.$api.workflowLog.list(param).then(res => {
  1354. if (res.code === 200) {
  1355. this.workflowLogs = res.data;
  1356. }
  1357. })
  1358. },
  1359. goBack() {
  1360. const back = this.$route.query.back
  1361. if (back) {
  1362. this.$router.push(back)
  1363. }
  1364. },
  1365. getOutWardStaffList() {
  1366. this.$api.user.postUser("个贷外业岗").then(res => {
  1367. if (res.code === 200) {
  1368. this.outwardStaffs = res.data;
  1369. }
  1370. })
  1371. },
  1372. getCaluateTable(targetId) {
  1373. if (targetId) {
  1374. this.$api.personalCalculate.getResult(targetId).then(res => {
  1375. if (res.code === 200 && res.data) {
  1376. this.compareList = res.data;
  1377. this.linkAttributes.allFloor = this.compareList.analysisData[6].target.valueB;
  1378. this.linkAttributes.atFloor = this.compareList.analysisData[6].target.valueA;
  1379. this.linkAttributes.houseType = this.compareList.analysisData[7].target.valueA;
  1380. }
  1381. })
  1382. }
  1383. },
  1384. calculateSwith() {
  1385. this.$api.personalTarget.calculateSwith(this.target.isOnline, this.target.id);
  1386. if (this.target.isOnline && !this.compareList.calculateId) {
  1387. this.getCaluateTable(this.target.id);
  1388. }
  1389. if (this.target.isOnline) {
  1390. setTimeout(() => {
  1391. const element = document.getElementById("evaluteObject");
  1392. element.scrollTop = element.scrollHeight;
  1393. }, 500);
  1394. }
  1395. },
  1396. getProductions() {
  1397. if (this.target.id) {
  1398. this.$api.personalProduction.getProductions(this.target.id).then(res => {
  1399. if (res.code === 200) {
  1400. const words = res.data
  1401. words.forEach(word => {
  1402. if (word.production === 'STATEMENT') {
  1403. this.statementProd = word;
  1404. const fs = [];
  1405. if (word.filePath) {
  1406. this.statementCardPNG = existPNG;
  1407. const sta = JSON.parse(word.filePath)
  1408. sta.id = word.id;
  1409. fs.push(sta);
  1410. } else {
  1411. this.statementCardPNG = emptyPNG;
  1412. }
  1413. this.statementProd.files = fs;
  1414. }
  1415. if (word.production === 'TECHNIC') {
  1416. this.technicReportProd = word;
  1417. const fs = [];
  1418. if (word.filePath) {
  1419. const tec = JSON.parse(word.filePath)
  1420. tec.id = word.id;
  1421. this.technicCardPNG = existPNG;
  1422. fs.push(tec);
  1423. } else {
  1424. this.technicCardPNG = emptyPNG;
  1425. }
  1426. this.technicReportProd.files = fs;
  1427. }
  1428. if (word.production === 'FINAL') {
  1429. this.finalReprotProd = word;
  1430. const fs = [];
  1431. if (word.filePath) {
  1432. const final = JSON.parse(word.filePath)
  1433. final.id = word.id;
  1434. this.finalCardPNG = existPNG;
  1435. fs.push(final);
  1436. } else {
  1437. this.finalCardPNG = emptyPNG;
  1438. }
  1439. this.finalReprotProd.files = fs;
  1440. }
  1441. });
  1442. }
  1443. })
  1444. }
  1445. },
  1446. downloadPkg() {
  1447. if (this.target.id) {
  1448. this.$api.personalProduction.downloadPkg(this.target.id);
  1449. }
  1450. },
  1451. getScene() {
  1452. this.$api.personalScene.getScene(this.personalId).then(res => {
  1453. if (res.code === 200 && res.data) {
  1454. this.sceneForm = res.data;
  1455. }
  1456. })
  1457. },
  1458. printQR(){
  1459. const path = this.qrCodeUrl;
  1460. let routeUrl = this.$router.resolve({
  1461. path: `/print/code?path=${path}`
  1462. });
  1463. window.open(routeUrl.href, '_blank');
  1464. },
  1465. showQrCode(url){
  1466. this.qrCodeUrl = url;
  1467. }
  1468. }
  1469. }
  1470. </script>
  1471. <style lang="scss" scoped>
  1472. .row-style {
  1473. margin-left: 40px;
  1474. margin-right: 1%;
  1475. }
  1476. .major-radio {
  1477. width: 92px
  1478. }
  1479. .task-class {
  1480. /deep/ .el-form-item__label {
  1481. color: red;
  1482. }
  1483. }
  1484. .evaluate-table {
  1485. margin-left: 40px;
  1486. margin-top: 35px;
  1487. }
  1488. .pane-class {
  1489. width: 100%;
  1490. overflow-y: scroll;
  1491. }
  1492. /deep/ .cell-class {
  1493. font-size: 13px;
  1494. color: black;
  1495. }
  1496. .table {
  1497. /deep/ thead {
  1498. .el-table-column--selection {
  1499. .cell {
  1500. display: none;
  1501. }
  1502. }
  1503. }
  1504. }
  1505. /deep/.doWarehouseClass {
  1506. border-radius: 10px;
  1507. }
  1508. .button-area {
  1509. position: absolute;
  1510. top: 20px;
  1511. right: 50px;
  1512. }
  1513. .error-type {
  1514. margin-right: 5px;
  1515. }
  1516. .error-type:hover {
  1517. cursor: pointer;
  1518. }
  1519. .box-card {
  1520. margin-top: 40px
  1521. }
  1522. .time {
  1523. font-size: 13px;
  1524. color: #999;
  1525. float: right;
  1526. margin-top: 5px;
  1527. }
  1528. .bottom {
  1529. margin-top: 13px;
  1530. line-height: 12px;
  1531. }
  1532. .button {
  1533. float: left;
  1534. }
  1535. .image {
  1536. width: 100%;
  1537. padding: 0%;
  1538. display: block;
  1539. }
  1540. .control {
  1541. z-index: 999;
  1542. position: relative;
  1543. top: 10px;
  1544. }
  1545. .checked {
  1546. margin-left: 10px;
  1547. font-size: 12px;
  1548. color: green;
  1549. }
  1550. .qr-code-div{
  1551. border-radius:10px;
  1552. background-color: RGB(245,245,245);
  1553. width: 180px;
  1554. height: 180px;
  1555. position:absolute;
  1556. top:-10;
  1557. left:0;
  1558. display: flex;
  1559. justify-content: center;
  1560. align-items: center;
  1561. }
  1562. .qr-code{
  1563. width: 180px;
  1564. height: 180px;
  1565. z-index: 999;
  1566. }
  1567. .qr-code-div:hover {
  1568. cursor: pointer;
  1569. // background-color:RGB(220,220,220);
  1570. // width: 205px;
  1571. // height: 205px;
  1572. }
  1573. a:hover{
  1574. cursor: pointer;
  1575. color: #5a9cf8
  1576. }
  1577. </style>