xiugai
This commit is contained in:
parent
bf301b18b9
commit
0a47f6eac5
@ -39,7 +39,7 @@
|
||||
v-if="columns.showColumn('fkOperationCode')" />
|
||||
<el-table-column prop="fkProductlinebodyCode" label="产线" align="center" :show-overflow-tooltip="true"
|
||||
v-if="columns.showColumn('fkProductlinebodyCode')" />
|
||||
<el-table-column prop="fkWorkstationCode" label="工位号" align="center" :show-overflow-tooltip="true"
|
||||
<el-table-column prop="fkWorkstationCode" label="工位" align="center" :show-overflow-tooltip="true"
|
||||
v-if="columns.showColumn('fkWorkstationCode')" />
|
||||
<el-table-column prop="isActive" label="是否有效" align="center" v-if="columns.showColumn('isActive')">
|
||||
<template #default="scope">
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
<!-- 添加或修改对话框 -->
|
||||
<el-dialog :title="title" :lock-scroll="false" v-model="open" width="800">
|
||||
<el-dialog draggable :title="title" :lock-scroll="false" v-model="open" width="800">
|
||||
<el-form ref="formRef" :model="form" :rules="rules" label-width="100px">
|
||||
<el-row :gutter="20">
|
||||
<el-col :lg="12">
|
||||
@ -115,7 +115,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="12">
|
||||
<el-form-item label="工站" prop="fkWorkstationCode">
|
||||
<el-form-item label="工位" prop="fkWorkstationCode">
|
||||
<el-select v-model="form.fkWorkstationCode" placeholder="请选择" style="width: 100%">
|
||||
<el-option v-for="item in workstationNameSelect" :key="item.value" :label="item.label"
|
||||
:value="item.value">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user