Browse Source

2025-12-01

过站采集-》车间工作平台优化
master
fengyuan_yang 1 month ago
parent
commit
485787be40
  1. 8
      src/views/modules/yieldReport/com_produce_report_normal.vue

8
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -307,7 +307,7 @@
</el-tab-pane>
<el-tab-pane label="工装模具" name="sfdc_tool">
<el-table
height="170"
height="182"
:data="orderToolList"
border
v-loading="dataListLoading"
@ -329,7 +329,7 @@
</el-table-column>
</el-table>
<el-table
height="205"
height="193"
:data="sfdcToolList"
border
v-loading="dataListLoading"
@ -370,7 +370,7 @@
</el-tab-pane>
<el-tab-pane label="材料清单" name="sfdc_material">
<el-table
height="170"
height="182"
:data="orderBomList"
border
v-loading="dataListLoading"
@ -392,7 +392,7 @@
</el-table-column>
</el-table>
<el-table
height="205"
height="193"
:data="sfdcMaterialList"
border
v-loading="dataListLoading"

Loading…
Cancel
Save