|
|
@@ -26,7 +26,6 @@ export default {
|
|
|
prop: 'xmbh',
|
|
|
type: 'input',
|
|
|
span: 24,
|
|
|
- search: true,
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
@@ -59,23 +58,11 @@ export default {
|
|
|
{
|
|
|
label: '费用类型',
|
|
|
prop: 'type',
|
|
|
- type: 'select',
|
|
|
span: 24,
|
|
|
- minWidth: 260,
|
|
|
- search: true,
|
|
|
- dicUrl: '/api/kd-system/dict-biz/dictionary?code=zhitoufeiyong_lx',
|
|
|
- props: {
|
|
|
- label: 'dictValue',
|
|
|
- value: 'dictKey',
|
|
|
- },
|
|
|
+ width: 100,
|
|
|
+ align: 'center',
|
|
|
+ display: false,
|
|
|
showOverflowTooltip: true,
|
|
|
- rules: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: '请选择费用类型',
|
|
|
- trigger: 'blur',
|
|
|
- },
|
|
|
- ],
|
|
|
},
|
|
|
{
|
|
|
label: '日期',
|
|
|
@@ -83,27 +70,125 @@ export default {
|
|
|
type: 'date',
|
|
|
valueFormat: 'yyyy-MM-dd',
|
|
|
span: 24,
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
align: 'center',
|
|
|
search: true,
|
|
|
showOverflowTooltip: true,
|
|
|
+ rules: [{
|
|
|
+ required: true,
|
|
|
+ message: '请选择日期',
|
|
|
+ trigger: 'blur'
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '受托方全称',
|
|
|
+ prop: 'stfqcId',
|
|
|
+ type: 'select',
|
|
|
+ dicData: [],
|
|
|
+ props: {
|
|
|
+ label: 'stfqc',
|
|
|
+ value: 'id'
|
|
|
+ },
|
|
|
+ span: 24,
|
|
|
+ width: 140,
|
|
|
+ hide: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ rules: [{
|
|
|
+ required: true,
|
|
|
+ message: '请选择受托方全称',
|
|
|
+ trigger: 'blur'
|
|
|
+ }]
|
|
|
},
|
|
|
{
|
|
|
label: '受托方全称',
|
|
|
prop: 'stfqc',
|
|
|
span: 24,
|
|
|
- width: 120,
|
|
|
+ width: 140,
|
|
|
+ display: false,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '受托方类型',
|
|
|
+ prop: 'stflx',
|
|
|
+ span: 24,
|
|
|
+ type: 'select',
|
|
|
+ width: 100,
|
|
|
+ align: 'center',
|
|
|
+ dicUrl: '/api/kd-system/dict-biz/dictionary?code=trustee_type',
|
|
|
+ props: {
|
|
|
+ label: 'dictValue',
|
|
|
+ value: 'dictKey',
|
|
|
+ },
|
|
|
+ display: false,
|
|
|
+ search: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '合同名称',
|
|
|
+ prop: 'htmc',
|
|
|
+ width: 110,
|
|
|
+ span: 24,
|
|
|
+ display: false,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
- label: '单价(元)',
|
|
|
- prop: 'amount',
|
|
|
+ label: '委外费用金额(元)',
|
|
|
+ prop: 'wwje',
|
|
|
+ width: 100,
|
|
|
+ align: 'center',
|
|
|
+ span: 24,
|
|
|
type: 'number',
|
|
|
+ min: 0,
|
|
|
+ precision: 2,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ rules: [{
|
|
|
+ required: true,
|
|
|
+ message: '请输入委外费用金额',
|
|
|
+ trigger: 'blur'
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '是否完成技术合同登记',
|
|
|
+ prop: 'sfwcjshtdj',
|
|
|
+ width: 100,
|
|
|
+ align: 'center',
|
|
|
span: 24,
|
|
|
+ type: 'select',
|
|
|
+ dicUrl: '/api/kd-system/dict-biz/dictionary?code=yes_or_no',
|
|
|
+ props: {
|
|
|
+ label: 'dictValue',
|
|
|
+ value: 'dictKey',
|
|
|
+ },
|
|
|
+ display: false,
|
|
|
+ search: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '技术合同类型',
|
|
|
+ prop: 'jshtdjlx',
|
|
|
width: 100,
|
|
|
align: 'center',
|
|
|
+ span: 24,
|
|
|
+ type: 'select',
|
|
|
+ dicUrl: '/api/kd-system/dict-biz/dictionary?code=contract_registration_type',
|
|
|
+ props: {
|
|
|
+ label: 'dictValue',
|
|
|
+ value: 'dictKey',
|
|
|
+ },
|
|
|
+ display: false,
|
|
|
+ search: true,
|
|
|
+ showOverflowTooltip: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '技术合同登记金额(万元)',
|
|
|
+ prop: 'jshtdjje',
|
|
|
+ width: 130,
|
|
|
+ align: 'center',
|
|
|
+ span: 24,
|
|
|
+ type: 'number',
|
|
|
min: 0,
|
|
|
precision: 2,
|
|
|
+ display: false,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
],
|