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,