|
@@ -1,11 +1,13 @@
|
|
|
<template>
|
|
|
<!-- 运单管理 -->
|
|
|
<div class="waybill_home">
|
|
|
- <actionBar :operateList="operateList" :formList="formList" :ruleForm="searchRuleForm" @openModel="openModel"
|
|
|
- @searchProtocol="searchProtocol"></actionBar>
|
|
|
+ <div ref="grabble">
|
|
|
+ <actionBar :operateList="operateList" :formList="formList" :ruleForm="searchRuleForm" @openModel="openModel"
|
|
|
+ @searchProtocol="searchProtocol"></actionBar>
|
|
|
+ </div>
|
|
|
<div class="card_content">
|
|
|
<!-- 表单 -->
|
|
|
- <tables ref="refWaybill" :suspension="true" :tableList="tableList" :tableData="tableData"
|
|
|
+ <tables ref="refWaybill" tableHeight="68vh" :suspension="true" :tableList="tableList" :tableData="tableData"
|
|
|
@buttonData="buttonData">
|
|
|
</tables>
|
|
|
<!-- 分页 -->
|
|
@@ -133,9 +135,9 @@
|
|
|
import {
|
|
|
WaybillStatus
|
|
|
} from '@/assets/js/blockSort'
|
|
|
- import {
|
|
|
- number
|
|
|
- } from 'echarts'
|
|
|
+ // import {
|
|
|
+ // number
|
|
|
+ // } from 'echarts'
|
|
|
export default {
|
|
|
name: 'WaybillManagement',
|
|
|
components: {
|
|
@@ -185,6 +187,7 @@
|
|
|
}],
|
|
|
searchRuleForm: {
|
|
|
waybillNo: '',
|
|
|
+ orderNo: '',
|
|
|
status: null,
|
|
|
time: [],
|
|
|
},
|
|
@@ -271,13 +274,14 @@
|
|
|
saveSenderAddress: true,
|
|
|
saveConsigneeAddress: true,
|
|
|
conserveFlag: true,
|
|
|
+ tableHeight: '',
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
const dataList = formRules();
|
|
|
this.formRuleList = dataList;
|
|
|
- this.getReviewerList()
|
|
|
- this.getDelivererList()
|
|
|
+ // this.getReviewerList()
|
|
|
+ // this.getDelivererList()
|
|
|
this.getList()
|
|
|
},
|
|
|
methods: {
|
|
@@ -598,6 +602,8 @@
|
|
|
this.waybillData.reCheckName = row.reCheck.nickName
|
|
|
this.waybillData.reCheckPhone = row.reCheck.phone
|
|
|
} else if (type == 'edit') {
|
|
|
+ this.getReviewerList()
|
|
|
+ this.getDelivererList()
|
|
|
this.conserveFlag = false
|
|
|
this.staffTitle = '编辑'
|
|
|
this.staffDialogVisible = true
|
|
@@ -831,6 +837,8 @@
|
|
|
this.$nextTick(() => {
|
|
|
// this.$refs.sender.radio = '1'
|
|
|
this.$refs.recipients.radio = '1'
|
|
|
+ this.getReviewerList()
|
|
|
+ this.getDelivererList()
|
|
|
})
|
|
|
} else if (type == 'sends') {
|
|
|
const arrID = this.$refs.refWaybill.waybillIds
|