Commit 34f952e9 by lp784568205

加上了限制

parent 09e24412
......@@ -1580,6 +1580,9 @@ export default {
return;
} else if(self.pageBs && self.pageBs == 'addzdcyryxx' && self.formLabelAlign.ryjl[0].dwmc == "") {
this.$message.error("请填写从业人员及人员经历");
} else if(self.pageBs && self.pageBs == 'addzdjyhd' && (self.formLabelAlign.xgry[0].xm == "" || self.formLabelAlign.zpxx[0].wjmc == "" || self.formLabelAlign.spxx[0].wjmc == "")) {
this.$message.error("请填写交易活动相关人员以及图片视频信息");
return;
} else if(self.pageBs && self.pageBs == 'adjustZdxsxx' && (self.formLabelAlign.tgz[0].xm == "" || self.formLabelAlign.kyry[0].xm == "")) {
this.$message.error("请填写线索提供者及可疑人员");
return;
......
......@@ -698,6 +698,7 @@ export default {
value: "",
placeholder: "请输入",
col: "2",
prop: 'checkEmpty',
},
{
name: "备注信息:",
......@@ -706,6 +707,7 @@ export default {
value: "",
placeholder: "请输入",
col: "3",
prop: 'checkEmpty',
},
{
name: "图片:",
......@@ -715,7 +717,8 @@ export default {
placeholder: "请输入",
requestUrl: "/flwsFj/tbstasjflwsCj/save",
acceptType: "image/jpeg,image/gif,image/png",
col: "2",
col: "3",
// prop: 'checkEmpty',
},
],
},
......@@ -750,6 +753,7 @@ export default {
value: "",
placeholder: "请输入",
col: "2",
prop: 'checkEmpty',
},
{
name: "备注信息:",
......@@ -758,6 +762,7 @@ export default {
value: "",
placeholder: "请输入",
col: "3",
prop: 'checkEmpty',
},
{
name: "视频:",
......@@ -767,7 +772,8 @@ export default {
placeholder: "请输入",
requestUrl: "/flwsFj/tbstasjflwsCj/save",
acceptType: "video/mp4,video/flv,video/avi,video/wmv",
col: "2",
col: "3",
// prop: 'checkEmpty',
},
],
},
......
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