瀏覽代碼

装箱单成衣客户修改

jbb 2 年之前
父節點
當前提交
759d4da24e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

+ 2 - 2
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -56,8 +56,8 @@
 
               <a-col :md="6" :sm="8">
                 <a-form-model-item label="客户" prop="customer" :title="clothesAdd.customer">
-                  <!-- {{clothesAdd.customer | ellipsis}} -->
-                  <a-input placeholder="请输入客户" v-model="clothesAdd.customer" ></a-input>
+                  {{clothesAdd.customer | ellipsis}}
+                  <!-- <a-input placeholder="请输入客户" v-model="clothesAdd.customer" ></a-input> -->
                 </a-form-model-item>
               </a-col>