Commit 045ed879 by lp784568205

新增必填项

parent ac5d988f
...@@ -7755,6 +7755,7 @@ const ssjdc_syr = [ ...@@ -7755,6 +7755,7 @@ const ssjdc_syr = [
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
prop: "checkEmpty",
}, },
{ {
name: "所有人常用证件:", name: "所有人常用证件:",
...@@ -7783,7 +7784,7 @@ const ssjdc_syr = [ ...@@ -7783,7 +7784,7 @@ const ssjdc_syr = [
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
prop: "emptyAbleIphone", prop: "mustAbleIphone",
}, },
] ]
...@@ -8513,7 +8514,7 @@ const ssdy_syrxx = [ ...@@ -8513,7 +8514,7 @@ const ssdy_syrxx = [
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
prop: 'emptyAbleIphone' prop: 'mustAbleIphone'
}, },
] ]
//损失文物基本信息 //损失文物基本信息
...@@ -8748,7 +8749,7 @@ const ssww_syrxx = [ ...@@ -8748,7 +8749,7 @@ const ssww_syrxx = [
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
prop: 'emptyAbleIphone' prop: 'mustAbleIphone'
}, },
] ]
//损失卡类基本信息 //损失卡类基本信息
...@@ -9165,7 +9166,7 @@ const ssfjdc_syrxx = [ ...@@ -9165,7 +9166,7 @@ const ssfjdc_syrxx = [
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
prop: 'emptyAbleIphone' prop: 'mustAbleIphone'
}, },
] ]
//损失移动通讯设备基本信息 //损失移动通讯设备基本信息
...@@ -13181,6 +13182,7 @@ const zdssjdc_syr = [ ...@@ -13181,6 +13182,7 @@ const zdssjdc_syr = [
value: "", value: "",
placeholder: "请输入", placeholder: "请输入",
col: "2", col: "2",
prop: "checkEmpty",
}, },
{ {
name: "所有人常用证件:", name: "所有人常用证件:",
......
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