Browse Source

修改报表已知问题

dev
马远东 3 weeks ago
parent
commit
f8fe231248
  1. 18
      src/option/reportforms/Mainlinedeliverydetails.js
  2. 6
      src/option/reportforms/Mainlinedeliveryfailure.js
  3. 6
      src/views/reportforms/BusinessDeliveryTimetable.vue

18
src/option/reportforms/Mainlinedeliverydetails.js

@ -24,7 +24,6 @@ export const columnList = [
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'vehicleLicenseNumber',
@ -169,6 +168,7 @@ export const columnList = [
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'remarks',
@ -278,7 +278,7 @@ export const columnList = [
},
{
prop: 'actualPickupDuration',
label: '实际提货时效',
label: '实际提货时效(h)',
type: 1,
values: '',
width: '180',
@ -289,7 +289,7 @@ export const columnList = [
},
{
prop: 'standardPickupDuration',
label: '提货标准时效',
label: '提货标准时效(h)',
type: 1,
values: '',
width: '150',
@ -319,7 +319,17 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'createUserName',
label: '创建人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
// {
// prop: 'createUserName',
// label: '操作',

6
src/option/reportforms/Mainlinedeliveryfailure.js

@ -46,10 +46,11 @@ export const columnList = [
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'totalPickupItemCount',
label: '提货总件数',
label: '预计提货总件数',
type: 1,
values: '',
width: '150',
@ -81,7 +82,6 @@ export const columnList = [
fixed: false,
sortable: true,
head: false,
isshowSummary: true, //开启统计
},
{
prop: 'scannedPickupItemCount',
@ -179,7 +179,7 @@ export const columnList = [
},
{
prop: 'averagePickupCycle',
label: '平均提货周期',
label: '平均提货周期(h)',
type: 1,
values: '',
width: '180',

6
src/views/reportforms/BusinessDeliveryTimetable.vue

@ -6,7 +6,7 @@
<div v-h5uShow="search">
<!-- 查询模块 -->
<el-form :inline="true" :model="TopQuery" class="el-fr-d">
<el-form-item label="创建时间">
<el-form-item label="入库时间">
<el-date-picker v-model="TopQuery.Storagetime" type="datetimerange" unlink-panels
range-separator="至" start-placeholder="开始时间" end-placeholder="结束时间" :shortcuts="shortcuts"
:default-time="defaultTime2" />
@ -145,10 +145,6 @@ const details = reactive({
label: '商配',
value: '商配'
},
{
label: '市配',
value: '市配'
},
{
label: '自提',
value: '自提'

Loading…
Cancel
Save