Commit fba85bcd by liupeng

修改了一些阵地模块的显示,增加了人员收藏,人员人工研判,人员通话记录,人员关联服务标识号的表单字段

parent 43862720
......@@ -56,33 +56,37 @@ export default {
},
cxQueryField: [
{
name: "交易买方组织头目",
id: "mfzztm",
name: "姓名",
id: "xm",
type: "text",
value: "",
placeholder: "",
col: "3",
},
{
name: "交易卖方组织头目",
id: "maifzztm",
name: "证件号码",
id: "zjhm",
type: "text",
value: "",
placeholder: "",
col: "3",
},
{
name: "交易地点_行政区划代码",
id: "JyddXzqhdm",
type: "text",
name: "从业时间",
id: "cysjkssj",
id2: "cysjjssj",
type: "zdyDate",
value: "",
placeholder: "",
col: "3",
},
{
name: "交易物品名称",
id: "jywpmc",
type: "text",
name: "是否换岗",
id: "sfhgPdbz",
type: "select",
selectData: [
{ name: "没有", value: "0" },
{ name: "有", value: "1" },
],
value: "",
placeholder: "",
col: "3",
......
......@@ -70,9 +70,12 @@ export default {
col: "3",
},
{
name: "交易地点_行政区划代码",
name: "交易地点行政区划",
id: "jyddXzqhdm",
type: "text",
type: "codeTreeDialog",
codeTree: "CODE_XZQH",
codeOptions: [],
props: [],
value: "",
placeholder: "",
col: "3",
......
......@@ -73,7 +73,7 @@ export default {
codeTree: "CODE_XZQH",
},
{
name: "现住址代码",
name: "现住址",
id: "tgxsrXzzXzqhdm",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
......
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