Browse Source

样式调整

master
han\hanst 2 months ago
parent
commit
38cda6e823
  1. 4
      src/views/modules/production-inbound/inboundRegister.vue

4
src/views/modules/production-inbound/inboundRegister.vue

@ -91,12 +91,12 @@
<el-input v-model="inboundItem.height" type="number" placeholder="请输入高度" />
</el-form-item></el-col>
<!-- 勾选框 -->
<el-col :span="12" style="margin-top: 0px">
<el-col :span="12" style="margin-top: 2px">
<el-form-item>
<el-checkbox v-model="inboundItem.ifsAutoReport">Auto Report of Operation</el-checkbox>
</el-form-item>
</el-col>
<el-col :span="24" style="margin-top: 5px">
<el-col :span="12" style="margin-top: 2px">
<el-form-item>
<el-checkbox v-model="inboundItem.ifsSimplifiedMaterial">Simplified Material Check</el-checkbox>
</el-form-item>

Loading…
Cancel
Save