|
@@ -2,7 +2,7 @@
|
|
|
查看空派收入-明细
|
|
|
-->
|
|
|
<template>
|
|
|
- <el-dialog top="0" width="1200px" title="详情" :visible.sync="dialogVisible" :before-close="detailClose"
|
|
|
+ <el-dialog top="0" width="1300px" title="详情" :visible.sync="dialogVisible" :before-close="detailClose"
|
|
|
:close-on-click-modal="false">
|
|
|
<div ref="detailsContentRef" class="details-content">
|
|
|
<!-- 基本信息 -->
|
|
@@ -218,6 +218,7 @@ export default {
|
|
|
enabledVisible: true,
|
|
|
items: [
|
|
|
{ field: 'ReceiveTimeStr', label: '收货日期' },
|
|
|
+ { field: 'ForecastTime', label: '预报时间' },
|
|
|
{ field: 'CompanyName', label: '客户名称' },
|
|
|
{ field: 'CustomerOrderNo', label: '客户单号' },
|
|
|
{ field: 'SystemNo', label: '行运易单号' },
|