Commit 924ec94d authored by 黄奎's avatar 黄奎

页面修改

parent a830f1d7
...@@ -438,6 +438,16 @@ ...@@ -438,6 +438,16 @@
return; return;
} }
} }
if (this.mallUserInfo.TenantId == 29 && this.shanglvForm && this.shanglvForm.length > 0) {
var isCheck = false;
var tipMsg = "";
this.shanglvForm.forEach(item => {
if (item.CompData && item.CompData.IsRequire && item.CompData.TextValue && item.CompData.TextValue ==
'') {
isCheck = true;
}
})
}
if (!this.submitOrder) { if (!this.submitOrder) {
this.submitOrder = true; this.submitOrder = true;
...@@ -466,7 +476,7 @@ ...@@ -466,7 +476,7 @@
form.Use_Integral = that.formdata.Use_Integral; form.Use_Integral = that.formdata.Use_Integral;
form.ShoppingCartIdList = that.ShoppingCartIdList; form.ShoppingCartIdList = that.ShoppingCartIdList;
if (that.shanglvForm && that.shanglvForm.length > 0) { if (that.shanglvForm && that.shanglvForm.length > 0) {
form.CustomFormInfo = that.shanglvForm; form.CustomFormInfo = JSON.stringify(that.shanglvForm);
} else { } else {
form.CustomFormInfo = ""; form.CustomFormInfo = "";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment