Browse Source

单证管理 选择主合同不会查询产品信息问题

lxf 2 năm trước cách đây
mục cha
commit
a7f78fba3a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/salesMange/shipmentMange/document/index.vue

+ 1 - 1
src/views/salesMange/shipmentMange/document/index.vue

@@ -301,9 +301,9 @@ const openModal = () => {
     if (res && res.length > 0) {
       shipmentList.value = res.map((item) => {
         return {
-          ...item,
           label: item.contractCode,
           value: item.contractId,
+          packDetailIds: item.packDetailIds,
         };
       });
     } else {