chengxiangling
2025-05-11 eedfb8fa8d1eeb83554081f5785f832f45a64f3a
提交页面script加上name命名
已修改15个文件
32 ■■■■ 文件已修改
src/App.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/bom/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/calendarView/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/processRouteDataPreparate/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/sheetMetalParamConfig/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/abnormalPartNumberReport/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/gasPiping/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/gasPlanning/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/gasProduceStatics/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/pipeProduceStatics/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlanList/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/sheetMetalOrderManage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/sheetMetalRedundantReport/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/sheetMetalSupplyGap/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/weldSeamEcharts/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -1,8 +1,8 @@
<template>
  <el-config-provider :locale="locale === 'zh' ? zhCnEl : enUsEl">
    <keep-alive :include="cachedViewsList">
    <!-- <keep-alive :include="cachedViewsList">
      <router-view />
    </keep-alive>
    </keep-alive> -->
    <router-view />
  </el-config-provider>
</template>
src/views/basicData/bom/index.vue
@@ -124,7 +124,7 @@
  </div>
</template>
<script setup name="ApsPlatePlan">
<script setup name="Bom">
import {
  listApsBomHeaderList,
  listApsBomLineList,
src/views/basicData/calendarView/index.vue
@@ -75,7 +75,7 @@
  </div>
</template>
<script setup>
<script setup name="CalendarView">
import { calendarView } from "@/api/basicData/calendar";
import { listAll_plant } from "@/api/basicData/plant";
const plantList = ref([]);
src/views/basicData/processRouteDataPreparate/index.vue
@@ -126,7 +126,7 @@
  </div>
</template>
<script setup name="ApsPlatePlan">
<script setup name="ProcessRouteDataPreparate">
import { listAll_plant } from "@/api/basicData/plant";
import {
  apsStandardProcessRouteHeaderList,
src/views/basicData/sheetMetalParamConfig/index.vue
@@ -20,7 +20,7 @@
    </el-form>
  </div>
</template>
<script setup>
<script setup name="SheetMetalParamConfig">
import {
  queryConfigParams,
  queryConfigParamsSave,
src/views/mainPlan/abnormalPartNumberReport/index.vue
@@ -82,7 +82,7 @@
  </div>
</template>
<script setup name="Calendar">
<script setup name="AbnormalPartNumberReport">
import HxlhTable from "@/components/HxlhTable";
import { redundantOrderList } from "@/api/basicData/sheetMetalConfig/sheetMetalConfig";
import { listAll_plant } from "@/api/basicData/plant";
src/views/mainPlan/gasPiping/index.vue
@@ -248,7 +248,7 @@
  </div>
</template>
<script setup name="ApsPlatePlan">
<script setup name="GasPiping">
import {
  listPlan,
  examplePlan,
src/views/mainPlan/gasPlanning/index.vue
@@ -514,7 +514,7 @@
    </div>
  </div>
</template>
<script setup name="gasPlanning">
<script setup name="GasPlanning">
// import { ElMessage } from "element-plus";
import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning";
const height = ref(document.documentElement.clientHeight - 400 + "px;");
src/views/mainPlan/gasProduceStatics/index.vue
@@ -82,7 +82,7 @@
  </div>
</template>
<script setup name="gasProduceStatics">
<script setup name="GasProduceStatics">
import {
  listUpdateGasProduceStatics,
  listGasProduceStatics,
src/views/mainPlan/pipeProduceStatics/index.vue
@@ -86,7 +86,7 @@
  </div>
</template>
<script setup name="gasProduceStatics">
<script setup name="PipeProduceStatics">
import {
  listUpdateGasProduceStatics,
  listGasProduceStatics,
src/views/mainPlan/platePlanList/index.vue
@@ -108,7 +108,7 @@
  </div>
</template>
<script setup name="Aps_plate_process_stat">
<script setup name="ApsPlatePlanList">
import {
  listApsPlateProcessShopStat,
  listApsPlateProcessShopStatUpdate,
src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -253,7 +253,7 @@
  </div>
</template>
<script setup name="Calendar">
<script setup name="SheetMetalOrderManage">
import HxlhTable from "@/components/HxlhTable";
import { parseTime } from "@/utils/ruoyi.js";
import useBasicStore from "@/store/modules/request/basic/page";
src/views/mainPlan/sheetMetalRedundantReport/index.vue
@@ -84,7 +84,7 @@
  </div>
</template>
<script setup name="Calendar">
<script setup name="SheetMetalRedundantReport">
import HxlhTable from "@/components/HxlhTable";
import { redundantOrderList } from "@/api/basicData/sheetMetalConfig/sheetMetalConfig";
import { listAll_plant } from "@/api/basicData/plant";
src/views/mainPlan/sheetMetalSupplyGap/index.vue
@@ -82,7 +82,7 @@
  </div>
</template>
<script setup name="Calendar">
<script setup name="SheetMetalSupplyGap">
import HxlhTable from "@/components/HxlhTable";
import {
  supplyGapList
src/views/mainPlan/weldSeamEcharts/index.vue
@@ -38,7 +38,7 @@
        </el-row>
    </div>
</template>
<script setup>
<script setup name="WeldSeamEcharts">
    import * as echarts from 'echarts';
    import { weldSeamEchartsList} from "@/api/mainPlan/weldSeamEcharts/weldSeamEcharts";
    const totalDay = ref([]);