fix: 分切下料,送轴业务

This commit is contained in:
2024-09-09 15:52:48 +08:00
parent 2dbc3c0644
commit e5f6906404
8 changed files with 53 additions and 48 deletions

View File

@@ -147,7 +147,6 @@
</el-dialog>
<!--表格渲染-->
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
<el-table-column type="selection" width="55" />
<el-table-column prop="point_code" label="点位编码" width="100px" show-overflow-tooltip />
<el-table-column prop="full_point_code" label="满轴位" width="110px" show-overflow-tooltip />
<el-table-column prop="full_vehicle_code" label="满轴载具编码" width="120px" show-overflow-tooltip />
@@ -163,6 +162,8 @@
{{ dict.label.sch_empty_point_status[scope.row.empty_point_status] }}
</template>
</el-table-column>
<el-table-column prop="up_qzzno" label="上轴" width="110px" show-overflow-tooltip />
<el-table-column prop="down_qzzno" label="下轴" width="110px" show-overflow-tooltip />
<el-table-column prop="ext_code" label="外部编码" width="100px" show-overflow-tooltip />
<el-table-column prop="product_area" label="生产区域" />
<el-table-column prop="point_location" label="位置">