waybill.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. <template>
  2. <div class="waybill">
  3. <!-- 头部细节部分 -->
  4. <div class="title">
  5. <el-row>
  6. <el-col :span="24">
  7. <div class="top">
  8. <span style="margin-top: 10px;">导入文件:</span>
  9. <el-upload
  10. class="upload-demo"
  11. ref="upload"
  12. action="http://invoice.back.jkcredit.com/dishonestuser/upload"
  13. :on-preview="handlePreview"
  14. :on-remove="handleRemove"
  15. :on-change="handleSuccess"
  16. :auto-upload="false">
  17. <el-button slot="trigger" size="small" type="primary">选取文件</el-button>
  18. <el-button style="margin-left: 10px;" size="small" type="success" @click="batchUpload" v-loading.fullscreen.lock="fullscreenLoading">提交</el-button>
  19. </el-upload>
  20. </div>
  21. </el-col>
  22. </el-row>
  23. <el-row>
  24. <el-col :span="24">
  25. <div class="top">
  26. <el-input placeholder="用户名" class="input-demo" style="margin: 0;" v-model="customerName"></el-input>
  27. <el-input placeholder="用户所在公司" class="input-demo" v-model="companyName"></el-input>
  28. <el-input placeholder="批次号" class="input-demo" v-model="batchNum"></el-input>
  29. <el-button style="margin-left: 1%;" @click="DownloadTemplate">下载模板</el-button>
  30. <el-button type="success" style="margin-left: 1%;" @click="loadData">查询</el-button>
  31. <!-- <el-button type="info" style="margin-left: 1%;">重置</el-button> -->
  32. </div>
  33. </el-col>
  34. </el-row>
  35. </div>
  36. <!-- 头部细节部分结束 -->
  37. <!-- 表格部分 -->
  38. <template>
  39. <el-table
  40. v-loading="loading"
  41. ref="multipleTable"
  42. :data="usertable"
  43. height="370px"
  44. border
  45. tooltip-effect="dark">
  46. <el-table-column
  47. label="用户名"
  48. prop="customerName"
  49. show-overflow-tooltip>
  50. </el-table-column>
  51. <el-table-column
  52. label="用户手机号"
  53. prop="customerPhone"
  54. show-overflow-tooltip>
  55. </el-table-column>
  56. <el-table-column
  57. prop="company"
  58. label="用户所在公司"
  59. show-overflow-tooltip>
  60. </el-table-column>
  61. <el-table-column
  62. prop="batchNumber"
  63. label="批次号"
  64. show-overflow-tooltip>
  65. </el-table-column>
  66. <el-table-column
  67. label="创建时间"
  68. show-overflow-tooltip>
  69. <template slot-scope="scope" show-overflow-tooltip>
  70. <span>{{scope.row.createTime | fmtDate}}</span>
  71. </template>
  72. </el-table-column>
  73. <el-table-column
  74. label="操作"
  75. width="80">
  76. <template slot-scope="scope" show-overflow-tooltip>
  77. <span style="cursor:pointer;color: blue;" @click="checkLook(scope.row.batchNumber)">查看</span>
  78. </template>
  79. </el-table-column>
  80. </el-table>
  81. </template>
  82. <!-- 分页 -->
  83. <div class="block">
  84. <el-pagination
  85. @size-change="handleSizeChange"
  86. @current-change="handleCurrentChange"
  87. :current-page="current"
  88. :page-sizes="[6, 8, 10]"
  89. :page-size="pagesize"
  90. layout="total, sizes, prev, pager, next, jumper"
  91. :total="total">
  92. </el-pagination>
  93. </div>
  94. <!-- 查看 -->
  95. <el-dialog
  96. @close="handleEditDialogClose"
  97. :visible.sync="addList"
  98. style="font-size: 0px;">
  99. <template>
  100. <div class="tou">运单列表</div>
  101. <div class="line"></div>
  102. <div class="styleType">
  103. <el-input placeholder="运单编号" class="theinput" v-model="billNum"></el-input>
  104. <el-input placeholder="车牌号" class="theinput" v-model="plateNum"></el-input>
  105. <el-input placeholder="税号" class="theinput" v-model="taxPlayerCode"></el-input>
  106. <el-button type="success" style="margin-left: 1%;" @click="loadDataCar">查询</el-button>
  107. <!-- <el-button type="info" style="margin-left: 1%;">重置</el-button> -->
  108. </div>
  109. <el-table
  110. v-loading="loading"
  111. ref="multipleTable"
  112. :data="usertabletwo"
  113. border
  114. tooltip-effect="dark">
  115. <el-table-column
  116. label="运单编号"
  117. prop="billNum"
  118. show-overflow-tooltip>
  119. </el-table-column>
  120. <el-table-column
  121. prop="taxPlayerCode"
  122. label="税号"
  123. show-overflow-tooltip>
  124. </el-table-column>
  125. <el-table-column
  126. label="车牌号码"
  127. prop="plateNumber"
  128. show-overflow-tooltip>
  129. </el-table-column>
  130. <el-table-column
  131. prop="startTime"
  132. label="运单开始时间"
  133. show-overflow-tooltip>
  134. </el-table-column>
  135. <el-table-column
  136. prop="sourceAddr"
  137. label="运单开始地址"
  138. show-overflow-tooltip>
  139. </el-table-column>
  140. <el-table-column
  141. prop="destAddr"
  142. label="运单目的地址"
  143. show-overflow-tooltip>
  144. </el-table-column>
  145. <el-table-column
  146. prop="predictEndTime"
  147. label="运单预计完成时间"
  148. show-overflow-tooltip>
  149. </el-table-column>
  150. <el-table-column
  151. prop="fee"
  152. label="运单费用(元)"
  153. show-overflow-tooltip>
  154. <template slot-scope="scope" show-overflow-tooltip>
  155. <span>{{scope.row.fee / 100}}</span>
  156. </template>
  157. </el-table-column>
  158. <el-table-column
  159. prop="billwayStatus"
  160. label="运单状态"
  161. show-overflow-tooltip>
  162. <template slot-scope="scope">
  163. <span v-if="scope.row.billwayStatus == 1" style="color: green">未结束</span>
  164. <span v-else-if="scope.row.billwayStatus == 2" style="color: green">开票中</span>
  165. <span v-else-if="scope.row.billwayStatus == 3" style="color: green">开票完成</span>
  166. <span v-else-if="scope.row.billwayStatus == 4" style="color: red">超时运单</span>
  167. </template>
  168. </el-table-column>
  169. </el-table>
  170. </template>
  171. <div class="blocks">
  172. <el-pagination
  173. @size-change="handleSize"
  174. @current-change="handleCurrent"
  175. :current-page="currenttwo"
  176. :page-sizes="[6, 8, 10]"
  177. :page-size="pagesizetwo"
  178. layout="total, sizes, prev, pager, next, jumper"
  179. :total="totaltwo">
  180. </el-pagination>
  181. </div>
  182. </el-dialog>
  183. </div>
  184. </template>
  185. <script>
  186. export default{
  187. data() {
  188. return {
  189. loading: false,
  190. fullscreenLoading: false,
  191. customerName: '',
  192. companyName: '',
  193. billNum: '',
  194. plateNumber: '',
  195. taxPlayerCode: '',
  196. status: '',
  197. addList: false,
  198. current: 1,
  199. pagesize: 8,
  200. total: 0,
  201. currenttwo: 1,
  202. pagesizetwo: 8,
  203. totaltwo: 0,
  204. batchNum: '',
  205. batchNumberQ:'',
  206. usertable: [],
  207. usertabletwo: [],
  208. formUserList: {
  209. "customerName": "",
  210. "file": "",
  211. "roleId": ""
  212. },
  213. optionone: [{
  214. value: '1',
  215. label: '成功'
  216. }, {
  217. value: '2',
  218. label: '失败'
  219. }],
  220. isSuccess: '',
  221. }
  222. },
  223. created() {
  224. this.formUserList.customerName = sessionStorage.getItem('userName');
  225. this.loadData();
  226. },
  227. methods: {
  228. // 列表展示
  229. async loadData() {
  230. const formData = new FormData();
  231. formData.append('current', this.current);
  232. formData.append('size', this.pagesize);
  233. formData.append('customerName',this.formUserList.customerName);
  234. formData.append('company', this.companyName);
  235. formData.append('batchNumer', this.batchNum);
  236. formData.append('operType', 1);
  237. const response = await this.$http.post(`noCar/findBatchList`, formData);
  238. if (response.data.code === 0) {
  239. this.loading = false;
  240. this.usertable = response.data.data.records;
  241. this.total = response.data.data.total;
  242. }
  243. },
  244. // 下载模板
  245. DownloadTemplate() {
  246. var url = hostUrl+"noCar/templateDownload?fileName=1"
  247. window.location.href= url;
  248. },
  249. // 批量上传模板信息
  250. async batchUpload() {
  251. this.fullscreenLoading = true;
  252. const formData = new FormData();
  253. formData.append('customerName', this.formUserList.customerName);
  254. formData.append('file', this.formUserList.file);
  255. const response = await this.$http.post(`noCar/batchImprotBillWay`,formData);
  256. var {data: { code, msg, data }} = response;
  257. if(code === 0 && msg === 'success') {
  258. this.loadData();
  259. this.fullscreenLoading = false;
  260. this.$message.success('上传成功');
  261. }else if(code === 1 && msg == null && data == null) {
  262. this.fullscreenLoading = false;
  263. this.$message.error('数据存在错误,请检查文件中数据');
  264. }else {
  265. this.fullscreenLoading = false;
  266. this.$message.error(msg);
  267. }
  268. },
  269. // 查看批次数据
  270. async checkLook(id) {
  271. this.addList = true;
  272. this.batchNumberQ = id;
  273. this.loadDataCar();
  274. },
  275. handleEditDialogClose(){
  276. this.addList = false;
  277. },
  278. // 查看实时数据
  279. async loadDataCar() {
  280. const formData = new FormData();
  281. formData.append('current', this.currenttwo);
  282. formData.append('size', this.pagesizetwo);
  283. formData.append('customerName', this.formUserList.customerName);
  284. formData.append('batchNum', this.batchNumberQ);
  285. formData.append('plateNumber', this.plateNumber);
  286. formData.append('taxPlayerCode', this.taxPlayerCode);
  287. formData.append('hisFlag', 0);
  288. const response = await this.$http.post(`noCar/findBillWay`, formData);
  289. if (response.data.code === 0) {
  290. this.loading = false;
  291. this.usertabletwo = response.data.data.records;
  292. this.totaltwo = response.data.data.total;
  293. }
  294. },
  295. handleRemove(file, fileList) {
  296. console.log(file, fileList);
  297. },
  298. handlePreview(file) {
  299. console.log(file);
  300. },
  301. handleSuccess (a) {
  302. this.formUserList.file = a.raw;
  303. },
  304. // 分页方法
  305. handleSizeChange(val) {
  306. this.pagesize = val;
  307. this.loadData();
  308. console.log(`每页 ${val} 条`);
  309. },
  310. handleCurrentChange(val) {
  311. this.current = val;
  312. this.loadData();
  313. console.log(`当前页: ${val}`);
  314. },
  315. handleSize(val) {
  316. this.pagesizetwo = val;
  317. this.loadDataCar();
  318. console.log(`每页 ${val} 条`);
  319. },
  320. handleCurrent(val) {
  321. this.currenttwo = val;
  322. this.loadDataCar();
  323. console.log(`当前页: ${val}`);
  324. }
  325. }
  326. };
  327. </script>
  328. <style>
  329. .waybill {
  330. border: 1px solid #d9d9d9;
  331. border-radius: 10px;
  332. }
  333. .waybill .upload-demo {
  334. display: inline-block;
  335. }
  336. .waybill .title {
  337. font-size: 5px;
  338. margin-bottom: 20px;
  339. }
  340. .waybill .top {
  341. padding-top: 20px;
  342. padding-left: 20px;
  343. }
  344. .waybill .text {
  345. display: inline-block;
  346. color: #000;
  347. font-size: 16px ;
  348. margin-left: 1%;
  349. }
  350. .waybill .tou {
  351. font-size: 20px;
  352. height: 30px;
  353. line-height: 30px;
  354. padding-top: 15px;
  355. }
  356. .waybill .line {
  357. margin-top: 15px;
  358. margin-bottom: 15px;
  359. width: 100%;
  360. height: 2px;
  361. background-color: #d9d9d9;
  362. }
  363. .waybill .theinput {
  364. display: inline-block;
  365. width: 20%;
  366. }
  367. .waybill .styleType {
  368. margin-top: 20px;
  369. margin-bottom: 20px;
  370. }
  371. .waybill .input-demo {
  372. display: inline-block;
  373. width: 20%;
  374. margin-left: 1%;
  375. }
  376. .waybill .block {
  377. font-size: 5px;
  378. text-align: center;
  379. margin-top: 15px;
  380. margin-bottom: 20px;
  381. }
  382. .waybill .blocks {
  383. font-size: 5px;
  384. text-align: center;
  385. margin-top: 20px;
  386. padding-bottom: 20px;
  387. }
  388. .waybill .el-dialog {
  389. width: 90%;
  390. }
  391. .waybill .el-dialog__header, .el-dialog__body {
  392. padding: 0 20px;
  393. }
  394. </style>