|
@@ -7,6 +7,7 @@ export default {
|
|
|
border: true,
|
|
border: true,
|
|
|
index: true,
|
|
index: true,
|
|
|
selection: true,
|
|
selection: true,
|
|
|
|
|
+ addBtn: false,
|
|
|
delBtnText: '清除工时数据',
|
|
delBtnText: '清除工时数据',
|
|
|
searchLabelWidth: 140,
|
|
searchLabelWidth: 140,
|
|
|
labelWidth: 100,
|
|
labelWidth: 100,
|
|
@@ -16,6 +17,27 @@ export default {
|
|
|
dialogType: "drawer",
|
|
dialogType: "drawer",
|
|
|
column: [
|
|
column: [
|
|
|
{
|
|
{
|
|
|
|
|
+ label: '研发项目编号',
|
|
|
|
|
+ prop: 'xmbh',
|
|
|
|
|
+ span: 24,
|
|
|
|
|
+ width: 100,
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ type: 'input',
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ disabled: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '研发项目名称',
|
|
|
|
|
+ prop: 'xmmc',
|
|
|
|
|
+ type: 'input',
|
|
|
|
|
+ span: 24,
|
|
|
|
|
+ width: 110,
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ search: true,
|
|
|
|
|
+ showOverflowTooltip: true,
|
|
|
|
|
+ disabled: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
label: '姓名',
|
|
label: '姓名',
|
|
|
prop: 'name',
|
|
prop: 'name',
|
|
|
span: 24,
|
|
span: 24,
|
|
@@ -23,22 +45,23 @@ export default {
|
|
|
width: 90,
|
|
width: 90,
|
|
|
cell: true,
|
|
cell: true,
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
- type: 'select',
|
|
|
|
|
|
|
+ // type: 'select',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
- dicUrl: '',
|
|
|
|
|
- dicFlag: true,
|
|
|
|
|
- dicFormatter:(res)=>{
|
|
|
|
|
- return res.data.records
|
|
|
|
|
- },
|
|
|
|
|
- dicQuery: {
|
|
|
|
|
- current: 1,
|
|
|
|
|
- size: 99999,
|
|
|
|
|
- yearAndMonth: ''
|
|
|
|
|
- },
|
|
|
|
|
- props: {
|
|
|
|
|
- label: 'name',
|
|
|
|
|
- value: 'id',
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // dicUrl: '',
|
|
|
|
|
+ // dicFlag: true,
|
|
|
|
|
+ // dicFormatter:(res)=>{
|
|
|
|
|
+ // return res.data.records
|
|
|
|
|
+ // },
|
|
|
|
|
+ // dicQuery: {
|
|
|
|
|
+ // current: 1,
|
|
|
|
|
+ // size: 99999,
|
|
|
|
|
+ // yearAndMonth: ''
|
|
|
|
|
+ // },
|
|
|
|
|
+ // props: {
|
|
|
|
|
+ // label: 'name',
|
|
|
|
|
+ // value: 'id',
|
|
|
|
|
+ // },
|
|
|
|
|
+ disabled: true,
|
|
|
rules: [
|
|
rules: [
|
|
|
{
|
|
{
|
|
|
required: true,
|
|
required: true,
|
|
@@ -55,7 +78,7 @@ export default {
|
|
|
width: 90,
|
|
width: 90,
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
search: true,
|
|
search: true,
|
|
|
- display: false,
|
|
|
|
|
|
|
+ disabled: true,
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -64,7 +87,7 @@ export default {
|
|
|
type: 'input',
|
|
type: 'input',
|
|
|
span: 24,
|
|
span: 24,
|
|
|
search: true,
|
|
search: true,
|
|
|
- display: false,
|
|
|
|
|
|
|
+ disabled: true,
|
|
|
width: 150,
|
|
width: 150,
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
@@ -77,7 +100,7 @@ export default {
|
|
|
width: 100,
|
|
width: 100,
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
search: true,
|
|
search: true,
|
|
|
- display: false,
|
|
|
|
|
|
|
+ disabled: true,
|
|
|
dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
|
|
dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
|
|
|
props: {
|
|
props: {
|
|
|
label: 'dictValue',
|
|
label: 'dictValue',
|