gongchunyi
2 天以前 f13419e6ed413bc2e7640a9d3988c541cd2a2a6f
src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
@@ -1,6 +1,6 @@
<template>
  <div>
    <PanelHeader title="出入库趋势" />
    <PanelHeader title="出入库趋势" to="/inventoryManagement/receiptManagement" />
    <div class="main-panel panel-item-customers">
      <div class="filters-row">
@@ -30,7 +30,7 @@
import ProductTypeSwitch from './ProductTypeSwitch.vue'
import { productInOutAnalysis } from '@/api/viewIndex.js'
const productType = ref(1) // 1=原材料 2=半成品 3=成品
const productType = ref(2) // 1=原材料 3=半成品 2=成品
const chartStyle = { width: '100%', height: '130%' }