Browse Source

Merge branch 'release_v1.0.1_device_send' of http://git.qmth.com.cn/sop/web into release_v1.0.2

刘洋 1 year ago
parent
commit
256ddc0358
1 changed files with 20 additions and 0 deletions
  1. 20 0
      src/views/resource-guard/device-guard/device-send/index.vue

+ 20 - 0
src/views/resource-guard/device-guard/device-send/index.vue

@@ -316,6 +316,24 @@ const fields = ref([
       clearable: true,
     },
   },
+  {
+    prop: 'consignee',
+    label: '收件人',
+    labelWidth: 80,
+    colSpan: 6,
+    attrs: {
+      clearable: true,
+    },
+  },
+  {
+    prop: 'mailingAddress',
+    label: '收件地址',
+    labelWidth: 80,
+    colSpan: 6,
+    attrs: {
+      clearable: true,
+    },
+  },
   {
     type: 'buttons',
     colSpan: 2,
@@ -343,6 +361,8 @@ const params = reactive({
   receiveTime: [],
   supplierId: '',
   serialNo: '',
+  consignee: '',
+  mailingAddress: '',
 });
 const computedParams = computed(() => {
   let data = omit(params, ['deliverTime', 'receiveTime']);