Commit 7cae4f14 authored by 沈翠玲's avatar 沈翠玲

加工工时改成禁止输入

parent c17f1b08
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</u-col> </u-col>
<u-col :span="6"> <u-col :span="6">
<u-form-item :label="$t('加工工时')" prop="machineTime"> <u-form-item :label="$t('加工工时')" prop="machineTime">
<u-number-box :min="0" v-model="form.machineTime" :input-width="190" :placeholder="$t('请输入加工工时')" :long-press="false" /> <u-number-box :min="0" v-model="form.machineTime" :input-width="190" :placeholder="$t('请输入加工工时')" :long-press="false" disabled />
</u-form-item> </u-form-item>
</u-col> </u-col>
<u-col span="6"> <u-col span="6">
......
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