yuansh 7 months ago
parent
commit
a2e7520e64
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/production/safetyStock/modules/EncoderDetail.vue

+ 5 - 0
src/views/production/safetyStock/modules/EncoderDetail.vue

@@ -29,6 +29,11 @@
                     <a-input placeholder="请输入" v-model="form.doubleUnit" disabled></a-input>
                   </a-form-model-item>
                 </a-col>
+                <a-col :md="8" :sm="24" >
+                  <a-form-model-item label="计量单位组" prop='uomName' >
+                    <a-input placeholder="请输入" v-model="form.uomName" disabled></a-input>
+                  </a-form-model-item>
+                </a-col>
                 <a-col :md="8" :sm="24" >
                   <a-form-model-item label="料品主单位" prop='unit' >
                     <a-input placeholder="请输入" v-model="form.unit" disabled></a-input>