|
|
@@ -2,11 +2,11 @@
|
|
|
<el-dialog append-to-body :title="title" :visible.sync="dialogFormVisible" @close="close">
|
|
|
<el-form ref="form" label-position="top" label-width="100px" :model="form" :rules="rules">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="12">
|
|
|
+ <!-- <el-col :span="12">
|
|
|
<el-form-item label="工单名称" prop="name">
|
|
|
<el-input v-model="form.name" />
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="工单类型" prop="orderTypeId">
|
|
|
<el-select
|
|
|
@@ -206,6 +206,9 @@
|
|
|
if (item.props.label === '客户名称') {
|
|
|
this.form.custName = item.props.value
|
|
|
}
|
|
|
+ if (item.props.label === '工单名称') {
|
|
|
+ this.form.name = item.props.value
|
|
|
+ }
|
|
|
items.push({
|
|
|
componentName: item.componentName,
|
|
|
id: item.props.id,
|