refactor: 移除上级库位
This commit is contained in:
parent
5ec80073fe
commit
50713ea57e
@ -165,11 +165,11 @@
|
||||
<el-col :span="8">
|
||||
<el-form-item label-width="80">
|
||||
<el-switch v-model="autoGenFlag"
|
||||
active-color="#13ce66"
|
||||
active-text="自动生成"
|
||||
@change="handleAutoGenChange(autoGenFlag)" v-if="optType != 'view'">
|
||||
active-color="#13ce66"
|
||||
active-text="自动生成"
|
||||
@change="handleAutoGenChange(autoGenFlag)" v-if="optType != 'view'">
|
||||
</el-switch>
|
||||
</el-form-item>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
@ -190,17 +190,16 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
|
||||
<el-col :span="24">
|
||||
<div style="display: flex">
|
||||
<el-form-item label="上级库位" prop="attr1">
|
||||
<div style="display: flex">
|
||||
<el-input v-model="form.superiorName" placeholder="请选择上级库位" />
|
||||
<el-button @click="selecareaVisible=true" icon="el-icon-search"></el-button>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</div>
|
||||
</el-col>
|
||||
<!-- <el-col :span="24">-->
|
||||
<!-- <div style="display: flex">-->
|
||||
<!-- <el-form-item label="上级库位" prop="attr1">-->
|
||||
<!-- <div style="display: flex">-->
|
||||
<!-- <el-input v-model="form.superiorName" placeholder="请选择上级库位" />-->
|
||||
<!-- <el-button @click="selecareaVisible=true" icon="el-icon-search"></el-button>-->
|
||||
<!-- </div>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </div>-->
|
||||
<!-- </el-col>-->
|
||||
</el-row>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
Loading…
Reference in New Issue
Block a user