|
|
|
@ -47,12 +47,7 @@ |
|
|
|
></receiveDialog> |
|
|
|
></receiveDialog> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 详情 --> |
|
|
|
<!-- 详情 --> |
|
|
|
<detailsLogisticsDialog |
|
|
|
<detailsLogisticsDialog v-if="detailsLogisticsShow" :showDialog="detailsLogisticsShow" @closeDialog="closeDialog" :rowItem="rowItem"></detailsLogisticsDialog> |
|
|
|
v-if="detailsLogisticsShow" |
|
|
|
|
|
|
|
:showDialog="detailsLogisticsShow" |
|
|
|
|
|
|
|
@closeDialog="closeDialog" |
|
|
|
|
|
|
|
:rowItem="rowItem" |
|
|
|
|
|
|
|
></detailsLogisticsDialog> |
|
|
|
|
|
|
|
</basic-container> |
|
|
|
</basic-container> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
@ -68,7 +63,7 @@ export default { |
|
|
|
addLogisticsDialog, |
|
|
|
addLogisticsDialog, |
|
|
|
returnDialog, |
|
|
|
returnDialog, |
|
|
|
receiveDialog, |
|
|
|
receiveDialog, |
|
|
|
detailsLogisticsDialog, |
|
|
|
detailsLogisticsDialog |
|
|
|
}, |
|
|
|
}, |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
@ -154,6 +149,7 @@ export default { |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
span: 12, |
|
|
|
span: 12, |
|
|
|
width: 120, |
|
|
|
width: 120, |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '起点-区域', |
|
|
|
label: '起点-区域', |
|
|
|
@ -163,13 +159,6 @@ export default { |
|
|
|
span: 12, |
|
|
|
span: 12, |
|
|
|
width: 120, |
|
|
|
width: 120, |
|
|
|
searchOrder:17, |
|
|
|
searchOrder:17, |
|
|
|
type: 'select', |
|
|
|
|
|
|
|
filterable: true, |
|
|
|
|
|
|
|
dicUrl: '/blade-desk/station/getStationRegionList?isStart=true', |
|
|
|
|
|
|
|
props: { |
|
|
|
|
|
|
|
label: 'stationRegion', |
|
|
|
|
|
|
|
value: 'stationRegion', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '起点-站点', |
|
|
|
label: '起点-站点', |
|
|
|
@ -206,13 +195,6 @@ export default { |
|
|
|
width: 120, |
|
|
|
width: 120, |
|
|
|
hide: true, |
|
|
|
hide: true, |
|
|
|
searchOrder:15, |
|
|
|
searchOrder:15, |
|
|
|
type: 'select', |
|
|
|
|
|
|
|
filterable: true, |
|
|
|
|
|
|
|
dicUrl: '/blade-desk/station/getStationRegionList?isStart=false', |
|
|
|
|
|
|
|
props: { |
|
|
|
|
|
|
|
label: 'stationRegion', |
|
|
|
|
|
|
|
value: 'stationRegion', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '终点-站点', |
|
|
|
label: '终点-站点', |
|
|
|
@ -344,14 +326,14 @@ export default { |
|
|
|
this.showReturnDialog = true; |
|
|
|
this.showReturnDialog = true; |
|
|
|
}, |
|
|
|
}, |
|
|
|
detailsFn(row){ |
|
|
|
detailsFn(row){ |
|
|
|
this.rowItem = row; |
|
|
|
this.rowItem = row |
|
|
|
this.detailsLogisticsShow = true; |
|
|
|
this.detailsLogisticsShow = true |
|
|
|
}, |
|
|
|
}, |
|
|
|
closeDialog() { |
|
|
|
closeDialog() { |
|
|
|
this.showAddDialogd = false; |
|
|
|
this.showAddDialogd = false; |
|
|
|
this.showReturnDialog = false; |
|
|
|
this.showReturnDialog = false; |
|
|
|
this.showReceiveDialog = false; |
|
|
|
this.showReceiveDialog = false; |
|
|
|
this.detailsLogisticsShow = false; |
|
|
|
this.detailsLogisticsShow = false |
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
}, |
|
|
|
}, |
|
|
|
rowSave(row, done, loading) { |
|
|
|
rowSave(row, done, loading) { |
|
|
|
|