Commit d19f69cc authored by 李驰骋's avatar 李驰骋

删除工厂查询条件

parent 385480e8
......@@ -9,23 +9,6 @@
label-width="100px"
>
<el-row>
<el-col :span="6">
<el-form-item :label="$t('工厂')" prop="factory">
<el-select
v-model="form.factoryCode"
class="form-item"
clearable
>
<el-option
v-for="item in factoryCodes"
:key="item.value"
:value="item.value"
:label="item.label"
/>
</el-select>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item :label="$t('common.workstation_code')" prop="workstationCode">
<el-input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment