|
@@ -151,7 +151,7 @@
|
|
|
<el-select v-model="editForm.modelIds" @change="companyChange" clearable filterable multiple placeholder="请选择项目模具" value-key='id' style="width:510px">
|
|
|
<el-option v-for="item in molds" :key="item.id" :label="item.modelName" :value="item">
|
|
|
<span style="float: left">{{ item.modelName }}</span>
|
|
|
- <span style="float: right; color: #8492a6; font-size: 6px;margin-right:17px;">{{ item.produceCompany }}</span>
|
|
|
+ <span style="float: right; color: #8492a6; font-size: 6px;margin-right:17px;">{{ item.produceCompanyName }}</span>
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
@@ -630,7 +630,9 @@
|
|
|
produce.push(list[i])
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ this.editForm.managerId = "";
|
|
|
+ this.editForm.customerApproverId = "";
|
|
|
+ this.editForm.users = [];
|
|
|
this.allUser = res.data;
|
|
|
this.charger = res.data;
|
|
|
this.assets = assets;
|