Browse Source

发货增加收发人手机号字段

cz 1 năm trước cách đây
mục cha
commit
c9104b1a65
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/views/WDLY/purchaseManage/alreadyPurchase/index.vue

+ 7 - 0
src/views/WDLY/purchaseManage/alreadyPurchase/index.vue

@@ -895,6 +895,13 @@ const configData = computed(() => [
       itemWidth: 50,
     },
     {
+      type: "input",
+      label: "收/发件人手机号",
+      prop: "phone",
+      // placeholder: "物流/快递单号",
+      itemWidth: 50,
+    },
+    {
       type: "title",
       title: "发货明细",
     },