rev:更新
This commit is contained in:
@@ -106,7 +106,6 @@
|
||||
<el-select
|
||||
v-model="form.apply_empty"
|
||||
filterable
|
||||
multiple
|
||||
placeholder="请选择"
|
||||
>
|
||||
<el-option
|
||||
@@ -123,11 +122,6 @@
|
||||
<el-input v-model="form.apply_num" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="输送线编码" label-width="150px">
|
||||
<el-input v-model="form.aa" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
</el-card>
|
||||
@@ -284,7 +278,7 @@ export default {
|
||||
ignore_release_check: true,
|
||||
apply_task: true,
|
||||
apply_num: '',
|
||||
apply_empty: [],
|
||||
apply_empty: '',
|
||||
manual_create_task: true,
|
||||
is_pickup: true,
|
||||
is_release: true,
|
||||
|
||||
Reference in New Issue
Block a user