|
@@ -22,7 +22,7 @@ export default {
|
|
|
label: "专利号",
|
|
label: "专利号",
|
|
|
prop: "zlh",
|
|
prop: "zlh",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 130,
|
|
|
|
|
|
|
+ width: 100,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
search: false,
|
|
search: false,
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
@@ -39,7 +39,7 @@ export default {
|
|
|
prop: "zlmc",
|
|
prop: "zlmc",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
search: true,
|
|
search: true,
|
|
|
- width: 100,
|
|
|
|
|
|
|
+ width: 130,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
rules: [
|
|
rules: [
|
|
@@ -57,7 +57,7 @@ export default {
|
|
|
span: 12,
|
|
span: 12,
|
|
|
search: true,
|
|
search: true,
|
|
|
dicUrl: "/api/kd-system/dict-biz/dictionary?code=patent_type",
|
|
dicUrl: "/api/kd-system/dict-biz/dictionary?code=patent_type",
|
|
|
- width: 155,
|
|
|
|
|
|
|
+ width: 100,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
props:{
|
|
props:{
|
|
@@ -77,7 +77,7 @@ export default {
|
|
|
prop: "sfgfzl",
|
|
prop: "sfgfzl",
|
|
|
type: "select",
|
|
type: "select",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 140,
|
|
|
|
|
|
|
+ width: 100,
|
|
|
search: true,
|
|
search: true,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
prop: "gb",
|
|
prop: "gb",
|
|
|
type: "select",
|
|
type: "select",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 140,
|
|
|
|
|
|
|
+ width: 130,
|
|
|
search: true,
|
|
search: true,
|
|
|
dicUrl: "/api/kd-system/dict-biz/dictionary?code=countries",
|
|
dicUrl: "/api/kd-system/dict-biz/dictionary?code=countries",
|
|
|
props:{
|
|
props:{
|
|
@@ -140,8 +140,8 @@ export default {
|
|
|
span: 12,
|
|
span: 12,
|
|
|
width: 100,
|
|
width: 100,
|
|
|
search: false,
|
|
search: false,
|
|
|
- format: "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
- valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
|
|
+ format: "yyyy-MM-dd",
|
|
|
|
|
+ valueFormat: "yyyy-MM-dd",
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
rules: [
|
|
rules: [
|
|
@@ -157,11 +157,11 @@ export default {
|
|
|
prop: "shouquanRq",
|
|
prop: "shouquanRq",
|
|
|
type: "date",
|
|
type: "date",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 80,
|
|
|
|
|
|
|
+ width: 100,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
search: false,
|
|
search: false,
|
|
|
- format: "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
- valueFormat: "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
|
|
+ format: "yyyy-MM-dd",
|
|
|
|
|
+ valueFormat: "yyyy-MM-dd",
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
rules: [
|
|
rules: [
|
|
|
{
|
|
{
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
prop: "sqdw",
|
|
prop: "sqdw",
|
|
|
type: "input",
|
|
type: "input",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 70,
|
|
|
|
|
|
|
+ width: 120,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
search: true,
|
|
search: true,
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
@@ -241,7 +241,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "法律状态",
|
|
label: "法律状态",
|
|
|
- prop: "personnelType",
|
|
|
|
|
|
|
+ prop: "flzt",
|
|
|
type: "select",
|
|
type: "select",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
width: 80,
|
|
width: 80,
|
|
@@ -261,24 +261,38 @@ export default {
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ label: "关联研发项目",
|
|
|
|
|
+ prop: "glyfxm",
|
|
|
|
|
+ type: "select",
|
|
|
|
|
+ span: 12,
|
|
|
|
|
+ width: 80,
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ search: false,
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ hide: true,
|
|
|
|
|
+ viewDisplay: false
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
label: "关联研发项目情况",
|
|
label: "关联研发项目情况",
|
|
|
- prop: "personnelType",
|
|
|
|
|
- type: "select",
|
|
|
|
|
|
|
+ prop: "xmId",
|
|
|
|
|
+ slot: true,
|
|
|
span: 12,
|
|
span: 12,
|
|
|
width: 80,
|
|
width: 80,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
|
|
+ display: false,
|
|
|
search: false,
|
|
search: false,
|
|
|
- dicUrl: "/api/kd-system/dict-biz/dictionary?code=renyuanleixing",
|
|
|
|
|
- props: {
|
|
|
|
|
- label: "dictValue",
|
|
|
|
|
- value: "dictKey",
|
|
|
|
|
- },
|
|
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
label: "研发项目名称",
|
|
label: "研发项目名称",
|
|
|
|
|
+ prop: "xmmc",
|
|
|
search: true,
|
|
search: true,
|
|
|
|
|
+ addDisplay: false,
|
|
|
|
|
+ editDisplay: false,
|
|
|
|
|
+ viewDisplay: true,
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ width: 120,
|
|
|
rules: [
|
|
rules: [
|
|
|
{
|
|
{
|
|
|
required: false,
|
|
required: false,
|
|
@@ -289,7 +303,13 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "研发项目编号",
|
|
label: "研发项目编号",
|
|
|
|
|
+ prop: "xmbh",
|
|
|
search: true,
|
|
search: true,
|
|
|
|
|
+ addDisplay: false,
|
|
|
|
|
+ editDisplay: false,
|
|
|
|
|
+ viewDisplay: true,
|
|
|
|
|
+ align: "center",
|
|
|
|
|
+ width: 150,
|
|
|
rules: [
|
|
rules: [
|
|
|
{
|
|
{
|
|
|
required: false,
|
|
required: false,
|
|
@@ -302,40 +322,44 @@ export default {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "附件上传",
|
|
label: "附件上传",
|
|
|
- prop: "personnelType",
|
|
|
|
|
|
|
+ prop: "attachment",
|
|
|
type: "upload",
|
|
type: "upload",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 80,
|
|
|
|
|
|
|
+ width: 120,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
dataType: 'string',
|
|
dataType: 'string',
|
|
|
search: false,
|
|
search: false,
|
|
|
loadText: '附件上传中,请稍等',
|
|
loadText: '附件上传中,请稍等',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
propsHttp: {
|
|
propsHttp: {
|
|
|
- res: 'data',
|
|
|
|
|
url: 'link',
|
|
url: 'link',
|
|
|
|
|
+ name: 'originalName',
|
|
|
|
|
+ res: 'data',
|
|
|
},
|
|
},
|
|
|
action: "/api/kd-resource/oss/endpoint/put-file-attach"
|
|
action: "/api/kd-resource/oss/endpoint/put-file-attach"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "收件人邮箱",
|
|
label: "收件人邮箱",
|
|
|
- prop: "personnelType",
|
|
|
|
|
|
|
+ prop: "sjryx",
|
|
|
type: "input",
|
|
type: "input",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 80,
|
|
|
|
|
|
|
+ width: 150,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
search: false,
|
|
search: false,
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "专利提醒功能",
|
|
label: "专利提醒功能",
|
|
|
- prop: "personnelType",
|
|
|
|
|
|
|
+ prop: "zltxgn",
|
|
|
type: "select",
|
|
type: "select",
|
|
|
span: 12,
|
|
span: 12,
|
|
|
- width: 80,
|
|
|
|
|
|
|
+ width: 100,
|
|
|
align: "center",
|
|
align: "center",
|
|
|
search: false,
|
|
search: false,
|
|
|
- dicUrl: "/api/kd-system/dict-biz/dictionary?code=renyuanleixing",
|
|
|
|
|
|
|
+ addDisplay: false,
|
|
|
|
|
+ editDisplay: false,
|
|
|
|
|
+ dicUrl: "/api/kd-system/dict-biz/dictionary?code=zltx",
|
|
|
|
|
+ disabled: true,
|
|
|
props: {
|
|
props: {
|
|
|
label: "dictValue",
|
|
label: "dictValue",
|
|
|
value: "dictKey",
|
|
value: "dictKey",
|