Эх сурвалжийг харах

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

lxf 2 жил өмнө
parent
commit
a7f78fba3a

+ 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 {