瀏覽代碼

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

liujt 7 月之前
父節點
當前提交
7776049ba2
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 0
      src/BIZComponents/inventoryTable.vue
  2. 0 1
      src/views/saleManage/contact/components/addContactDialog.vue

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