Commit 8a683530 authored by jiangqihao's avatar jiangqihao

页面详情字段

parent fa924dfa
......@@ -233,53 +233,53 @@ export default {
},
}
},
{
title: "签约信息",
formDesc: {
ExtChannelType_SDKText: {
type: 'input',
label: '签约渠道类型',
layout: 12,
disabled: true,
// value: 'ExtChannelType_SDKText'
},
ExtProductGroup_SDK: {
type: 'input',
label: '签约产品组',
layout: 12,
disabled: true
},
ExtTotalAgent_SDK: {
type: 'input',
label: '签约总代',
layout: 12,
disabled: true
},
}
},
{
title: "合作日期",
formDesc: {
ExtStartDate_SDK: {
type: 'input',
label: '初始合作开始时间',
layout: 12,
disabled: true
},
ExtAuthenticationDate_SDK: {
type: 'input',
label: '高级认证日期',
layout: 12,
disabled: true
},
ExtEndDate_SDK: {
type: 'input',
label: '合作终止日期',
layout: 12,
disabled: true
},
}
}
// {
// title: "签约信息",
// formDesc: {
// ExtChannelType_SDKText: {
// type: 'input',
// label: '签约渠道类型',
// layout: 12,
// disabled: true,
// // value: 'ExtChannelType_SDKText'
// },
// ExtProductGroup_SDK: {
// type: 'input',
// label: '签约产品组',
// layout: 12,
// disabled: true
// },
// ExtTotalAgent_SDK: {
// type: 'input',
// label: '签约总代',
// layout: 12,
// disabled: true
// },
// }
// },
// {
// title: "合作日期",
// formDesc: {
// ExtStartDate_SDK: {
// type: 'input',
// label: '初始合作开始时间',
// layout: 12,
// disabled: true
// },
// ExtAuthenticationDate_SDK: {
// type: 'input',
// label: '高级认证日期',
// layout: 12,
// disabled: true
// },
// ExtEndDate_SDK: {
// type: 'input',
// label: '合作终止日期',
// layout: 12,
// disabled: true
// },
// }
// }
],
rules: {}
}
......
......@@ -230,52 +230,52 @@ export default {
},
}
},
{
title: "签约信息",
formDesc: {
ExtChannelType_SDKText: {
type: 'input',
label: '签约渠道类型',
layout: 12,
disabled: true,
},
extProductGroup_SDK: {
type: 'input',
label: '签约产品组',
layout: 12,
disabled: true
},
extTotalAgent_SDK: {
type: 'input',
label: '签约总代',
layout: 12,
disabled: true
},
}
},
{
title: "合作日期",
formDesc: {
ExtStartDate_SDK: {
type: 'input',
label: '初始合作开始时间',
layout: 12,
disabled: true
},
ExtAuthenticationDate_SDK: {
type: 'input',
label: '高级认证日期',
layout: 12,
disabled: true
},
ExtEndDate_SDK: {
type: 'input',
label: '合作终止日期',
layout: 12,
disabled: true
},
}
}
// {
// title: "签约信息",
// formDesc: {
// ExtChannelType_SDKText: {
// type: 'input',
// label: '签约渠道类型',
// layout: 12,
// disabled: true,
// },
// ExtProductGroup_SDK: {
// type: 'input',
// label: '签约产品组',
// layout: 12,
// disabled: true
// },
// ExtTotalAgent_SDK: {
// type: 'input',
// label: '签约总代',
// layout: 12,
// disabled: true
// },
// }
// },
// {
// title: "合作日期",
// formDesc: {
// ExtStartDate_SDK: {
// type: 'input',
// label: '初始合作开始时间',
// layout: 12,
// disabled: true
// },
// // ExtAuthenticationDate_SDK: {
// // type: 'input',
// // label: '高级认证日期',
// // layout: 12,
// // disabled: true
// // },
// ExtEndDate_SDK: {
// type: 'input',
// label: '合作终止日期',
// layout: 12,
// disabled: true
// },
// }
// }
],
rules: {}
}
......@@ -317,6 +317,32 @@ export default {
this.searchUrl = '/file/search'
customerGetOne({ objectID: JSON.parse(localStorage.getItem('USERINFO')).ExtCustomerObjectID_SDK }).then(res => {
// this.searchUrl = '/file/search'
if(res.results[0].ExtCustomerType_SDK === '101') {
const show = {
title: "签约信息",
formDesc: {
ExtChannelType_SDKText: {
type: 'input',
label: '签约渠道类型',
layout: 12,
disabled: true,
},
ExtProductGroup_SDK: {
type: 'input',
label: '签约产品组',
layout: 12,
disabled: true
},
ExtTotalAgent_SDK: {
type: 'input',
label: '签约总代',
layout: 12,
disabled: true
},
}
}
this.sections.push(show)
}
this.formData = res.results[0]
this.addBtnStart = false
this.loading = false
......
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