Jelajahi Sumber

fix: 物品清单受托企业增肌默认值

liujt 6 bulan lalu
induk
melakukan
7776049ba2

+ 1 - 0
src/BIZComponents/inventoryTable.vue

@@ -1971,6 +1971,7 @@
             // if (supplierObj[item.productId]?.length === 1) {
             //   item.entrustedEnterpriseId = supplierObj[item.productId][0].id;
             // }
+            item.entrustedEnterpriseId = item.entrustedEnterpriseId || '';
             item['customerMark'] = item.customerMark || this.customerMark;
             item['arrivalWay'] = item.arrivalWay || 1;
           });

+ 0 - 1
src/views/saleManage/contact/components/addContactDialog.vue

@@ -1106,7 +1106,6 @@
       }).then((res) => {
         this.form.qualificationCensorship = res.value;
         this.enableStatus = res.value
-        console.log(this.enableStatus, 'this.enableStatus~~~~~~~~');
       });
     },
     computed: {