md
This commit is contained in:
parent
8546ed5c75
commit
0da7c0ca5b
@ -1513,7 +1513,9 @@ methods: {
|
||||
},
|
||||
calcSendSite(){
|
||||
let queryParams = {
|
||||
province:this.form.sender.province
|
||||
province:this.form.sender.province,
|
||||
city:this.form.sender.city,
|
||||
county:this.form.sender.county
|
||||
};
|
||||
if(this.form.sender.province){
|
||||
getSendSite(queryParams).then(response => {
|
||||
|
||||
@ -207,6 +207,7 @@
|
||||
@queryTable="getList"
|
||||
@selection-change="handleSelectionChange"
|
||||
@sort-change="handleSortChange"
|
||||
@row-dblclick="handleShowTraceInfo"
|
||||
>
|
||||
|
||||
<div slot="toolbar">
|
||||
@ -516,8 +517,8 @@
|
||||
<TraceWaybillDetailView :key="currentTraceBillCode" :scanBillCode="currentTraceBillCode" :billDetail="currentTraceBillItem"></TraceWaybillDetailView>
|
||||
</el-dialog> -->
|
||||
|
||||
<el-dialog title="查看" :visible.sync="openView" width="80%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
<WaybillDetailReadOnly :key="billCode" :billCode="billCode" ></WaybillDetailReadOnly>
|
||||
<el-dialog title="查看" :visible.sync="openTraceInfo" width="80%" :close-on-click-modal="false" v-dialogDrag append-to-body>
|
||||
<WaybillDetailReadOnly :key="currentTraceBillCode" :billCode="currentTraceBillCode" ></WaybillDetailReadOnly>
|
||||
</el-dialog>
|
||||
|
||||
</XdPageContainer>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user