index.jsx 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034
  1. import React, { Component } from "react";
  2. import Taro, { getCurrentInstance } from "@tarojs/taro";
  3. import { Button, Picker, Text, View } from "@tarojs/components";
  4. import dayjs from "dayjs";
  5. import ImagePicker from "../../components/common/imagePicker";
  6. import InquiryModal from "../../components/common/inquiryModal";
  7. import AccountModal from "../../components/common/accountModal";
  8. import Select from "../applyreimbursement/select";
  9. import {
  10. AtButton,
  11. AtInput,
  12. AtModal,
  13. AtTextarea,
  14. AtModalHeader,
  15. AtModalContent,
  16. AtRadio,
  17. AtModalAction,
  18. AtIcon,
  19. } from "taro-ui";
  20. import {
  21. getPridDetail,
  22. getAccountList,
  23. selectList,
  24. detailsDelete,
  25. subAccount,
  26. getDepartmentList,
  27. } from "../../utils/servers/servers";
  28. import {
  29. getNumHourse,
  30. getAccountName,
  31. getTypeName,
  32. getVehicleName,
  33. commonAdd,
  34. getNewOptions,
  35. removeNull,
  36. } from "../../utils/tools";
  37. import { resourceAddress } from "../../utils/config";
  38. import "taro-ui/dist/style/components/form.scss";
  39. import "taro-ui/dist/style/components/button.scss";
  40. import "taro-ui/dist/style/components/loading.scss";
  41. import "taro-ui/dist/style/components/icon.scss";
  42. import "taro-ui/dist/style/components/textarea.scss";
  43. import "taro-ui/dist/style/components/input.scss";
  44. import "./index.less";
  45. import NewModal from "./modal"
  46. class Drafts extends Component {
  47. $instance = getCurrentInstance();
  48. constructor(props) {
  49. super(props);
  50. this.state = {
  51. imgs: [],
  52. data: {},
  53. visible: "",
  54. list: [],
  55. total: 0,
  56. reality: 0,
  57. accountvisible: "",
  58. typeVisible: "",
  59. bankData: {},
  60. upaccount: false,
  61. accountsList: [],
  62. isShow: false,
  63. };
  64. this.onChange = this.onChange.bind(this);
  65. this.getNumHourse = this.getNumHourse.bind(this);
  66. }
  67. componentDidMount() {
  68. this.getDepartmentList()
  69. this.$instance.router.params && this.$instance.router.params.id &&
  70. (
  71. this.getDetail(),
  72. this.state.data.type != 2 && this.getMyList()
  73. )
  74. }
  75. componentDidShow() { // 对应onShow,只有在onShow中才会监听到当前页面的改变
  76. let pages = Taro.getCurrentPages();
  77. let currPage = pages[pages.length - 1]; // 获取当前页面
  78. const { data } = this.state
  79. const obj = {
  80. buyerName: currPage.data.name || data.buyerName,
  81. contractNo: currPage.data.contractNo || data.contractNo,
  82. orderNo: currPage.data.orderNo || data.orderNo,
  83. debitId: currPage.data.debitId || data.debitId,
  84. debitTotalAmount: currPage.data.totalAmount || data.debitTotalAmount || 0,
  85. }
  86. this.setState({
  87. data: { ...this.state.data, ...obj },
  88. })
  89. this.getAccountList();
  90. }
  91. componentWillUnmount() {
  92. this.imagePickerRef && this.imagePickerRef.clear();
  93. }
  94. // 部门数据
  95. getDepartmentList() {
  96. getDepartmentList({}).then(v => {
  97. let thedata = v.data;
  98. let theArr = [];
  99. if (!thedata) {
  100. if (v.error && v.error.length) {
  101. Taro.showToast({ title: v.error[0].message, icon: 'none' })
  102. }
  103. } else {
  104. thedata.map(function (item, index) {
  105. theArr.push({
  106. key: index,
  107. name: item.name,
  108. id: item.id
  109. });
  110. });
  111. }
  112. this.setState({
  113. departmentArr: theArr
  114. });
  115. }).catch(() => {
  116. Taro.showToast({
  117. title: '系统错误,请稍后再试',
  118. icon: 'none'
  119. })
  120. })
  121. }
  122. // 图片上传操作
  123. onChange(value, type) {
  124. let arr = this.state.imgs.concat([]);
  125. if (type === "add") {
  126. arr.push(value);
  127. } else if (type === "remove") {
  128. arr.splice(value, 1);
  129. }
  130. this.setState({
  131. imgs: arr,
  132. });
  133. }
  134. onInputChange(title, value) {
  135. }
  136. // 取消添加
  137. onAccountClose() {
  138. this.setState({
  139. accountvisible: "",
  140. })
  141. }
  142. // 添加收款账户
  143. onAccountOk() {
  144. this.setState({
  145. accountvisible: "",
  146. }, () => { this.getMyList() })
  147. }
  148. // 类型修改 取消
  149. onTypeClose() {
  150. this.setState({
  151. typeVisible: "",
  152. })
  153. }
  154. // 类型修改 确定
  155. onTypeOk(type, typeOther) {
  156. const oldType = this.state.data.type
  157. const oldTypeOther = this.state.data.typeOther
  158. if ((oldType == type) && (typeOther == oldTypeOther)) {
  159. this.setState({
  160. typeVisible: "",
  161. })
  162. } else {
  163. let data = {
  164. updateType: 1,
  165. id: this.$instance.router.params.id,
  166. type,
  167. typeOther,
  168. }
  169. subAccount(removeNull(data))
  170. .then((v) => {
  171. if (v.error.length === 0) {
  172. this.getAccountList()
  173. // 手动刷新
  174. const obj = { type, typeOther }
  175. this.setState({
  176. data: { ...this.state.data, ...obj },
  177. typeVisible: "",
  178. })
  179. Taro.showToast({
  180. title: "修改成功!",
  181. icon: "none",
  182. });
  183. } else {
  184. Taro.showToast({
  185. title: v.error[0].message,
  186. icon: "none",
  187. });
  188. }
  189. })
  190. .catch(() => {
  191. });
  192. }
  193. }
  194. // 费用弹窗
  195. onClose() {
  196. this.setState({
  197. visible: "",
  198. })
  199. this.getAccountList()
  200. }
  201. // 报销账户列表
  202. getMyList(sta) {
  203. let data1 = { status: 1 }
  204. let data2 = {
  205. pageNo: 1,
  206. pageSize: 99,
  207. }
  208. selectList(sta ? data2 : data1).then(v => {
  209. if (v.error.length === 0) {
  210. let list = v.data.list || []
  211. if (list?.length > 0) {
  212. if (sta) {
  213. this.setState({
  214. accountsList: list
  215. })
  216. } else {
  217. this.setState({
  218. bankData: list[0],
  219. })
  220. }
  221. }
  222. } else {
  223. Taro.showToast({ title: v.error[0].message, icon: 'none' })
  224. }
  225. }).catch(() => {
  226. Taro.showToast({
  227. title: '系统错误,请稍后再试',
  228. icon: 'none'
  229. })
  230. })
  231. }
  232. // 确认收款账户
  233. selectOn() {
  234. let list = this.state.accountsList
  235. for (var i = 0; i < list.length; i++) {
  236. if (list[i].id == this.state.aid) {
  237. this.setState({
  238. upaccount: false,
  239. bankData: list[i]
  240. })
  241. }
  242. }
  243. }
  244. // 报销单详情
  245. getDetail() {
  246. getPridDetail({
  247. id: this.$instance.router.params.id,
  248. }).then(v => {
  249. if (v.error.length === 0) {
  250. let list = [];
  251. for (let i of (v.data.attachmentUrl || '').split(',')) {
  252. if (i) {
  253. list.push({ 'url': resourceAddress + i })
  254. }
  255. }
  256. this.setState({
  257. data: v.data,
  258. rangeStartMinuteVal: v.data.releaseStartStr,
  259. rangeEndMinuteVal: v.data.releaseEndStr,
  260. totalDuration: v.data.duration,
  261. imgs: list,
  262. })
  263. this.getAccountList()
  264. } else {
  265. Taro.showToast({ title: v.error[0].message, icon: 'none' })
  266. }
  267. }).catch(() => {
  268. Taro.showToast({
  269. title: '系统错误,请稍后再试!',
  270. icon: 'none'
  271. })
  272. })
  273. }
  274. // 报销详情金额列表
  275. getAccountList() {
  276. const { data } = this.state
  277. getAccountList({
  278. eaid: this.$instance.router.params.id,
  279. }).then(v => {
  280. if (v.error.length === 0) {
  281. let sum = 0
  282. for (var i = 0; i < v.data.length; i++) {
  283. // sum += v.data[i].amount
  284. sum = commonAdd(sum, v.data[i].amount)
  285. }
  286. let reality = (sum > data.debitTotalAmount) ? commonAdd(sum, -data.debitTotalAmount) : 0
  287. this.setState({
  288. list: v.data,
  289. total: sum,
  290. reality,
  291. })
  292. } else {
  293. Taro.showToast({ title: v.error[0].message, icon: 'none' })
  294. }
  295. }).catch(() => {
  296. Taro.showToast({
  297. title: '系统错误,请稍后再试',
  298. icon: 'none'
  299. })
  300. }).finally(() => {
  301. this.setState({
  302. isShow: true
  303. })
  304. })
  305. }
  306. // 删除报销详情
  307. detailsDelete(id) {
  308. detailsDelete({
  309. id,
  310. }).then(v => {
  311. if (v.error.length === 0) {
  312. Taro.showToast({ title: "操作成功", icon: 'none' })
  313. this.getAccountList()
  314. } else {
  315. Taro.showToast({ title: v.error[0].message, icon: 'none' })
  316. }
  317. }).catch(() => {
  318. Taro.showToast({
  319. title: '系统错误,请稍后再试',
  320. icon: 'none'
  321. })
  322. })
  323. }
  324. // 提交申请
  325. onSubmit() {
  326. const { data, bankData, list } = this.state
  327. if (data.type == 1) {
  328. if (!data.userNames) {
  329. Taro.showToast({ title: "请填写公出客户名称", icon: "none" });
  330. return;
  331. }
  332. if (!data.districtName) {
  333. Taro.showToast({ title: "请填写公出地点", icon: "none" });
  334. return;
  335. }
  336. if (!this.state.rangeStartMinuteVal) {
  337. Taro.showToast({ title: "请选择公出时间", icon: "none" });
  338. return;
  339. }
  340. if (!this.state.rangeEndMinuteVal) {
  341. Taro.showToast({ title: "请选择公出时间", icon: "none" });
  342. return;
  343. }
  344. }
  345. if (!data.remarks) {
  346. Taro.showToast({ title: "请填写报销事由", icon: "none" });
  347. return;
  348. }
  349. if (list.length == 0) {
  350. Taro.showToast({ title: "请先添加报销/申请费用详细", icon: "none" });
  351. return;
  352. }
  353. if (data.type == 5) {
  354. if (!data.debitId) {
  355. Taro.showToast({ title: "请选择需抵扣的借支", icon: "none" });
  356. return;
  357. }
  358. }
  359. if (data.type != 3 && data.type != 5) {
  360. if (!bankData.id) {
  361. Taro.showToast({ title: "请选择收款账户", icon: "none" });
  362. return;
  363. }
  364. }
  365. let imgUrls = []
  366. if (this.state.imgs.length) {
  367. let picArr = [];
  368. this.state.imgs.map(function (item) {
  369. if (item.url) {
  370. picArr.push(item.url.substring(resourceAddress.length));
  371. } else {
  372. picArr.push(item)
  373. }
  374. });
  375. imgUrls = picArr.join(",");
  376. }
  377. this.setState({
  378. loading: true,
  379. });
  380. let comData = {
  381. updateType: 0,
  382. id: this.$instance.router.params.id,
  383. status: 1, // 提交审核
  384. type: data.type, // 报销类型
  385. typeOther: data.type == 0 ? data.typeOther : undefined, // 其他类型
  386. remarks: data.remarks, // 报销事由
  387. applyDep: (data.type == 4 || data.type == 5) ? undefined : data.applyDep, // 申请部门(借支抵扣不需要)
  388. attachmentUrl: this.state.imgs.length === 0 ? "" : imgUrls, // 附件
  389. payDep: data.payDep, // 支付部门
  390. orderNo: (data.type == 4 || data.type == 5) ? undefined : data.orderNo, // 订单编号(借支抵扣不需要)
  391. debitId: data.type == 4 ? undefined : data.debitId, // 预支单
  392. eaaid: (data.type == 3 || data.type == 5) ? undefined : bankData.id, // 报销账户(第三方付款和抵扣不需要)
  393. // 差旅费
  394. userNames: data.type == 1 ? data.userNames : undefined, // 公出客户名称
  395. districtName: data.type == 1 ? data.districtName : undefined, // 公出地点
  396. releaseStart: data.type == 1 ? this.state.rangeStartMinuteVal : undefined, // 开始时间
  397. releaseEnd: data.type == 1 ? this.state.rangeEndMinuteVal : undefined, // 结束时间
  398. duration: data.type == 1 ? this.state.totalDuration : undefined, // 公出时长
  399. }
  400. subAccount(removeNull(comData))
  401. .then((v) => {
  402. this.setState({
  403. loading: false,
  404. })
  405. if (v.error.length === 0) {
  406. Taro.showToast({
  407. title: "提交成功!",
  408. icon: "none",
  409. });
  410. Taro.switchTab({
  411. url: "/pages/recordlist/index",
  412. });
  413. } else {
  414. Taro.showToast({
  415. title: v.error[0].message,
  416. icon: "none",
  417. });
  418. }
  419. })
  420. .catch(() => {
  421. this.setState({
  422. loading: false,
  423. });
  424. });
  425. }
  426. getNumHourse(startTime, endTime) {
  427. this.setState({
  428. totalDuration: getNumHourse(
  429. startTime,
  430. endTime,
  431. this.state.validDates.length
  432. ),
  433. });
  434. }
  435. onPickerHide() {
  436. this.setState({
  437. isPickerRender: false,
  438. });
  439. }
  440. onSetPickerTime(val) {
  441. let data = val.detail;
  442. this.setState({
  443. rangeStartMinuteVal: data.selectStartTime,
  444. rangeEndMinuteVal: data.selectEndTime,
  445. });
  446. let arr = [];
  447. if (data.startTime && data.endTime) {
  448. let a = dayjs(data.startTime);
  449. let b = dayjs(data.endTime);
  450. let num;
  451. if (a.hour() <= b.hour()) {
  452. num = b.diff(a, "day") + 1;
  453. } else {
  454. num = b.diff(a, "day") + 2;
  455. }
  456. let strAdd = data.startTime;
  457. for (let i = 0; i < num; i++) {
  458. let time = dayjs(strAdd).add(i, "days").format("YYYY-MM-DD");
  459. arr.push({ value: time });
  460. }
  461. }
  462. this.setState({
  463. rangeEndVal: dayjs(data.endTime).format("YYYY-MM-DD"),
  464. rangeStartVal: dayjs(data.startTime).format("YYYY-MM-DD"),
  465. validDates: arr,
  466. }, () => {
  467. let a1 = dayjs(dayjs(data.endTime).format("YYYY-MM-DD HH:mm:ss"));
  468. let b1 = dayjs(dayjs(data.startTime).format("YYYY-MM-DD HH:mm:ss"));
  469. this.getNumHourse(b1, a1);
  470. });
  471. }
  472. render() {
  473. const { data, list, total, bankData, } = this.state
  474. const departmentArr = this.state.departmentArr || [];
  475. return (
  476. <View className="subform">
  477. <View className="title">{getAccountName(data.type, data.typeOther)}</View>
  478. {data.type == 1 &&
  479. <View className="inputFormItem">
  480. <AtInput
  481. name='userNames'
  482. title='公出企业:'
  483. type='text'
  484. placeholder='请填写公出企业'
  485. value={data.userNames}
  486. onChange={e => { data.userNames = e }}
  487. />
  488. </View>}
  489. {data.type == 1 &&
  490. <View className="inputFormItem">
  491. <AtInput
  492. name='districtName'
  493. title='公出地点:'
  494. type='text'
  495. placeholder='请填写公出地点'
  496. value={data.districtName}
  497. onChange={e => { data.districtName = e }}
  498. />
  499. </View>}
  500. {data.type == 1 &&
  501. <View className="formItem">
  502. <View className="formName">公出时间:</View>
  503. <View className="formValue">
  504. <View
  505. className="time"
  506. onClick={() => {
  507. this.setState({
  508. isPickerRender: true,
  509. });
  510. }}
  511. >
  512. {this.state.rangeStartMinuteVal &&
  513. this.state.rangeEndMinuteVal ? (
  514. <View className="timeContent">
  515. <View style={{ textAlign: "center" }}>{this.state.rangeStartMinuteVal}</View>
  516. &nbsp;&nbsp;至&nbsp;&nbsp;
  517. <View style={{ textAlign: "center" }}>{this.state.rangeEndMinuteVal}</View>
  518. </View>
  519. ) : (
  520. "请选择时间"
  521. )}
  522. </View>
  523. <timePicker
  524. config={{
  525. endDate: true,
  526. column: "minute",
  527. dateLimit: false,
  528. limitStartTime: dayjs()
  529. .subtract(3, "year")
  530. .format("YYYY-MM-DD HH:mm:ss"),
  531. limitEndTime: dayjs()
  532. .add(3, "year")
  533. .format("YYYY-MM-DD HH:mm:ss"),
  534. }}
  535. isPartition
  536. pickerShow={this.state.isPickerRender}
  537. onconditionaljudgment={(v) => {
  538. let a = dayjs(
  539. dayjs(v.detail.endTime)
  540. .second(0)
  541. .format("YYYY-MM-DD HH:mm:ss")
  542. );
  543. }}
  544. onhidepicker={() => {
  545. this.onPickerHide();
  546. }}
  547. onsetpickertime={(v) => {
  548. this.onSetPickerTime(v);
  549. }}
  550. />
  551. </View>
  552. </View>}
  553. {data.type == 1 &&
  554. <View className="formItem">
  555. <View className="formName">公出时长:</View>
  556. <View className="formValue">{this.state.totalDuration}小时</View>
  557. </View>}
  558. <View className="formItem">
  559. <View className="formName">申请类型:</View>
  560. <View className="formValue" onClick={() => {
  561. this.setState({
  562. isInquiryOpened: true,
  563. inquiryTitle: "温馨提示",
  564. inquiryContent: "您是否需要重新选择费用类型?原报销数据将清空后,需重新填写!!!",
  565. inquiryFn: () => {
  566. this.setState({
  567. typeVisible: "edit"
  568. })
  569. },
  570. });
  571. }}>
  572. {getAccountName(data.type, data.typeOther)}
  573. <AtIcon value="chevron-right" size="20" color="#000000" />
  574. </View>
  575. </View>
  576. {data.type != 4 && data.type != 5 &&
  577. <View className="formItem">
  578. <View className="formName">报销至订单:</View>
  579. <View className="formValue" onClick={() => {
  580. Taro.navigateTo({
  581. url: "/pages/dataindex/index"
  582. })
  583. }}>
  584. <View>
  585. <View>{data.buyerName}</View>
  586. <View>{data.contractNo}</View>
  587. </View>
  588. <AtIcon value="chevron-right" size="20" color="#000000" />
  589. </View>
  590. </View>}
  591. <View className="formTitle">
  592. {(data.type == 4 || data.type == 5) ? "申请详细" : "报销详细"}
  593. </View>
  594. <View className="formItem">
  595. <View className="formName">申请人:</View>
  596. <View className="formValue">{data.aname}</View>
  597. </View>
  598. {
  599. data.type != 4 && data.type != 5 &&
  600. <View className="formItem">
  601. <View className="formName">报销公司:</View>
  602. <View className="formValue">
  603. <Picker
  604. value={departmentArr.findIndex(item => item.id === data.applyDep)}
  605. range={departmentArr} rangeKey='name' mode='selector'
  606. onChange={(e) => {
  607. const obj = { applyDep: departmentArr[e.detail.value].id, appDepName: departmentArr[e.detail.value].name }
  608. this.setState({
  609. data: { ...data, ...obj },
  610. })
  611. }}>
  612. <View>
  613. {data.appDepName}
  614. <AtIcon value="chevron-right" size="20" color="#000000" />
  615. </View>
  616. </Picker>
  617. </View>
  618. </View>
  619. }
  620. <View className="formItem">
  621. <View className="formName">
  622. {data.type == 4
  623. ? "预借支公司:" : data.type == 5
  624. ? "抵扣公司:" : "支付公司:"}</View>
  625. <View className="formValue">
  626. <Picker
  627. value={departmentArr.findIndex(item => item.id === data.payDep)}
  628. range={departmentArr} rangeKey='name' mode='selector'
  629. onChange={(e) => {
  630. const obj = { payDep: departmentArr[e.detail.value].id, payDepName: departmentArr[e.detail.value].name }
  631. this.setState({
  632. data: { ...data, ...obj },
  633. })
  634. }}>
  635. <View>
  636. {data.payDepName}
  637. <AtIcon value="chevron-right" size="20" color="#000000" />
  638. </View>
  639. </Picker>
  640. </View>
  641. </View>
  642. <View className="formItem">
  643. <View className="formName">{(data.type == 4 || data.type == 5) ? "说明:" : "报销事由:"}</View>
  644. <View className="formValues">
  645. <AtTextarea
  646. value={data.remarks == null ? "" : data.remarks}
  647. onChange={e => {
  648. const obj = { remarks: e }
  649. this.setState({
  650. data: { ...data, ...obj }
  651. })
  652. }}
  653. height={75}
  654. maxLength={50}
  655. placeholder={(data.type == 4 || data.type == 5) ? "请填写说明:" : "请填写报销事由"}
  656. />
  657. </View>
  658. </View>
  659. <View className="formTitle">
  660. {data.type != 4 && data.type != 5 && "报销"}费用详细
  661. <Button className="ftBottom" size='mini' type='primary'
  662. onClick={() => {
  663. data.type == 1
  664. ? this.setState({ visible: "add" })
  665. : Taro.navigateTo({
  666. url: `/pages/accountfrom/index?type=${data.type}&id=${this.$instance.router.params.id}`
  667. })
  668. }}>+ 增加</Button>
  669. </View>
  670. {this.state.visible != "" &&
  671. <NewModal
  672. eaid={this.$instance.router.params.id}
  673. visible={this.state.visible}
  674. onClose={this.onClose.bind(this)}
  675. />}
  676. {/* 差旅费显示 */}
  677. {data.type == 1 &&
  678. list?.map(item =>
  679. item.type == 1
  680. ? <View className="unItem" key={item.id}>
  681. <View className="close"
  682. onClick={() => {
  683. this.setState({
  684. isInquiryOpened: true,
  685. inquiryTitle: "提醒",
  686. inquiryContent: "您确定要删除吗?",
  687. inquiryFn: () => {
  688. this.detailsDelete(item.id);
  689. },
  690. });
  691. }}
  692. >删除</View>
  693. {/* <View className="edit">编辑</View> */}
  694. <View className="formItem">
  695. <View className="formName">交通工具:</View>
  696. <View className="formValue">{getVehicleName(item.vehicle, item.vehicleOther)}</View>
  697. </View>
  698. <View className="formItem">
  699. <View className="formName">时间:</View>
  700. <View className="formValue">
  701. <View className="ftxt">{item.startTimeStr}</View>
  702. &nbsp;&nbsp;至&nbsp;&nbsp;
  703. <View className="ftxt">{item.endTimeStr}</View>
  704. </View>
  705. </View>
  706. <View className="formItem">
  707. <View className="formName">地点:</View>
  708. <View className="formValue">
  709. <View className="ftxt">{item.startDistrict}</View>
  710. <Text style={{ fontSize: "30px", padding: "0 5px" }}>⇀</Text>
  711. <View className="ftxt">{item.endDistrict}</View>
  712. </View>
  713. </View>
  714. <View className="formItem">
  715. <View className="formName">金额:</View>
  716. <View className="formValue">{item.amount}(元)</View>
  717. </View>
  718. </View>
  719. : <View className="inputFormItems" key={item.id}>
  720. {/* <AtInput
  721. name={item.id}
  722. title={getTypeName(item.type) + ":"}
  723. type='number'
  724. placeholder='请输入金额(元)'
  725. value={item.amount}
  726. /> */}
  727. <View className="formItem">
  728. <View className="formName">{getTypeName(item.type) + ":"}</View>
  729. <View className="formValue">{item.amount}(元)</View>
  730. </View>
  731. <View className="close"
  732. onClick={() => {
  733. this.setState({
  734. isInquiryOpened: true,
  735. inquiryTitle: "提醒",
  736. inquiryContent: "您确定要删除吗?",
  737. inquiryFn: () => {
  738. this.detailsDelete(item.id);
  739. },
  740. });
  741. }}
  742. >删除</View>
  743. </View>)}
  744. {/* 通用 */}
  745. {(data.type == 0 || data.type == 2 || data.type == 4 || data.type == 5) &&
  746. list?.map(item =>
  747. <View className="unItem" key={item.id}>
  748. <View className="close"
  749. onClick={() => {
  750. this.setState({
  751. isInquiryOpened: true,
  752. inquiryTitle: "提醒",
  753. inquiryContent: "您确定要删除吗?",
  754. inquiryFn: () => {
  755. this.detailsDelete(item.id);
  756. },
  757. });
  758. }}
  759. >删除</View>
  760. {/* <View className="edit">编辑</View> */}
  761. {!!item.agreeTimeStr &&
  762. <View className="formItem">
  763. <View className="formName">{data.type == 5 ? "支付时间:" : "需付款时间:"}</View>
  764. <View className="formValue">{item.agreeTimeStr.slice(0, 10)}</View>
  765. </View>}
  766. <View className="formItem">
  767. <View className="formName">
  768. {data.type == 4
  769. ? "预借支金额:" : data.type == 5
  770. ? "抵扣金额:" : "金额:"}
  771. </View>
  772. <View className="formValue">{item.amount}(元)</View>
  773. </View>
  774. </View>
  775. )}
  776. {/* 第三方付款 */}
  777. {data.type == 3 &&
  778. list?.map(item =>
  779. <View className="unItem" key={item.id}>
  780. <View className="close"
  781. onClick={() => {
  782. this.setState({
  783. isInquiryOpened: true,
  784. inquiryTitle: "提醒",
  785. inquiryContent: "您确定要删除吗?",
  786. inquiryFn: () => {
  787. this.detailsDelete(item.id);
  788. },
  789. });
  790. }}
  791. >删除</View>
  792. {/* <View className="edit">编辑</View> */}
  793. {!!item.agreeTimeStr &&
  794. <View className="formItem">
  795. <View className="formName">需付款时间:</View>
  796. <View className="formValue">{item.agreeTimeStr.slice(0, 10)}</View>
  797. </View>}
  798. <View className="formItem">
  799. <View className="formName">付款方式:</View>
  800. <View className="formValue">{["公对公转账"][item.payType]}</View>
  801. </View>
  802. <View className="formItem">
  803. <View className="formName">发票类型:</View>
  804. <View className="formValue">{["普票", "专票"][item.invoiceType]}</View>
  805. </View>
  806. <View className="formItem">
  807. <View className="formName">发票号:</View>
  808. <View className="formValue">{item.invoiceNo}</View>
  809. </View>
  810. <View className="formItem">
  811. <View className="formName">付款单位:</View>
  812. <View className="formValue">{item.payerName}</View>
  813. </View>
  814. <View className="formItem">
  815. <View className="formName">开户银行:</View>
  816. <View className="formValue">{item.openBank}</View>
  817. </View>
  818. <View className="formItem">
  819. <View className="formName">银行账户:</View>
  820. <View className="formValue">{item.bankAccounts}</View>
  821. </View>
  822. <View className="formItem">
  823. <View className="formName">开户行地址:</View>
  824. <View className="formValue">{item.openBankAddress}</View>
  825. </View>
  826. <View className="formItem">
  827. <View className="formName">金额:</View>
  828. <View className="formValue">{item.amount}</View>
  829. </View>
  830. </View>
  831. )
  832. }
  833. {
  834. data.type != 4 &&
  835. <View className="formItem">
  836. <View className="formName">{data.type == 5 ? "抵扣借支:" : "抵扣:"}</View>
  837. <View className="formValue"
  838. onClick={() => {
  839. Taro.navigateTo({
  840. url: `/pages/debitnote/index?depId=${data.applyDep}&id=${data.id}`
  841. })
  842. }}
  843. >
  844. {!data.debitId
  845. ? <Button size='mini' type='primary' style={{ marginRight: 0 }}>{'抵扣借支'}</Button>
  846. : <View>已选择<Text style={{ color: "red" }}>{data.debitTotalAmount}</Text>元借支订单
  847. <AtIcon value="chevron-right" size="20" color="#000000" />
  848. </View>}
  849. </View>
  850. </View>
  851. }
  852. {data.type != 4 && data.type != 5 && < View className="tips">注:如需抵扣借支,请选择对应的借支订单</View>}
  853. {
  854. data.type != 4 && data.type != 5 &&
  855. <View className="formItem" style={{ paddingTop: "10px" }}>
  856. <View className="formName">总金额:</View>
  857. <View className="formValue"><Text style={{ color: "red" }}>{total}</Text>(元)</View>
  858. </View>
  859. }
  860. {
  861. data.type != 4 && data.type != 5 &&
  862. <View className="formItem" style={{ paddingTop: "10px" }}>
  863. <View className="formName">实报金额:</View>
  864. <View className="formValue"><Text style={{ color: "red" }}>{this.state.reality}</Text>(元)</View>
  865. </View>
  866. }
  867. <View className="formItem" style={{ display: "block", paddingBottom: 0 }}>
  868. <View className="formName">附件:</View>
  869. <View
  870. className="formValue"
  871. style={{ paddingTop: "10px", textAlign: "left" }}
  872. >
  873. {this.state.isShow &&
  874. <ImagePicker
  875. files={this.state.imgs}
  876. showAddBtn={true}
  877. ref={(ref) => (this.imagePickerRef = ref)}
  878. url="/api/admin/release/upload"
  879. onChange={this.onChange}
  880. />}
  881. </View>
  882. </View>
  883. <View className="tips">上传附件要求</View>
  884. <View className="tips">①需要提供发票报销</View>
  885. <View className="tips">②需要填写报销明细表</View>
  886. <View className="tips">③招待费需要提供报备截图</View>
  887. {
  888. data.type != 3 &&
  889. <View className="formTitle" style={{ marginTop: "20px" }}>
  890. 报销收款账户
  891. </View>
  892. }
  893. {
  894. data.type != 3 && data.type != 5 &&
  895. <View className="unobstructedList">
  896. {(!bankData.id)
  897. ? <View className="noAccout" onClick={() => { this.setState({ accountvisible: true }) }}>
  898. 暂未有收款账户
  899. <View className="nbt">去添加 &gt;</View>
  900. </View>
  901. : <View className="unItem" >
  902. <View className="edit"
  903. onClick={() => {
  904. this.setState({
  905. upaccount: true,
  906. aid: bankData.id,
  907. }, () => {
  908. this.getMyList(true)
  909. })
  910. }}
  911. >修改</View>
  912. <View className="formItem">
  913. <View className="formName">收款人:{bankData.name}</View>
  914. </View>
  915. <View className="formItem">
  916. <View className="formName">收款银行:{bankData.bank}</View>
  917. </View>
  918. <View className="formItem">
  919. <View className="formName">收款账户:{bankData.accounts}</View>
  920. </View>
  921. </View>}
  922. </View>
  923. }
  924. <View className="bottom">
  925. <AtButton
  926. disabled={this.state.loading}
  927. type="primary"
  928. circle
  929. onClick={() => {
  930. this.onSubmit()
  931. }}
  932. >
  933. {data.status == 0 ? "提交申请" : data.status == 3 && "重新发起"}
  934. </AtButton>
  935. </View>
  936. {/* 二级确认弹窗 */}
  937. <InquiryModal
  938. isOpened={this.state.isInquiryOpened}
  939. title={this.state.inquiryTitle}
  940. content={this.state.inquiryContent}
  941. onClose={() => {
  942. this.setState({
  943. isInquiryOpened: false,
  944. inquiryTitle: "",
  945. inquiryContent: "",
  946. isNo: true,
  947. });
  948. }}
  949. onDetermine={() => {
  950. this.state.inquiryFn();
  951. this.setState({
  952. isInquiryOpened: false,
  953. inquiryTitle: "",
  954. inquiryContent: "",
  955. isNo: true,
  956. inquiryFn: () => { },
  957. });
  958. }}
  959. />
  960. {/* 收款账户添加 */}
  961. {
  962. this.state.accountvisible != "" &&
  963. <AccountModal
  964. isSub={true}
  965. visible={this.state.accountvisible}
  966. onClose={this.onAccountClose.bind(this)}
  967. onOk={this.onAccountOk.bind(this)}
  968. />
  969. }
  970. {/* 收款账户列表 */}
  971. <AtModal isOpened={this.state.upaccount}>
  972. <AtModalHeader>请选择收款账户</AtModalHeader>
  973. <AtModalContent>
  974. <AtRadio
  975. options={getNewOptions(this.state.accountsList)}
  976. value={this.state.aid}
  977. onClick={e => { this.setState({ aid: e }) }}
  978. />
  979. </AtModalContent>
  980. <AtModalAction>
  981. <Button type='secondary' onClick={() => { this.setState({ upaccount: false, accountsList: [] }) }}>取消</Button>
  982. <Button type='primary' onClick={() => { this.selectOn() }}>确定</Button>
  983. </AtModalAction>
  984. </AtModal>
  985. {/* 申请类型修改 */}
  986. {
  987. this.state.typeVisible != "" &&
  988. <Select
  989. visible={this.state.typeVisible}
  990. onClose={this.onTypeClose.bind(this)}
  991. onOk={this.onTypeOk.bind(this)}
  992. type={data.type}
  993. other={data.typeOther}
  994. />
  995. }
  996. </View >
  997. );
  998. }
  999. }
  1000. export default Drafts;