瀏覽代碼

bug fix: 138,143, 150

chris 1 年之前
父節點
當前提交
96c12b9106

+ 1 - 0
src/views/modules/cus/communicate-add-or-update.vue

@@ -469,6 +469,7 @@ export default {
       this.optionsCus.forEach((v) => {
         if (v.customerId === value) {
           this.dataForm.contact = v.contact
+          this.dataForm.contactTel = v.contactTel
         }
       })
     }

+ 2 - 2
src/views/modules/tech/product-add-or-update.vue

@@ -283,8 +283,8 @@ export default {
             dealStepLogs(data.data.workFlowBusinessExt.processLogList, this.logList)
           }
           // 组合小物料
-          if (data.data.productMaterialList) {
-            data.data.productMaterialList.forEach((item) => {
+          if (data.data.composeProductMaterialList) {
+            data.data.composeProductMaterialList.forEach((item) => {
               this.productDetails.push({
                 ...item,
                 productSpec: item.specifications