From c5c5452a5623e17f6e2e73d321018bb35e720ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 18 Feb 2023 23:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=A5=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=88=97=E5=AE=BD=E6=8E=92=E7=89=88=EF=BC=88=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/AllocationDetail.vue | 2 +- jshERP-web/src/views/report/BuyInReport.vue | 2 +- jshERP-web/src/views/report/InDetail.vue | 2 +- jshERP-web/src/views/report/InOutStockReport.vue | 2 +- jshERP-web/src/views/report/MaterialStock.vue | 4 ++-- jshERP-web/src/views/report/OutDetail.vue | 2 +- jshERP-web/src/views/report/SaleOutReport.vue | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jshERP-web/src/views/report/AllocationDetail.vue b/jshERP-web/src/views/report/AllocationDetail.vue index de6f4ac5..8ddf7601 100644 --- a/jshERP-web/src/views/report/AllocationDetail.vue +++ b/jshERP-web/src/views/report/AllocationDetail.vue @@ -208,7 +208,7 @@ this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)] }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2100 }, methods: { moment, diff --git a/jshERP-web/src/views/report/BuyInReport.vue b/jshERP-web/src/views/report/BuyInReport.vue index 17dea39c..8f867801 100644 --- a/jshERP-web/src/views/report/BuyInReport.vue +++ b/jshERP-web/src/views/report/BuyInReport.vue @@ -136,7 +136,7 @@ this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)] }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2100 }, methods: { moment, diff --git a/jshERP-web/src/views/report/InDetail.vue b/jshERP-web/src/views/report/InDetail.vue index 853d47f1..66594033 100644 --- a/jshERP-web/src/views/report/InDetail.vue +++ b/jshERP-web/src/views/report/InDetail.vue @@ -201,7 +201,7 @@ this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)] }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2300 }, methods: { moment, diff --git a/jshERP-web/src/views/report/InOutStockReport.vue b/jshERP-web/src/views/report/InOutStockReport.vue index c6fc1baa..bb773f4d 100644 --- a/jshERP-web/src/views/report/InOutStockReport.vue +++ b/jshERP-web/src/views/report/InOutStockReport.vue @@ -162,7 +162,7 @@ this.getTotalCountMoney() }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2100 }, methods: { moment, diff --git a/jshERP-web/src/views/report/MaterialStock.vue b/jshERP-web/src/views/report/MaterialStock.vue index a0ff04b7..aea1df91 100644 --- a/jshERP-web/src/views/report/MaterialStock.vue +++ b/jshERP-web/src/views/report/MaterialStock.vue @@ -151,7 +151,7 @@ return (t !== '合计') ? (parseInt(index) + 1) : t } }, - {title: '库存流水', dataIndex: 'action', align:"center", width: 150, fixed: 'left', + {title: '库存流水', dataIndex: 'action', align:"center", width: 100, fixed: 'left', scopedSlots: { customRender: 'action' } }, {title: '条码', dataIndex: 'mBarCode', width: 150, fixed: 'left'}, @@ -178,7 +178,7 @@ this.loadTreeData() }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2100 }, methods: { moment, diff --git a/jshERP-web/src/views/report/OutDetail.vue b/jshERP-web/src/views/report/OutDetail.vue index 5af47fb5..ecfca31e 100644 --- a/jshERP-web/src/views/report/OutDetail.vue +++ b/jshERP-web/src/views/report/OutDetail.vue @@ -201,7 +201,7 @@ this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)] }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2300 }, methods: { moment, diff --git a/jshERP-web/src/views/report/SaleOutReport.vue b/jshERP-web/src/views/report/SaleOutReport.vue index 9eaa8e40..858731db 100644 --- a/jshERP-web/src/views/report/SaleOutReport.vue +++ b/jshERP-web/src/views/report/SaleOutReport.vue @@ -141,7 +141,7 @@ this.defaultTimeStr = [moment(getNowFormatYear() + '-01-01', this.dateFormat), moment(this.currentDay, this.dateFormat)] }, mounted () { - this.scroll.x = 2500 + this.scroll.x = 2100 }, methods: { moment,