Browse Source

fix: 空派增加预报时间调整

lyc 1 week ago
parent
commit
1b01bf546e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/kongPai/components/ViewDetailIconme.vue

+ 2 - 1
src/views/kongPai/components/ViewDetailIconme.vue

@@ -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: '行运易单号' },