Browse Source

装箱单成衣预托书号只读属性设置

jbb 2 years ago
parent
commit
a9846917b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/packing-list/clothes-list.vue

+ 1 - 1
src/views/packing-list/clothes-list.vue

@@ -98,7 +98,7 @@
           style="width:100%;height:40px"
         >
           <a-form-model-item prop="preBookNum">
-            <a-input style="width:100%" v-model="record.preBookNum" />
+            <a-input style="width:100%" v-model="record.preBookNum" readOnly/>
           </a-form-model-item>
         </a-form-model>