rev:更新

This commit is contained in:
2024-01-22 08:55:25 +08:00
parent 720699bdd5
commit ce5dcdf1f4
18 changed files with 243 additions and 134 deletions

View File

@@ -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,