From 211fd8e6bf7cd459c757b58a5d7398d1b4b1ae2b Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期一, 13 五月 2024 10:35:37 +0800 Subject: [PATCH] 修改 --- src/views/plan/customerorder/sample-customerorder-form.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/plan/customerorder/sample-customerorder-form.vue b/src/views/plan/customerorder/sample-customerorder-form.vue index e87342d..765dc1a 100644 --- a/src/views/plan/customerorder/sample-customerorder-form.vue +++ b/src/views/plan/customerorder/sample-customerorder-form.vue @@ -409,6 +409,10 @@ let isError = false _than.buttonDisable = true _than.tableData.forEach(ele=>{ + if(ele.productType==null || ele.productType=='' || ele.productType==undefined){ + _than.$message.error("浜у搧鐨勯毝灞炲搧鐗屼笉鑳戒负绌�!") + isError = true + } if(ele.buyQtyDue==null || ele.buyQtyDue=='' || ele.buyQtyDue==undefined){ _than.$message.error("闆朵欢鏁伴噺涓嶈兘涓虹┖!") isError = true -- Gitblit v1.9.3