tranManagementWarehouseInOutTaskAudit.vue 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502
  1. // 审核出入库任务
  2. <template>
  3. <div class="container">
  4. <el-row>
  5. <el-col :span="12">
  6. <h2 class="bg-left title">审核出入库任务</h2>
  7. </el-col>
  8. <el-col :span="12" class="bg-right">
  9. <el-button
  10. class="bg-bottom"
  11. type="primary"
  12. size="small"
  13. @click="returnsales()"
  14. ><img
  15. width="6"
  16. height="10"
  17. style="vertical-align: bottom; margin-right: 3px"
  18. src="../../../public/img/lujing.png"
  19. alt=""
  20. />返回</el-button
  21. >
  22. </el-col>
  23. </el-row>
  24. <div class="basicInformation">
  25. <div class="annu">
  26. <el-radio-group @change="tasktypechange" v-model="dataList.taskTypeKey">
  27. </el-radio-group>
  28. <div class="nav">
  29. <span class="ziti">
  30. 任务类型:
  31. <h1 class="ziti1">{{dataList.inOutType}}</h1>
  32. </span>
  33. </div>
  34. </div>
  35. <div class="ding"></div>
  36. <div v-if="dataList.taskTypeKey != 2&&dataList.taskTypeKey != 4" class="center1">
  37. <img
  38. style="position: relative; top: 40px; left: 300px;"
  39. width="19"
  40. height="19"
  41. src="../../../public/img/cangku.png"
  42. alt=""
  43. />
  44. <!--出库=-->
  45. <div class="small-title">
  46. <h3>出库任务({{ dataList.inOutTaskNo }})</h3>
  47. </div>
  48. <el-form ref="dataList" :model="dataList" label-width="140px">
  49. <!-- 仓库名 -->
  50. <el-form-item label="仓库名">
  51. <el-select
  52. disabled
  53. v-model="dataList.warehouseName"
  54. placeholder="请选择仓库名"
  55. class="typeselect"
  56. @change="selectwarehouseName"
  57. >
  58. <el-option
  59. v-for="item in warehouseNameList"
  60. :key="item.constKey"
  61. :label="item.warehouseName"
  62. :value="item.warehouseName"
  63. />
  64. </el-select>
  65. </el-form-item>
  66. <!-- 出库类型 -->
  67. <el-form-item label="出库类型">
  68. <el-select
  69. disabled
  70. v-model="dataList.inOutType"
  71. placeholder="请选择出库类型"
  72. class="typeselect"
  73. @change="selectstorageType"
  74. >
  75. <el-option
  76. v-for="item in storageType"
  77. :key="item.constKey"
  78. v-if="
  79. (dataList.taskTypeKey == 1 &&
  80. item.constValue != '移库出库') ||
  81. (dataList.taskTypeKey == 3 &&
  82. item.constValue == '移库出库') ||
  83. (dataList.taskTypeKey == 4 && item.constValue == '销售出库')
  84. "
  85. :label="item.constValue"
  86. :value="item.constValue"
  87. />
  88. </el-select>
  89. </el-form-item>
  90. <!-- 合同编号 -->
  91. <el-form-item v-if='dataList.taskTypeKey != 3' label="合同编号">
  92. <el-select
  93. disabled
  94. @change='changecontract'
  95. v-model="dataList.contractNo"
  96. placeholder="请输入合同编号"
  97. class="typeselect"
  98. >
  99. <el-option
  100. v-for="item in contractNoList"
  101. :key="item.constKey"
  102. :label="item.contractNo"
  103. :value="item.contractNo"
  104. ></el-option>
  105. </el-select>
  106. </el-form-item>
  107. <el-form-item v-if='dataList.taskTypeKey == 3' label="移库任务编号">
  108. <el-select
  109. disabled
  110. @change="selectTaskNo"
  111. v-model="dataList.moveTaskNo"
  112. placeholder="请输入移库任务编号"
  113. class="typeselect"
  114. >
  115. <el-option
  116. v-for="item in contractNoList"
  117. :key="item.constKey"
  118. :label="item.contractNo"
  119. :value="item.contractNo"
  120. ></el-option>
  121. </el-select>
  122. </el-form-item>
  123. <!-- 货名 -->
  124. <el-form-item label="货名" class="huom">
  125. <el-select
  126. disabled
  127. v-model="dataList.goodsName"
  128. placeholder="货名"
  129. class="huom"
  130. @change="selectgoodsName"
  131. >
  132. <el-option
  133. v-for="item in goodnameList"
  134. :key="item.constKey"
  135. :label="item.constValue"
  136. :value="item.constValue"
  137. ></el-option>
  138. </el-select>
  139. </el-form-item>
  140. <!--重量(吨)-->
  141. <el-form-item label="重量(吨)" span="1" style=" margin-left: 350px; margin-top: -40px" >
  142. <el-input
  143. disabled
  144. v-model="dataList.weight"
  145. placeholder="请输入重量"
  146. maxlength="120"
  147. size="small"
  148. class="huom"
  149. />
  150. </el-form-item>
  151. <!-- 品级 -->
  152. <el-form-item label="品级">
  153. <el-select
  154. v-model="dataList.grade"
  155. placeholder=""
  156. class="typeselect"
  157. @change="selectpackingMethod"
  158. >
  159. <el-option
  160. v-for="item in gradeList"
  161. :key="item.constKey"
  162. :label="item.constValue"
  163. :value="item.constValue"
  164. />
  165. </el-select>
  166. </el-form-item>
  167. <!--容重(克/升)>=-->
  168. <el-form-item label="容重(克/升)>=">
  169. <el-input
  170. @input='bulkDensitychange'
  171. v-model="dataList.bulkDensity"
  172. placeholder="请输入容重"
  173. maxlength="120"
  174. size="small"
  175. class="huom"
  176. />
  177. </el-form-item>
  178. <!--水分(%)<=-->
  179. <el-form-item label="水分(%)<=" span="1" style=" margin-left: 350px; margin-top: -40px" >
  180. <el-input
  181. @input='waterContentchange'
  182. v-model="dataList.waterContent"
  183. placeholder="请输入水分占比"
  184. maxlength="120"
  185. size="small"
  186. class="huom"
  187. />
  188. </el-form-item>
  189. <!--单价(元/吨)-->
  190. <el-form-item label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px" >
  191. <el-input
  192. @input='unitPricechange'
  193. v-model="dataList.unitPrice"
  194. placeholder="请输入单价"
  195. maxlength="120"
  196. size="small"
  197. class="huom"
  198. />
  199. </el-form-item>
  200. <!--预计出库日期-->
  201. <el-form-item
  202. label="预计出库日期"
  203. span="1"
  204. prop="predictDate"
  205. class="deliverydate"
  206. >
  207. <el-date-picker
  208. disabled
  209. v-model="dataList.predictDate"
  210. type="date"
  211. placeholder="请选择预计出库日期"
  212. value-format="yyyy-MM-dd"
  213. />
  214. </el-form-item>
  215. <!--经办人-->
  216. <el-form-item label="出库经办人">
  217. <el-select
  218. disabled
  219. v-model="dataList.agent"
  220. placeholder="请选择经办人"
  221. filterable
  222. :filter-method="dataFilter"
  223. @change="selectstaff"
  224. >
  225. <el-option
  226. v-for="item in options"
  227. :key="item.value"
  228. :label="item.staffName"
  229. :value="item.staffName"
  230. />
  231. </el-select>
  232. </el-form-item>
  233. <!--业务描述=-->
  234. <el-form-item v-if='dataList.taskTypeKey != 3' label="业务描述" span="1">
  235. <el-input
  236. v-model="dataList.businessDescribe"
  237. placeholder="请输入业务描述,不超过150字"
  238. maxlength="150"
  239. size="large"
  240. class="yewu"
  241. />
  242. </el-form-item>
  243. <el-form-item label="仓位号(选填)" span="1">
  244. <el-input
  245. v-model="dataList.binNumber"
  246. placeholder="请输入仓位号"
  247. maxlength="150"
  248. size="large"
  249. class="yewu"
  250. />
  251. </el-form-item>
  252. </el-form>
  253. </div>
  254. <div v-show="dataList.taskTypeKey != 1" class="center1">
  255. <img
  256. style="position: relative; top: 40px; left: 300px;"
  257. width="19"
  258. height="19"
  259. src="../../../public/img/cangku.png"
  260. alt=""
  261. />
  262. <div class="small-title">
  263. <h3>入库任务({{ dataList1.inOutTaskNo }}) <span v-if='deletetask' style='color:red;'>已删除</span></h3>
  264. </div>
  265. <el-form v-if='!deletetask' ref="form" :model="form" label-width="140px">
  266. <!-- 仓库名 -->
  267. <el-form-item label="仓库名" v-if="dataList1.inOutType == '移库出库'">
  268. <el-select
  269. disabled
  270. v-model="dataList1.warehouseName"
  271. placeholder="请选择仓库名"
  272. class="typeselect"
  273. >
  274. <el-option
  275. v-for="item in warehouseNameList"
  276. :key="item.constKey"
  277. :label="item.warehouseName"
  278. :value="item.warehouseName"
  279. />
  280. </el-select>
  281. </el-form-item>
  282. <!-- 出库类型 -->
  283. <el-form-item label="入库类型" v-if="dataList1.inOutType == '移库出库'">
  284. <el-select
  285. disabled
  286. v-model="dataList1.inOutType"
  287. placeholder="请选择入库类型"
  288. class="typeselect"
  289. @change="selectstorageType1"
  290. >
  291. <el-option
  292. v-for="item in storageType1"
  293. :key="item.constKey"
  294. v-if="
  295. (dataList1.taskTypeKey == 2 &&
  296. item.constValue != '移库入库') ||
  297. (dataList1.taskTypeKey == 3 &&
  298. item.constValue == '移库入库') ||
  299. (dataList1.taskTypeKey == 4 && item.constValue == '退库')
  300. "
  301. :label="item.constValue"
  302. :value="item.constValue"
  303. />
  304. </el-select>
  305. </el-form-item>
  306. <!-- 合同编号 -->
  307. <el-form-item v-if='dataList1.taskTypeKey != 3' label="合同编号">
  308. <el-select
  309. disabled
  310. @change='changecontract1'
  311. v-model="dataList1.contractNo"
  312. placeholder="请输入合同编号"
  313. class="typeselect"
  314. >
  315. <el-option
  316. v-for="item in contractNoList"
  317. :key="item.constKey"
  318. :label="item.contractNo"
  319. :value="item.contractNo"
  320. ></el-option>
  321. </el-select>
  322. </el-form-item>
  323. <el-form-item v-if='dataList1.taskTypeKey == 3' label="移库任务编号">
  324. <el-select
  325. disabled
  326. v-model="dataList1.moveTaskNo"
  327. placeholder="请输入移库任务编号"
  328. class="typeselect"
  329. >
  330. <el-option
  331. v-for="item in contractNoList"
  332. :key="item.constKey"
  333. :label="item.contractNo"
  334. :value="item.contractNo"
  335. ></el-option>
  336. </el-select>
  337. </el-form-item>
  338. <!-- 货名 -->
  339. <el-form-item label="货名" class="huom">
  340. <el-select
  341. disabled
  342. v-model="dataList1.goodsName"
  343. placeholder="货名"
  344. class="huom"
  345. @change="selectgoodsName1"
  346. >
  347. <el-option
  348. v-for="item in goodnameList"
  349. :key="item.constKey"
  350. :label="item.constValue"
  351. :value="item.constValue"
  352. ></el-option>
  353. </el-select>
  354. </el-form-item>
  355. <!--重量(吨)-->
  356. <el-form-item label="重量(吨)" span="1" style=" margin-left: 350px; margin-top: -40px" >
  357. <el-input
  358. @input='weightchange'
  359. v-model="dataList1.weight"
  360. placeholder="请输入重量"
  361. maxlength="120"
  362. size="small"
  363. class="huom"
  364. />
  365. </el-form-item>
  366. <!-- 品级 -->
  367. <el-form-item label="品级">
  368. <el-select
  369. :disabled='dataList.taskTypeKey == 3'
  370. v-model="dataList1.grade"
  371. placeholder=""
  372. class="typeselect"
  373. @change="selectpackingMethod1"
  374. >
  375. <el-option
  376. v-for="item in gradeList"
  377. :key="item.constKey"
  378. :label="item.constValue"
  379. :value="item.constValue"
  380. />
  381. </el-select>
  382. </el-form-item>
  383. <!--容重(克/升)>=-->
  384. <el-form-item label="容重(克/升)>=">
  385. <el-input
  386. @input='bulkDensitychange'
  387. :disabled='dataList.taskTypeKey == 3'
  388. v-model="dataList1.bulkDensity"
  389. placeholder="请输入容重"
  390. maxlength="120"
  391. size="small"
  392. class="huom"
  393. />
  394. </el-form-item>
  395. <!--水分(%)<=-->
  396. <el-form-item label="水分(%)<=" span="1" style=" margin-left: 350px; margin-top: -40px">
  397. <el-input
  398. @input='waterContentchange'
  399. :disabled='dataList.taskTypeKey == 3'
  400. v-model="dataList1.waterContent"
  401. placeholder="请输入水分占比"
  402. maxlength="120"
  403. size="small"
  404. class="huom"
  405. />
  406. </el-form-item>
  407. <!--单价(元/吨)-->
  408. <el-form-item label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px" >
  409. <el-input
  410. @input='unitPricechange'
  411. :disabled='dataList.taskTypeKey == 3'
  412. v-model="dataList1.unitPrice"
  413. placeholder="请输入单价"
  414. maxlength="120"
  415. size="small"
  416. class="huom"
  417. />
  418. </el-form-item>
  419. <!--预计出库日期-->
  420. <el-form-item
  421. label="预计入库日期"
  422. span="1"
  423. prop="predictDate"
  424. class="deliverydate"
  425. >
  426. <el-date-picker
  427. disabled
  428. v-model="dataList1.predictDate"
  429. type="date"
  430. placeholder="请选择预计入库日期"
  431. value-format="yyyy-MM-dd"
  432. />
  433. </el-form-item>
  434. <!--经办人-->
  435. <el-form-item label="入库经办人">
  436. <el-select
  437. disabled
  438. v-model="dataList1.agent"
  439. placeholder="请选择经办人"
  440. filterable
  441. :filter-method="dataFilter"
  442. @change="selectstaff1"
  443. >
  444. <el-option
  445. v-for="item in options"
  446. :key="item.value"
  447. :label="item.staffName"
  448. :value="item.staffName"
  449. />
  450. </el-select>
  451. </el-form-item>
  452. <!--业务描述=-->
  453. <el-form-item v-if='dataList.taskTypeKey != 4' label="业务描述">
  454. <el-input
  455. v-model="dataList1.businessDescribe"
  456. placeholder="请输入业务描述,不超过150字"
  457. maxlength="150"
  458. size="large"
  459. />
  460. </el-form-item>
  461. <el-form-item label="仓位号(选填)" span="1">
  462. <el-input
  463. v-model="dataList1.binNumber"
  464. placeholder="请输入仓位号"
  465. maxlength="150"
  466. size="large"
  467. class="yewu"
  468. />
  469. </el-form-item>
  470. </el-form>
  471. </div>
  472. <div v-if="dataList.taskTypeKey == 4" class="center1">
  473. <!--出库=-->
  474. <div class="small-title">
  475. <img
  476. style="position: relative; top: 40px; left: -22px;"
  477. width="19"
  478. height="19"
  479. src="../../../public/img/cangku.png"
  480. alt=""
  481. />
  482. <h3>出库任务({{ inOutTaskNo }})</h3>
  483. </div>
  484. <el-form ref="dataList" :model="dataList" label-width="140px">
  485. <!-- 仓库名 -->
  486. <el-form-item label="仓库名">
  487. <el-select
  488. disabled
  489. v-model="dataList.warehouseName"
  490. placeholder="请选择仓库名"
  491. class="typeselect"
  492. >
  493. <el-option
  494. v-for="item in warehouseNameList"
  495. :key="item.constKey"
  496. :label="item.warehouseName"
  497. :value="item.warehouseName"
  498. />
  499. </el-select>
  500. </el-form-item>
  501. <!-- 出库类型 -->
  502. <el-form-item label="出库类型" >
  503. <el-select
  504. :disabled='dataList.taskTypeKey == 3||dataList.taskTypeKey == 4'
  505. v-model="dataList.inOutType"
  506. placeholder="请选择出库类型"
  507. class="typeselect"
  508. @change="selectstorageType"
  509. >
  510. <el-option
  511. v-for="item in storageType"
  512. :key="item.constKey"
  513. v-if="
  514. (dataList.taskTypeKey == 1 &&
  515. item.constValue != '移库出库') ||
  516. (dataList.taskTypeKey == 3 &&
  517. item.constValue == '移库出库') ||
  518. (dataList.taskTypeKey == 4 && item.constValue == '销售出库')
  519. "
  520. :label="item.constValue"
  521. :value="item.constValue"
  522. />
  523. </el-select>
  524. </el-form-item>
  525. <!-- 合同编号 -->
  526. <el-form-item v-if='dataList.taskTypeKey != 3' label="合同编号">
  527. <el-select
  528. disabled
  529. v-model="dataList.contractNo"
  530. placeholder="请输入合同编号"
  531. class="typeselect"
  532. >
  533. <el-option
  534. v-for="item in contractNoList"
  535. :key="item.constKey"
  536. :label="item.contractNo"
  537. :value="item.contractNo"
  538. ></el-option>
  539. </el-select>
  540. </el-form-item>
  541. <el-form-item v-if='dataList.taskTypeKey == 3' label="移库任务编号">
  542. <el-select
  543. @change="selectTaskNo"
  544. v-model="dataList.moveTaskNo"
  545. placeholder="请输入移库任务编号"
  546. class="typeselect"
  547. >
  548. <el-option
  549. v-for="item in contractNoList"
  550. :key="item.constKey"
  551. :label="item.contractNo"
  552. :value="item.contractNo"
  553. ></el-option>
  554. </el-select>
  555. </el-form-item>
  556. <!-- 货名 -->
  557. <el-form-item label="货名" class="huom" >
  558. <el-select
  559. disabled
  560. v-model="dataList.goodsName"
  561. placeholder="货名"
  562. class="huom"
  563. @change="selectgoodsName"
  564. >
  565. <el-option
  566. v-for="item in goodnameList"
  567. :key="item.constKey"
  568. :label="item.constValue"
  569. :value="item.constValue"
  570. ></el-option>
  571. </el-select>
  572. </el-form-item>
  573. <!--重量(吨)-->
  574. <el-form-item label="重量(吨)" span="1" style=" margin-left: 350px; margin-top: -40px">
  575. <el-input
  576. disabled
  577. v-model="dataList.weight"
  578. placeholder="请输入重量"
  579. maxlength="120"
  580. size="small"
  581. class="huom"
  582. />
  583. </el-form-item>
  584. <!-- 品级 -->
  585. <el-form-item label="品级">
  586. <el-select
  587. disabled
  588. v-model="dataList.grade"
  589. placeholder=""
  590. class="typeselect"
  591. @change="selectpackingMethod"
  592. >
  593. <el-option
  594. v-for="item in gradeList"
  595. :key="item.constKey"
  596. :label="item.constValue"
  597. :value="item.constValue"
  598. />
  599. </el-select>
  600. </el-form-item>
  601. <!--容重(克/升)>=-->
  602. <el-form-item label="容重(克/升)>=">
  603. <el-input
  604. disabled
  605. v-model="dataList.bulkDensity"
  606. placeholder="请输入容重"
  607. maxlength="120"
  608. size="small"
  609. class="huom"
  610. />
  611. </el-form-item>
  612. <!--水分(%)<=-->
  613. <el-form-item label="水分(%)<=" span="1" style=" margin-left: 350px; margin-top: -40px">
  614. <el-input
  615. disabled
  616. v-model="dataList.waterContent"
  617. placeholder="请输入水分占比"
  618. maxlength="120"
  619. size="small"
  620. class="huom"
  621. />
  622. </el-form-item>
  623. <!--单价(元/吨)-->
  624. <el-form-item label="单价(元/吨)" span="1" style=" margin-left: 650px; margin-top: -40px">
  625. <el-input
  626. disabled
  627. v-model="dataList.unitPrice"
  628. placeholder="请输入单价"
  629. maxlength="120"
  630. size="small"
  631. class="huom"
  632. />
  633. </el-form-item>
  634. <!--预计出库日期-->
  635. <el-form-item
  636. label="预计出库日期"
  637. span="1"
  638. prop="predictDate"
  639. class="deliverydate"
  640. >
  641. <el-date-picker
  642. v-model="dataList.predictDate"
  643. type="date"
  644. placeholder="请选择预计出库日期"
  645. value-format="yyyy-MM-dd"
  646. />
  647. </el-form-item>
  648. <!--经办人-->
  649. <el-form-item label="出库经办人">
  650. <el-select
  651. v-model="dataList.agent"
  652. placeholder="请选择经办人"
  653. filterable
  654. :filter-method="dataFilter"
  655. @change="selectstaff"
  656. >
  657. <el-option
  658. v-for="item in options"
  659. :key="item.value"
  660. :label="item.staffName"
  661. :value="item.staffName"
  662. />
  663. </el-select>
  664. </el-form-item>
  665. <!--业务描述=-->
  666. <el-form-item label="业务描述">
  667. <el-input
  668. v-model="dataList.businessDescribe"
  669. placeholder="请输入业务描述,不超过150字"
  670. maxlength="150"
  671. size="large"
  672. />
  673. </el-form-item>
  674. </el-form>
  675. </div>
  676. </div>
  677. <!-- 提交 -->
  678. <div style="text-align: right; padding: 10px" class="center">
  679. <el-button class="bg-bottom" type="primary" size="small" @click="reject()"
  680. >驳回</el-button>
  681. <el-button class="bg-bottom" type="primary" size="small" @click="submit()"
  682. >通过</el-button
  683. >
  684. </div>
  685. <WinseaContentModal
  686. v-model="outerVisible"
  687. title="驳回原因"
  688. @on-cancel="handleClose"
  689. >
  690. <el-input
  691. type="textarea"
  692. :rows="2"
  693. maxlength="30"
  694. placeholder="请输入驳回原因,1~30个字"
  695. v-model="auditMind"
  696. >
  697. </el-input>
  698. <div class="dialog-footer">
  699. <el-button @click="outerVisible = false">取 消</el-button>
  700. <el-button type="primary" @click="disableReasons">确定</el-button>
  701. </div>
  702. </WinseaContentModal>
  703. </div>
  704. </template>
  705. <script>
  706. import {
  707. getwarehousename,
  708. xialaNo,
  709. addoreditoutput,
  710. outexamine,
  711. getGoodsName,
  712. warehousetask,
  713. woekflowhandle
  714. } from '@/model/tasksport/index'
  715. import { packList } from '@/model/contarct/index'
  716. import { pullDown, getstaff } from '@/model/warehouse/index'
  717. import { downloadFile } from '@/utils/batchDown'
  718. import Pagination from '@/components/Pagination'
  719. import { mapActions, mapGetters, mapState } from 'vuex'
  720. import WsUpload from '@/components/WsUpload'
  721. // import { dayjs, fmoney, EventBus } from 'base-core-lib'
  722. import { dayjs, EventBus } from 'base-core-lib'
  723. export default {
  724. name: 'viewSpareMoney',
  725. components: {
  726. WsUpload,
  727. Pagination,
  728. },
  729. watch: {
  730. // vesselId(val) {
  731. // this.getList()
  732. // },
  733. isShow(val) {
  734. this.showType = val
  735. },
  736. },
  737. computed: {
  738. ...mapGetters(['deptBudgetList']),
  739. },
  740. data() {
  741. return {
  742. //弹出框
  743. dialogViewSpareMoney: false,
  744. dialogApproveFormVisible: false,
  745. // 船舶类型
  746. monetaryKey: null,
  747. // 表格显示数据
  748. tableDate: [],
  749. // 是否显示
  750. showType: true,
  751. disabled:false,
  752. // 年
  753. year: '',
  754. disableReason:'',
  755. contractNoList: [],
  756. deptBudgetTotal: 0,
  757. readonly: true,
  758. currentPage: 1,
  759. pageSize: 10,
  760. searchType: 1,
  761. searchKeyWord: '',
  762. radio: '1',
  763. contractType: 2,
  764. startDate: null,
  765. endDate: null,
  766. goodnameList: [],
  767. checked: true,
  768. form: {},
  769. outerVisible:false,
  770. staffList: [],
  771. options: [],
  772. storageType: [],
  773. storageType1: [],
  774. outContractNo: [],
  775. // 提交类型
  776. submitType: true,
  777. status: [],
  778. auditMind:'',
  779. deletetask:false,
  780. warehouseNameList: [],
  781. warehouseNameList1: [],
  782. appendixIdsAdd: '',
  783. uploadSuccess: {},
  784. warehouseInOutDetail: {},
  785. onChange: {},
  786. deptBudgetList1: [],
  787. gradeList: [],
  788. rules: {
  789. netWeight: [
  790. {
  791. required: true,
  792. type: 'number',
  793. message: '请输入活动名称',
  794. trigger: 'blur',
  795. },
  796. ],
  797. },
  798. size: 10,
  799. compId: sessionStorage.getItem('ws-pf_compId'),
  800. deptCircularPage: {},
  801. packtypeList: {},
  802. date: {
  803. year: dayjs().format('YYYY'),
  804. month: dayjs().format('MM'),
  805. },
  806. contractList: [],
  807. inOutTaskNo: '',
  808. inOutTaskNo1: '',
  809. dataList: { taskTypeKey: '1' },
  810. dataList1: { taskTypeKey: '1' },
  811. historyList: [],
  812. pickerBeginDateBefore: {
  813. disabledDate: (time) => {
  814. return time.getTime() > Date.now()
  815. },
  816. },
  817. accessoryTFs: false,
  818. }
  819. },
  820. activated() {
  821. this.getList()
  822. },
  823. methods: {
  824. //返回按钮
  825. revert() {
  826. this.$router.go(-1)
  827. },
  828. returnsales() {
  829. this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
  830. },
  831. // 获取当前年月日
  832. getdate() {
  833. var date = new Date()
  834. var year = date.getFullYear() //获取完整的年份(4位)
  835. var mouth = date.getMonth() + 1 //获取当前月份(0-11,0代表1月)
  836. var datetime = date.getDate() //获取当前日(1-31)
  837. if (mouth < 10) {
  838. mouth = '0' + mouth
  839. }
  840. if (datetime < 10) {
  841. datetime = '0' + datetime
  842. }
  843. return year + mouth + datetime
  844. },
  845. reject(){
  846. this.outerVisible=true
  847. },
  848. // 随机验证码
  849. verifyinit() {
  850. var arr = []
  851. for (var i = 48; i < 123; i++) {
  852. if (i > 57 && i < 65) continue
  853. if (i > 90 && i < 97) continue
  854. arr.push(String.fromCharCode(i))
  855. }
  856. arr.sort(function () {
  857. return Math.random() - 0.5
  858. })
  859. arr.length = 4
  860. return arr.join('')
  861. },
  862. selectTaskNo(e){
  863. if(this.dataList.taskTypeKey==3){
  864. this.dataList1.moveTaskNo=e
  865. }
  866. },
  867. dataFilter(val) {
  868. // console.log(val,"名")
  869. this.deptBudgetList.staffList = val
  870. if (val) {
  871. //val存在
  872. this.options = this.staffList.filter((item) => {
  873. if (
  874. !!~item.staffName.indexOf(val) ||
  875. !!~item.staffName.toUpperCase().indexOf(val.toUpperCase())
  876. ) {
  877. return true
  878. }
  879. })
  880. } else {
  881. //val为空时,还原数组
  882. this.options = this.staffList
  883. }
  884. },
  885. weightchange(e){
  886. if(this.dataList.taskTypeKey==4){
  887. this.$set(this.dataList,'weight',e)
  888. }
  889. },
  890. bulkDensitychange(e){
  891. if(this.dataList.taskTypeKey==4){
  892. this.$set(this.dataList,'bulkDensity',e)
  893. }else if(this.dataList1.taskTypeKey==3){
  894. this.$set(this.dataList1,'bulkDensity',e)
  895. }
  896. },
  897. waterContentchange(e){
  898. if(this.dataList.taskTypeKey==4){
  899. this.$set(this.dataList,'waterContent',e)
  900. }else if(this.dataList1.taskTypeKey==3){
  901. this.$set(this.dataList1,'waterContent',e)
  902. }
  903. },
  904. unitPricechange(e){
  905. if(this.dataList.taskTypeKey==4){
  906. this.$set(this.dataList,'unitPrice',e)
  907. }else if(this.dataList1.taskTypeKey==3){
  908. this.$set(this.dataList1,'unitPrice',e)
  909. }
  910. },
  911. changecontract(e){
  912. if(this.dataList.taskTypeKey!=3){
  913. for (let i = 0; i < this.contractNoList.length; i++) {
  914. if(this.contractNoList[i].contractNo==e){
  915. getGoodsName({ contractId:this.contractNoList[i].id,contractNo:this.contractNoList[i].contractNo}) .toPromise()
  916. .then((response) => {
  917. this.$set(this.dataList,'goodsName',response.goodsName)
  918. this.$set(this.dataList,'goodsNameKey',response.goodsNameKey)
  919. this.$set(this.dataList,'grade',response.grade)
  920. this.$set(this.dataList,'gradeKey',response.gradeKey)
  921. this.$set(this.dataList,'waterContent',response.waterContent)
  922. this.$set(this.dataList,'bulkDensity',response.bulkDensity)
  923. this.$set(this.dataList,'weight',response.weight)
  924. this.$set(this.dataList,'unitPrice',response.unitContractPrice)
  925. })
  926. }
  927. }
  928. }
  929. },
  930. changecontract1(e){
  931. if(this.dataList1.taskTypeKey!=3){
  932. for (let i = 0; i < this.contractNoList.length; i++) {
  933. if(this.contractNoList[i].contractNo==e){
  934. getGoodsName({ contractId:this.contractNoList[i].id,contractNo:this.contractNoList[i].contractNo}) .toPromise()
  935. .then((response) => {
  936. this.$set(this.dataList1,'goodsName',response.goodsName)
  937. this.$set(this.dataList1,'goodsNameKey',response.goodsNameKey)
  938. this.$set(this.dataList1,'grade',response.grade)
  939. this.$set(this.dataList1,'gradeKey',response.gradeKey)
  940. this.$set(this.dataList1,'waterContent',response.waterContent)
  941. this.$set(this.dataList1,'bulkDensity',response.bulkDensity)
  942. this.$set(this.dataList1,'weight',response.weight)
  943. this.$set(this.dataList1,'unitPrice',response.unitContractPrice)
  944. })
  945. }
  946. }
  947. }
  948. },
  949. selectstaff(e) {
  950. for (var i = 0; i < this.staffList.length; i++) {
  951. if (this.staffList[i].staffName == e) {
  952. this.dataList.agentKey = this.staffList[i].staffId
  953. }
  954. }
  955. },
  956. selectstaff1(e) {
  957. for (var i = 0; i < this.staffList.length; i++) {
  958. if (this.staffList[i].staffName == e) {
  959. this.dataList1.agentKey = this.staffList[i].staffId
  960. }
  961. }
  962. },
  963. requestadd(list, status) {
  964. list.compId = sessionStorage.getItem('ws-pf_compId')
  965. list.publisher =
  966. sessionStorage.getItem('ws-pf_roleName') +
  967. sessionStorage.getItem('ws-pf_staffName')
  968. warehousetask(list)
  969. .toPromise()
  970. .then((response) => {
  971. woekflowhandle({taskId:list.taskId,approved:true,auditMind:'34',needReapply:false}).toPromise()
  972. .then((response) => {
  973. this.$message.success('审核成功')
  974. this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
  975. })
  976. })
  977. },
  978. requestaudit(list, status) {
  979. list.compId = sessionStorage.getItem('ws-pf_compId')
  980. list.publisher =
  981. sessionStorage.getItem('ws-pf_roleName') +
  982. sessionStorage.getItem('ws-pf_staffName')
  983. warehousetask(list)
  984. .toPromise()
  985. .then((response) => {
  986. woekflowhandle({taskId:list.taskId,approved:true,auditMind:this.auditMind,needReapply:false}).toPromise()
  987. .then((response) => {
  988. this.$message.success('驳回成功')
  989. this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
  990. })
  991. })
  992. },
  993. //提交按钮
  994. submit() {
  995. this.dataList.inOutFlag=1
  996. this.dataList1.inOutFlag=2
  997. if (this.dataList.taskTypeKey == 1) {
  998. this.dataList.inOutTaskNo = this.inOutTaskNo
  999. this.requestadd(this.dataList)
  1000. } else if (this.dataList1.taskTypeKey == 2) {
  1001. this.dataList1.inOutTaskNo = this.inOutTaskNo1
  1002. this.requestadd(this.dataList1)
  1003. } else if (
  1004. this.dataList.taskTypeKey == 3 ||
  1005. this.dataList.taskTypeKey == 4
  1006. ) {
  1007. this.dataList.inOutTaskNo = this.inOutTaskNo
  1008. this.requestadd(this.dataList, 'repetition')
  1009. this.dataList1.inOutTaskNo = this.inOutTaskNo1
  1010. if(!this.deletetask){
  1011. this.requestadd(this.dataList1, 'repetition')
  1012. }
  1013. }
  1014. },
  1015. disableReasons(){
  1016. this.dataList.inOutFlag=1
  1017. this.dataList1.inOutFlag=2
  1018. if (this.dataList.taskTypeKey == 1) {
  1019. this.dataList.inOutTaskNo = this.inOutTaskNo
  1020. this.requestaudit(this.dataList)
  1021. } else if (this.dataList1.taskTypeKey == 2) {
  1022. this.dataList1.inOutTaskNo = this.inOutTaskNo1
  1023. this.requestaudit(this.dataList1)
  1024. } else if (
  1025. this.dataList.taskTypeKey == 3 ||
  1026. this.dataList.taskTypeKey == 4
  1027. ) {
  1028. this.dataList.inOutTaskNo = this.inOutTaskNo
  1029. this.requestaudit(this.dataList, 'repetition')
  1030. this.dataList1.inOutTaskNo = this.inOutTaskNo1
  1031. if(!this.deletetask){
  1032. this.requestaudit(this.dataList1, 'repetition')
  1033. }
  1034. }
  1035. },
  1036. selectwarehouseName() {},
  1037. tarechange(e) {
  1038. if (this.dataList.grossWeight && this.dataList.tare) {
  1039. this.dataList.netWeight = Number(
  1040. this.dataList.grossWeight - this.dataList.tare
  1041. )
  1042. }
  1043. },
  1044. grossWeightchange(e) {
  1045. if (this.dataList.grossWeight && this.dataList.tare) {
  1046. this.dataList.netWeight = Number(
  1047. this.dataList.grossWeight - this.dataList.tare
  1048. )
  1049. }
  1050. },
  1051. selectgoodsName(e) {
  1052. for (var i = 0; i < this.goodnameList.length; i++) {
  1053. if (this.goodnameList[i].constValue == e) {
  1054. this.dataList.goodsNameKey = this.goodnameList[i].constKey
  1055. }
  1056. }
  1057. },
  1058. selectgoodsName1(e) {
  1059. for (var i = 0; i < this.goodnameList.length; i++) {
  1060. if (this.goodnameList[i].constValue == e) {
  1061. this.dataList1.goodsNameKey = this.goodnameList[i].constKey
  1062. }
  1063. }
  1064. },
  1065. selectpackingMethod(e) {
  1066. for (var i = 0; i < this.gradeList.length; i++) {
  1067. if (this.gradeList[i].constValue == e) {
  1068. this.dataList.gradeKey = this.gradeList[i].constKey
  1069. if(this.dataList.taskTypeKey==3){
  1070. this.$set(this.dataList1,'grade',e)
  1071. this.$set(this.dataList1,'gradeKey',this.gradeList[i].constKey)
  1072. }
  1073. }
  1074. }
  1075. },
  1076. selectpackingMethod1(e) {
  1077. for (var i = 0; i < this.gradeList.length; i++) {
  1078. if (this.gradeList[i].constValue == e) {
  1079. this.dataList1.packingMethodKey = this.gradeList[i].constKey
  1080. if(this.dataList1.taskTypeKey==4){
  1081. this.$set(this.dataList,'grade',e)
  1082. this.$set(this.dataList,'gradeKey',this.gradeList[i].constKey)
  1083. }
  1084. }
  1085. }
  1086. },
  1087. selectstorageType(e) {
  1088. for (var i = 0; i < this.storageType.length; i++) {
  1089. if (this.storageType[i].constValue == e) {
  1090. this.dataList.inOutTypeKey = this.storageType[i].constKey
  1091. }
  1092. }
  1093. },
  1094. selectstorageType1(e) {
  1095. for (var i = 0; i < this.storageType1.length; i++) {
  1096. if (this.storageType1[i].constValue == e) {
  1097. this.dataList1.inOutTypeKey = this.storageType1[i].constKey
  1098. }
  1099. }
  1100. },
  1101. handleClose() {
  1102. this.accessoryTFs = false
  1103. },
  1104. handleSizeChange(val) {
  1105. console.log(`每页 ${val} 条`)
  1106. this.pageSize = val
  1107. this.getList()
  1108. },
  1109. businessDescriptionchange(e) {
  1110. console.log(e)
  1111. },
  1112. handleCurrentChange(val) {
  1113. this.currentPage = val
  1114. console.log(`当前页: ${val}`)
  1115. this.getList()
  1116. },
  1117. tasknumber() {
  1118. if (this.dataList.taskTypeKey == 1) {
  1119. this.inOutTaskNo = 'CK' + this.getdate() + this.verifyinit()
  1120. } else if (this.dataList.taskTypeKey == 2) {
  1121. this.inOutTaskNo1 = 'RK' + this.getdate() + this.verifyinit()
  1122. } else if (this.dataList.taskTypeKey == 3) {
  1123. var random=this.getdate() + this.verifyinit()
  1124. this.inOutTaskNo = 'YKC' + random
  1125. this.inOutTaskNo1 = 'YKR' + random
  1126. } else if (this.dataList.taskTypeKey == 4) {
  1127. var random=this.getdate() + this.verifyinit()
  1128. this.inOutTaskNo = 'TCC' + random
  1129. this.inOutTaskNo1 = 'TCR' + random
  1130. }
  1131. },
  1132. tasktypechange(e) {
  1133. if (!this.$route.query.relevanceId) {
  1134. this.tasknumber()
  1135. }
  1136. this.dataList1.taskTypeKey = e
  1137. if(this.dataList.taskTypeKey==1){
  1138. this.dataList.inOutType='销售出库'
  1139. this.dataList.inOutTypeKey='1'
  1140. }
  1141. if(this.dataList1.taskTypeKey==2){
  1142. this.dataList1.inOutType='采购入库'
  1143. this.dataList1.inOutTypeKey='1'
  1144. }
  1145. else if(this.dataList1.taskTypeKey==3){
  1146. this.disabled=true
  1147. this.dataList1.inOutType='移库入库'
  1148. this.dataList1.inOutTypeKey='3'
  1149. this.dataList.inOutType='移库出库'
  1150. this.dataList.inOutTypeKey='3'
  1151. }else if(this.dataList1.taskTypeKey==4){
  1152. this.disabled=true
  1153. this.dataList1.inOutType='退库'
  1154. this.dataList1.inOutTypeKey='6'
  1155. this.dataList.inOutType='销售出库'
  1156. this.dataList.inOutTypeKey='1'
  1157. }
  1158. },
  1159. GetRandomNum(Min, Max) {
  1160. var Range = Max - Min
  1161. var Rand = Math.random()
  1162. return Min + Math.round(Rand * Range)
  1163. },
  1164. getList() {
  1165. if (this.$route.query.relevanceId) {
  1166. outexamine({ relevanceId: this.$route.query.relevanceId })
  1167. .toPromise()
  1168. .then((response) => {
  1169. if (response.length > 1) {
  1170. this.dataList = response[0]
  1171. this.dataList1 = response[1]
  1172. } else {
  1173. if(response[0].taskTypeKey==3){
  1174. this.deletetask=true
  1175. this.dataList1.inOutTaskNo='YKR'+response[0].inOutTaskNo.substr(response[0].inOutTaskNo.indexOf("C") + 1,response[0].inOutTaskNo.length)
  1176. }
  1177. this.dataList = response[0]
  1178. }
  1179. })
  1180. } else {
  1181. this.tasknumber()
  1182. this.$set(this.dataList,'inOutType','销售出库')
  1183. this.$set(this.dataList,'inOutTypeKey','1')
  1184. this.$set(this.dataList,'goodsName','玉米')
  1185. this.$set(this.dataList,'goodsNameKey','1')
  1186. this.$set(this.dataList,'grade','一等品')
  1187. this.$set(this.dataList,'gradeKey','1')
  1188. this.$set(this.dataList1,'goodsName','玉米')
  1189. this.$set(this.dataList1,'goodsNameKey','1')
  1190. this.$set(this.dataList1,'grade','一等品')
  1191. this.$set(this.dataList1,'gradeKey','1')
  1192. }
  1193. // 货名
  1194. pullDown({ constId: 'CON2' })
  1195. .toPromise()
  1196. .then((response) => {
  1197. this.goodnameList = response
  1198. })
  1199. // 品级
  1200. pullDown({ constId: 'CON3' })
  1201. .toPromise()
  1202. .then((response) => {
  1203. this.gradeList = response
  1204. })
  1205. pullDown({ constId: 'CON6' })
  1206. .toPromise()
  1207. .then((response) => {
  1208. this.storageType = response
  1209. })
  1210. pullDown({ constId: 'CON5' })
  1211. .toPromise()
  1212. .then((response) => {
  1213. this.storageType1 = response
  1214. })
  1215. xialaNo({
  1216. compId: this.compId,
  1217. })
  1218. .toPromise()
  1219. .then((response) => {
  1220. this.contractNoList = response
  1221. })
  1222. //仓库名
  1223. getwarehousename({
  1224. compId: this.compId,
  1225. warehouseType: 1,
  1226. })
  1227. .toPromise()
  1228. .then((response) => {
  1229. this.warehouseNameList = response
  1230. })
  1231. getwarehousename({
  1232. compId: this.compId,
  1233. warehouseType: 2,
  1234. })
  1235. .toPromise()
  1236. .then((response) => {
  1237. this.warehouseNameList1 = response
  1238. })
  1239. //经办人
  1240. getstaff({ compId: sessionStorage.getItem('ws-pf_compId') })
  1241. .toPromise()
  1242. .then((response) => {
  1243. this.options = response
  1244. this.staffList = response
  1245. // this.agent = response
  1246. })
  1247. },
  1248. selecttaskType(e) {
  1249. for (var i = 0; i < this.taskTypeList.length; i++) {
  1250. if (this.taskTypeList[i].value == e) {
  1251. this.searchType = this.taskTypeList[i].type
  1252. }
  1253. }
  1254. },
  1255. fujian(row) {
  1256. if (
  1257. row.receiveAttachmentPath === null ||
  1258. row.receiveAttachmentPath === ''
  1259. ) {
  1260. EventBus.$emit(
  1261. 'warning',
  1262. this.$t('system.noticeCircular.NoInformation')
  1263. )
  1264. } else {
  1265. this.accessoryTFs = true
  1266. }
  1267. this.appendixIdss = row.receiveAttachmentPath
  1268. },
  1269. handleExamine(row) {
  1270. this.$router.push({
  1271. name: 'salesContractExamine',
  1272. query: { id: row.id },
  1273. })
  1274. },
  1275. // 关闭 dialog时 处理文件url 初始化upload组件
  1276. handleCloe() {
  1277. this.dialogViewSpareMoney = false
  1278. },
  1279. history(row) {
  1280. console.log(row)
  1281. billoperatehis({ id: row.id })
  1282. .toPromise()
  1283. .then((response) => {
  1284. this.historyList = response
  1285. })
  1286. },
  1287. },
  1288. }
  1289. </script>
  1290. <style lang="scss" scoped>
  1291. /deep/.basicInformation {
  1292. .el-info-table {
  1293. border: none;
  1294. position: relative;
  1295. }
  1296. .el-form-item {
  1297. width: 33.3333%;
  1298. border: none;
  1299. margin: 0;
  1300. .el-form-item__label {
  1301. text-align: left;
  1302. font-size: 14px;
  1303. font-family: PingFangSC-Regular, PingFang SC;
  1304. font-weight: 400;
  1305. color: #8890b1;
  1306. }
  1307. .el-form-item__content {
  1308. padding-left: 0px;
  1309. padding-right: 10px;
  1310. // background: #fff;
  1311. white-space: nowrap;
  1312. height: 40px;
  1313. display: flex;
  1314. -webkit-box-align: center;
  1315. align-items: center;
  1316. text-align: left;
  1317. overflow: hidden;
  1318. }
  1319. }
  1320. }
  1321. /deep/.el-radio {
  1322. color: #606266;
  1323. font-weight: 500;
  1324. line-height: 1;
  1325. cursor: pointer;
  1326. white-space: nowrap;
  1327. outline: 0;
  1328. margin-right: 30px;
  1329. margin-top: 15px;
  1330. }
  1331. /deep/.el-radio__inner {
  1332. border: 1px solid #dcdfe6;
  1333. border-radius: 100%;
  1334. width: 14px;
  1335. height: 14px;
  1336. background-color: #fff;
  1337. cursor: pointer;
  1338. -webkit-box-sizing: border-box;
  1339. box-sizing: border-box;
  1340. margin-left: 100px;
  1341. }
  1342. /deep/.el-radio__input {
  1343. white-space: nowrap;
  1344. cursor: pointer;
  1345. outline: 0;
  1346. line-height: 1;
  1347. vertical-align: middle;
  1348. margin-top: -1px;
  1349. }
  1350. .title {
  1351. position: relative;
  1352. padding-left: 10px;
  1353. }
  1354. .title::before {
  1355. content: '';
  1356. display: inline-block;
  1357. width: 5px;
  1358. height: 30px;
  1359. background: #5473e8;
  1360. position: absolute;
  1361. left: 0;
  1362. }
  1363. .el-form {
  1364. padding: 0 15%;
  1365. display: flex;
  1366. flex-wrap: wrap;
  1367. margin-left: -50px;
  1368. margin-top: 15px;
  1369. width: 110%;
  1370. }
  1371. .el-button--primary {
  1372. background-color: #5878e8;
  1373. border-color: #5878e8;
  1374. }
  1375. .el-col {
  1376. background: #f6f7fc;
  1377. }
  1378. .bg-right {
  1379. text-align: right;
  1380. padding: 16px 20px;
  1381. }
  1382. .center {
  1383. position: relative;
  1384. top: 50px;
  1385. width: 40%;
  1386. height: 2000px;
  1387. margin: 0 auto;
  1388. margin-right: 180px;
  1389. }
  1390. /deep/.el-form-item__label {
  1391. width: 160px;
  1392. }
  1393. .inspector {
  1394. width: 50%;
  1395. }
  1396. /deep/.el-form-item--small .el-form-item__label,
  1397. .el-form-item--small .el-form-item__content {
  1398. text-align: left;
  1399. }
  1400. /deep/.el-input--small {
  1401. font-size: 13px;
  1402. position: relative;
  1403. display: inline-block;
  1404. }
  1405. .center1 .small-title {
  1406. margin-left: 323px;
  1407. }
  1408. .center1 {
  1409. width: 90%;
  1410. margin: 0 auto;
  1411. margin-left: 10px;
  1412. margin-top: 25px;
  1413. }
  1414. /deep/.el-input--small .el-input__inner {
  1415. height: 32px;
  1416. line-height: 32px;
  1417. }
  1418. /deep/.el-select {
  1419. display: inline-block;
  1420. position: relative;
  1421. width: 100%;
  1422. }
  1423. .annu{
  1424. height: 81px;
  1425. background: #FFFFFF;
  1426. border-radius: 4px;
  1427. }
  1428. .basicInformation
  1429. .el-form-item {
  1430. width: 50.3333%;
  1431. border: none;
  1432. margin: 0;
  1433. }
  1434. .huom{
  1435. width: 100px;
  1436. }
  1437. .el-form{
  1438. font-size: 14px;
  1439. font-family: PingFangSC-Regular, PingFang SC;
  1440. font-weight: 400;
  1441. color: #8890B1;
  1442. line-height: 16px;
  1443. margin-left: 130px;
  1444. }
  1445. .a{
  1446. margin-left: -32px;
  1447. }
  1448. .el-radio-group {
  1449. margin-left: 80px;
  1450. }
  1451. .ding{
  1452. height: 23px;
  1453. background: #E8ECF6;
  1454. box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  1455. }
  1456. .ziti {
  1457. width: 72px;
  1458. height: 20px;
  1459. font-size: 14px;
  1460. font-family: PingFangSC-Regular, PingFang SC;
  1461. font-weight: 400;
  1462. color: #8890b1;
  1463. line-height: 20px;
  1464. margin-left: 310px;
  1465. /* margin-top: 112px; */
  1466. }
  1467. .ziti1 {
  1468. width: 100px;
  1469. font-size: 16px;
  1470. font-family: PingFangSC-Medium, PingFang SC;
  1471. font-weight: 500;
  1472. color: #262626;
  1473. line-height: 22px;
  1474. margin-left: 381px;
  1475. margin-top: -21px;
  1476. }
  1477. .winseaview-view {
  1478. padding: 0 0 20px;
  1479. }
  1480. .container {
  1481. overflow: scroll;
  1482. height: 93vh;
  1483. }
  1484. .nav {
  1485. width: 381px;
  1486. height: 20px;
  1487. }
  1488. </style>