fix:新增日志时工艺路线显示调整
This commit is contained in:
parent
8312a79685
commit
8551b35f24
|
@ -2,7 +2,7 @@
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:title="titleMap[mode]"
|
:title="titleMap[mode]"
|
||||||
v-model="visible"
|
v-model="visible"
|
||||||
:size="1000"
|
style="width: 80%;"
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
@closed="$emit('closed')"
|
@closed="$emit('closed')"
|
||||||
>
|
>
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col> -->
|
</el-col> -->
|
||||||
<el-col :md="12" :sm="12" :xs="24" v-if="mlogtype!=='rework'">
|
<el-col v-if="mlogtype!=='rework'">
|
||||||
<el-form-item label="工艺路线">
|
<el-form-item label="工艺路线">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="form.route"
|
v-model="form.route"
|
||||||
|
@ -88,10 +88,9 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in routeOptions"
|
v-for="item in routeOptions"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
:label="item.routepack_name"
|
:label="item.name"
|
||||||
:value="item.id"
|
:value="item.id"
|
||||||
>
|
>
|
||||||
<span>{{ item.routepack_name }}</span>
|
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -205,6 +204,7 @@
|
||||||
:showName="form.handle_user_name"
|
:showName="form.handle_user_name"
|
||||||
:apiObj="this.$API.system.user.list"
|
:apiObj="this.$API.system.user.list"
|
||||||
:params="{ depts: dept }"
|
:params="{ depts: dept }"
|
||||||
|
style="width: 100%;"
|
||||||
></ehsSelect>
|
></ehsSelect>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
|
@ -446,7 +446,7 @@ export default {
|
||||||
that.form.batch = '';
|
that.form.batch = '';
|
||||||
that.form.parent = '';
|
that.form.parent = '';
|
||||||
that.form.count_use = 0;
|
that.form.count_use = 0;
|
||||||
if(that.scanKyes!=='mat'&&that.bwItemForms.length>1){
|
if(that.scanKyes!=='mat'&&that.bwItemForms.length>0){
|
||||||
//2
|
//2
|
||||||
// async function callApis() {
|
// async function callApis() {
|
||||||
// for (const item of that.bwItemForms) {
|
// for (const item of that.bwItemForms) {
|
||||||
|
|
Loading…
Reference in New Issue