billway.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. <template>
  2. <div class="billWay_container">
  3. <div class="title">
  4. <el-row>
  5. <el-col :span="24">
  6. <div class="demo-input-suffix" style="margin-left: 10px;margin-top: 15px;">
  7. <el-upload :action="url" :http-request="importExcel" list-type="text" :show-file-list="false" >
  8. <el-button type="primary">导入参数</el-button>
  9. <el-select style="margin-left: 120px;" v-model="noCarWayBill.billwayStatus" placeholder="运单状态">
  10. <el-option
  11. v-for="item in tradeStatus"
  12. :key="item.value"
  13. :label="item.label"
  14. :value="item.value">
  15. </el-option>
  16. </el-select>
  17. </el-upload>
  18. </div>
  19. <div class="demo-input-suffix" style="margin-top: 5px;">
  20. <el-input placeholder="客户名称" class="input-demo" v-model="noCarWayBill.customerName"></el-input>
  21. <el-input placeholder="公司名称" class="input-demo" v-model="noCarWayBill.companyName"></el-input>
  22. <el-input placeholder="税号" class="input-demo" v-model="noCarWayBill.taxplayerCode"></el-input>
  23. <el-input placeholder="运单编号" class="input-demo" v-model="noCarWayBill.billNum"></el-input>
  24. <el-button style="margin-right: 1%;" @click="DownloadTemplate">查询模板下载</el-button>
  25. <el-button type="primary" style="margin-left: 1%;" @click="exportExcel">导出报表</el-button>
  26. </div>
  27. <div class="demo-input-suffix" style="margin-top: 5px;margin-left: 10px;">
  28. <el-input placeholder="车牌号" class="input-demo" v-model="noCarWayBill.plateNum"></el-input>
  29. <el-date-picker v-model="noCarWayBill.startBegin" type="datetimerange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="运单上传开始指令始" end-placeholder="运单上传开始指令止"></el-date-picker>
  30. <el-date-picker v-model="noCarWayBill.endBegin" type="datetimerange" value-format="yyyy-MM-dd HH:mm:SS" range-separator="至" start-placeholder="运单上传结束指令始" end-placeholder="运单上传结束指令止"></el-date-picker>
  31. <!-- <el-date-picker v-model="noCarWayBill.startEnd" type="date" placeholder="开始指令上传时间止"></el-date-picker>
  32. <el-date-picker v-model="noCarWayBill.startBegin" type="date" placeholder="开始指令上传时间始"></el-date-picker> -->
  33. <!-- <el-date-picker v-model="noCarWayBill.endBegin" type="date" placeholder="结束指令上传时间始"></el-date-picker>
  34. <el-date-picker v-model="noCarWayBill.endEnd" type="date" placeholder="结束指令上传时间止"></el-date-picker> -->
  35. <el-button type="success" style="margin-left: 1%;" @click="firstLoadData">查询</el-button>
  36. <el-button type="success" style="margin-left: 1%;" @click="updateStatus">更新状态</el-button>
  37. </div>
  38. </el-col>
  39. </el-row>
  40. </div>
  41. <!-- 表格部分 -->
  42. <template>
  43. <el-table
  44. class="table"
  45. v-loading="loading"
  46. ref="multipleTable"
  47. :data="billWayTable"
  48. :height="heightt"
  49. border
  50. tooltip-effect="dark" @selection-change="handleSelectionChange">
  51. <el-table-column
  52. type="selection"
  53. width="55">
  54. </el-table-column>
  55. <el-table-column
  56. label="客户名称"
  57. prop="customerName"
  58. show-overflow-tooltip>
  59. </el-table-column>
  60. <el-table-column
  61. label="企业编号"
  62. prop="companyNum"
  63. show-overflow-tooltip>
  64. </el-table-column>
  65. <el-table-column
  66. prop="companyName"
  67. label="公司名称"
  68. show-overflow-tooltip>
  69. </el-table-column>
  70. <el-table-column
  71. prop="billNum"
  72. label="运单编号"
  73. show-overflow-tooltip>
  74. </el-table-column>
  75. <el-table-column
  76. prop="taxplayerCode"
  77. label="税号"
  78. show-overflow-tooltip>
  79. </el-table-column>
  80. <el-table-column
  81. label="车牌号码"
  82. prop="plateNum"
  83. show-overflow-tooltip>
  84. </el-table-column>
  85. <el-table-column
  86. prop="startTime"
  87. label="运单开始时间"
  88. width="120"
  89. show-overflow-tooltip>
  90. </el-table-column>
  91. <el-table-column
  92. prop="intfaceStartTime"
  93. label="开始指令时间"
  94. width="120"
  95. show-overflow-tooltip>
  96. </el-table-column>
  97. <el-table-column
  98. prop="predictEndTime"
  99. label="运单结束时间"
  100. width="120"
  101. show-overflow-tooltip>
  102. </el-table-column>
  103. <el-table-column
  104. prop="interfaceEndTime"
  105. label="结束指令时间"
  106. width="120"
  107. show-overflow-tooltip>
  108. </el-table-column>
  109. <el-table-column
  110. prop="sourceAddr"
  111. label="运单开始地址"
  112. width="120"
  113. show-overflow-tooltip>
  114. </el-table-column>
  115. <el-table-column
  116. prop="destAddr"
  117. label="运单结束地址"
  118. width="120"
  119. show-overflow-tooltip>
  120. </el-table-column>
  121. <el-table-column
  122. prop="fee"
  123. label="运单费用"
  124. show-overflow-tooltip>
  125. <template slot-scope="scope">
  126. <span>{{scope.row.fee/100| rounding}}</span>
  127. </template>
  128. </el-table-column>
  129. <el-table-column
  130. label="运单状态"
  131. show-overflow-tooltip>
  132. <template slot-scope="scope">
  133. <span v-if="scope.row.billwayStatus == 1" style="color: green">未结束</span>
  134. <span v-else-if="scope.row.billwayStatus == -2" style="color: red">上传失败</span>
  135. <span v-else-if="scope.row.billwayStatus == -3" style="color: red">结束指令上传失败</span>
  136. <span v-else-if="scope.row.billwayStatus == 2" style="color: green">开票中</span>
  137. <span v-else-if="scope.row.billwayStatus == 3" style="color: green">开票完成</span>
  138. <span v-else-if="scope.row.billwayStatus == 4" style="color: red">超时运单</span>
  139. </template>
  140. </el-table-column>
  141. <el-table-column
  142. label="是否成功"
  143. show-overflow-tooltip>
  144. <template slot-scope="scope">
  145. <span v-if="scope.row.billwayStatus == -2 || scope.row.billwayStatus == -3" style="color: red">失败</span>
  146. <span v-else-if="scope.row.billwayStatus != -2 && scope.row.billwayStatus != -3" style="color: green">成功</span>
  147. </template>
  148. </el-table-column>
  149. <el-table-column
  150. prop="failReason"
  151. label="失败原因"
  152. show-overflow-tooltip>
  153. </el-table-column>
  154. <el-table-column
  155. prop="updateTime"
  156. label="最后更新时间"
  157. width="120"
  158. show-overflow-tooltip>
  159. </el-table-column>
  160. <el-table-column
  161. prop="hisFlag"
  162. label="运单类型"
  163. show-overflow-tooltip>
  164. <template slot-scope="scope">
  165. <span v-if="scope.row.hisFlag == 0" >实时运单</span>
  166. <span v-else-if="scope.row.hisFlag == 1">历史运单</span>
  167. </template>
  168. </el-table-column>
  169. <el-table-column
  170. prop="interType"
  171. label="对接方式"
  172. show-overflow-tooltip>
  173. <template slot-scope="scope">
  174. <span v-if="scope.row.interType == 0">接口</span>
  175. <span v-if="scope.row.interType == 1">平台</span>
  176. <span v-if="scope.row.interType == 3">迁移数据</span>
  177. </template>
  178. </el-table-column>
  179. </el-table>
  180. </template>
  181. <!-- 分页 -->
  182. <div class="block">
  183. <el-pagination
  184. @size-change="handleSizeChange"
  185. @current-change="handleCurrentChange"
  186. :current-page="current"
  187. :page-sizes="[6, 8, 10, 20, 50, 100]"
  188. :page-size="pagesize"
  189. layout="total, sizes, prev, pager, next, jumper"
  190. :total="total">
  191. </el-pagination>
  192. </div>
  193. </div>
  194. </template>
  195. <script type="text/javascript">
  196. import FileSaver from "file-saver";
  197. import XLSX from "xlsx";
  198. export default {
  199. data(){
  200. return{
  201. noCarWayBill:{
  202. billNum:''
  203. },
  204. formUserList: {
  205. "file": ""
  206. },
  207. tradeStatus:[
  208. {"label":"上传失败","value":"-2"},
  209. {"label":"结束指令上传失败","value":"-3"},
  210. {"label":"未结束","value":"1"},
  211. {"label":"开票中","value":"2"},
  212. {"label":"开票完成","value":"3"},
  213. {"label":"超时运单","value":"4"}],
  214. multipleSelection: [],
  215. optionone: [{
  216. value: 0,
  217. label: '实时运单'
  218. }, {
  219. value: 1,
  220. label: '历史运单'
  221. }],
  222. billWayTable:[],
  223. current: 1,
  224. pagesize: 8,
  225. hightt:'0px',
  226. total:''
  227. }
  228. },
  229. created() {
  230. //设置表格高度
  231. this.heightt = '300px';
  232. this.loadData();
  233. },
  234. filters: {
  235. rounding (value) {
  236. return value.toFixed(2)
  237. }
  238. },
  239. methods:{
  240. firstLoadData(){
  241. this.current = 1;
  242. this.pagesize = 8;
  243. this.loadData();
  244. },
  245. // 列表展示
  246. async loadData() {
  247. const formData = new FormData();
  248. formData.append('current', this.current);
  249. formData.append('size', this.pagesize);
  250. for(var i in this.noCarWayBill){
  251. formData.append(i,this.noCarWayBill[i]);
  252. }
  253. const response = await this.$http.post(`noCar/findBillWay`, formData);
  254. if (response.data.code === 0) {
  255. this.billWayTable = response.data.data.records;
  256. this.total = response.data.data.total;
  257. }
  258. },
  259. importExcel (content) {
  260. const file = content.file
  261. // let file = file.files[0] // 使用传统的input方法需要加上这一步
  262. const filename = file.name
  263. if(!filename||typeof filename!='string'){
  264. this.$message('格式错误!请重新选择')
  265. return
  266. }
  267. let a = filename.split('').reverse().join('');
  268. let types = a.substring(0,a.search(/\./)).split('').reverse().join('');
  269. const fileType = ['xlsx', 'xlc', 'xlm', 'xls', 'xlt', 'xlw', 'csv'].some(item => item === types)
  270. if (!fileType) {
  271. this.$message(fileType+'格式错误!请重新选择xlsx xls格式')
  272. return
  273. }
  274. this.file2Xce(file).then(tabJson => {
  275. var billNums = '';
  276. if (tabJson && tabJson.length > 0) {
  277. this.xlsxJson = tabJson
  278. this.fileList = this.xlsxJson[0].sheet
  279. this.fileList.forEach((item, index, arr) => {
  280. if(item['运单编号']!=null && item['运单编号']!='' && typeof item['运单编号']!='undefined'){
  281. billNums+= item['运单编号']+',';
  282. }
  283. });
  284. }
  285. if(billNums!=''){
  286. this.noCarWayBill.billNum =billNums.substring(0,billNums.length-1);
  287. }
  288. })
  289. },
  290. file2Xce (file) {
  291. return new Promise(function (resolve, reject) {
  292. const reader = new FileReader()
  293. reader.onload = function (e) {
  294. const data = e.target.result
  295. this.wb = XLSX.read(data, {
  296. type: 'binary'
  297. })
  298. const result = []
  299. var are = (this.wb.Sheets.Sheet1)['!ref'];
  300. var areRe = are.replace('A1','A2');
  301. (this.wb.Sheets.Sheet1)['!ref'] = areRe;
  302. this.wb.SheetNames.forEach((sheetName) => {
  303. result.push({
  304. sheetName: sheetName,
  305. sheet: XLSX.utils.sheet_to_json(this.wb.Sheets[sheetName])
  306. })
  307. })
  308. resolve(result)
  309. }
  310. // reader.readAsBinaryString(file.raw)
  311. reader.readAsBinaryString(file) // 传统input方法
  312. })
  313. },
  314. // 下载模板
  315. DownloadTemplate() {
  316. var url = hostUrl+"noCar/templateDownload?fileName=5"
  317. window.location.href= url;
  318. },
  319. handleRemove(file, fileList) {
  320. },
  321. handlePreview(file) {
  322. },
  323. handleSuccess (a) {
  324. this.formUserList.file = a.raw;
  325. },
  326. handleSelectionChange(value){
  327. this.multipleSelection = value;
  328. },
  329. async updateStatus(){
  330. const formData = new FormData();
  331. formData.append('noCarWayBillStr', JSON.stringify(this.multipleSelection));
  332. const response = await this.$http.post(`noCar/updateStatus`,formData);
  333. if(response.data.code === 0) {
  334. this.loadData();
  335. this.$message({
  336. type: 'success',
  337. message: '更新成功'
  338. });
  339. }else {
  340. this.$message({
  341. type: 'error',
  342. message: '更新失败'
  343. });
  344. }
  345. },
  346. // 分页方法
  347. handleSizeChange(val) {
  348. this.pagesize = val;
  349. this.loadData();
  350. },
  351. handleCurrentChange(val) {
  352. this.current = val;
  353. this.loadData();
  354. },
  355. // 批量上传模板信息
  356. async batchUpload() {
  357. this.fullscreenLoading = true;
  358. const formData = new FormData();
  359. formData.append('file', this.formUserList.file);
  360. const response = await this.$http.post(`noCar/batchImportNocarBillWay`,formData);
  361. var {data: { code, msg, data }} = response;
  362. if(code === 0 && msg === '1') {
  363. this.fullscreenLoading = false;
  364. this.billWayTable = response.data.data;
  365. this.total = response.data.data.length;
  366. }else {
  367. this.fullscreenLoading = false;
  368. this.$message.error('数据存在错误,请检查文件中数据');
  369. }
  370. },
  371. formartNum(wb){
  372. var sheet = wb['Sheets']['Sheet1'];
  373. var replaceTemp = [];
  374. for(var i in sheet){
  375. if(sheet[i]['v'] == '运单费用'){
  376. replaceTemp.push(i.replace(/[0-9]/g,''));
  377. continue;
  378. }
  379. if(replaceTemp.includes(i.replace(/[0-9]/g,''))){
  380. sheet[i]['t']='n';
  381. }
  382. }
  383. },
  384. async exportExcel() {
  385. const loading = this.$loading({
  386. lock: true,
  387. text: '系统正在努力接收中,过程大概需要几分钟的时间,请您耐心等待...',
  388. spinner: 'el-icon-loading',
  389. background: 'rgba(0, 0, 0, 0.7)'
  390. });
  391. var recodes = [];
  392. for(var j=1;j<=this.total/10000+1;j++){
  393. const formData = new FormData();
  394. formData.append('current', j);
  395. formData.append('size', 10000);
  396. for(var i in this.noCarWayBill){
  397. formData.append(i,this.noCarWayBill[i]);
  398. }
  399. const response = await this.$http.post(`noCar/findBillWay`, formData);
  400. if (response.data.code === 0) {
  401. recodes = recodes.concat(response.data.data.records);
  402. }
  403. }
  404. // 设置当前日期
  405. let time = new Date();
  406. let year = time.getFullYear();
  407. let month = time.getMonth() + 1;
  408. let day = time.getDate();
  409. let name = "无车运单查询列表_"+year + "" + month + "" + day;
  410. let cloums = [
  411. {"title":"企业编号","key":"companyNum"},
  412. {"title":"公司名称","key":"companyName"},
  413. {"title":"运单号","key":"billNum"},
  414. {"title":"税号","key":"taxplayerCode"},
  415. {"title":"车牌号码","key":"plateNum"},
  416. {"title":"运单开始时间","key":"startTime"},
  417. {"title":"运单结束时间","key":"predictEndTime"},
  418. {"title":"运单开始地址","key":"sourceAddr"},
  419. {"title":"运单结束地址","key":"destAddr"},
  420. {"title":"运单费用(元)","key":"fee"},
  421. {"title":"运单状态","key":"billwayStatus"},
  422. {"title":"失败原因","key":"failReason"},
  423. {"title":"运单类型","key":"hisFlag"},
  424. ];
  425. await this.exportExcelComm(cloums,recodes,name,loading);
  426. },
  427. formatJson (filterVal, jsonData) {
  428. return jsonData.map(v => filterVal.map(j => {
  429. if(j == 'billwayStatus'){
  430. if(v[j] == 1){
  431. return "未结束";
  432. } else if(v[j] == -2){
  433. return "上传失败";
  434. }else if(v[j] == -3){
  435. return "指令结束上传失败";
  436. }else if(v[j] == 2){
  437. return "开票中";
  438. }else if(v[j] == 3){
  439. return "开票完成";
  440. }else {
  441. return "超时运单";
  442. }
  443. }else if(j =='fee'){
  444. return v[j]/100;
  445. }else if(j=='hisFlag'){
  446. if(v[j] == 0){
  447. return "实时运单";
  448. }else{
  449. return "历史运单";
  450. }
  451. }else{
  452. return v[j];
  453. }
  454. }));
  455. },
  456. // 导出Excel
  457. exportExcelComm(columns,list,excelName,loading){
  458. require.ensure([], () => {
  459. const { export_json_to_excel } = require('@/vendor/Export2Excel');
  460. let tHeader = []
  461. let filterVal = []
  462. columns.forEach(item =>{
  463. tHeader.push(item.title)
  464. filterVal.push(item.key)
  465. })
  466. for(var i =0;i<list.length/100000;i++){
  467. const data = this.formatJson(filterVal, list.slice(i*100000,(i+1)*100000>list.length?list.length:(i+1)*100000));
  468. export_json_to_excel(tHeader, data, excelName+'_'+i);
  469. }
  470. loading.close();
  471. })
  472. }
  473. }
  474. };
  475. </script>
  476. <style>
  477. .billWay_container {
  478. border: 1px solid #d9d9d9;
  479. border-radius: 10px;
  480. }
  481. .billWay_container .title {
  482. font-size: 5px;
  483. margin-bottom: 20px;
  484. }
  485. .billWay_container .top {
  486. padding-top: 20px;
  487. padding-left: 20px;
  488. }
  489. .billWay_container .text {
  490. display: inline-block;
  491. color: #000;
  492. font-size: 16px ;
  493. margin-left: 1%;
  494. }
  495. .billWay_container .input-demo {
  496. display: inline-block;
  497. width: 15%;
  498. margin-left: 1%;
  499. }
  500. .billWay_container .block {
  501. font-size: 5px;
  502. text-align: center;
  503. margin-top: 25px;
  504. margin-bottom: 25px;
  505. }
  506. .billWay_container .el-dialog {
  507. width: 60%;
  508. }
  509. .billWay_container .el-dialog__header, .el-dialog__body {
  510. padding: 0 20px;
  511. }
  512. .billWay_container .tou {
  513. font-size: 20px;
  514. height: 30px;
  515. line-height: 30px;
  516. padding-top: 15px;
  517. }
  518. .billWay_container .line {
  519. margin-top: 15px;
  520. margin-bottom: 15px;
  521. width: 100%;
  522. height: 2px;
  523. background-color: #d9d9d9;
  524. }
  525. .billWay_container .xinxi {
  526. text-align: center;
  527. margin: 15px auto;
  528. font-size: 18px;
  529. }
  530. </style>