优化UI
This commit is contained in:
@ -246,16 +246,10 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
this.ui1 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$enterpriseInfoName: {
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$shipperAppUserId: {
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$enterpriseProjectId: {
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -345,9 +339,12 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
};
|
||||
this.ui3 = {
|
||||
'*': {
|
||||
spanLabelFixed: 90,
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$goodsNameId: {
|
||||
spanLabelFixed: 10
|
||||
},
|
||||
$goodsTips: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
@ -416,14 +413,14 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
hidenField: {
|
||||
type: 'string',
|
||||
title: '',
|
||||
default: ' ',
|
||||
ui: {
|
||||
widget: 'text'
|
||||
}
|
||||
},
|
||||
// hidenField: {
|
||||
// type: 'string',
|
||||
// title: '',
|
||||
// default: ' ',
|
||||
// ui: {
|
||||
// widget: 'text'
|
||||
// }
|
||||
// },
|
||||
insurancePackagedGoods: {
|
||||
type: 'string',
|
||||
title: '货物包装',
|
||||
@ -460,7 +457,25 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
this.ui4 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 8 }
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$weight: {
|
||||
grid: { span: 4 }
|
||||
},
|
||||
$volume: {
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 4 }
|
||||
},
|
||||
$number: {
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 4 }
|
||||
},
|
||||
$carModel: {
|
||||
grid: { span: 6 }
|
||||
},
|
||||
$carLength: {
|
||||
spanLabelFixed: 10,
|
||||
grid: { span: 6 }
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -545,16 +560,16 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
this.ui5 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$type1: {
|
||||
grid: { span: 24 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$type2: {
|
||||
grid: { span: 24 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$freeInsurance1: {
|
||||
grid: { span: 24 }
|
||||
grid: { span: 24}
|
||||
},
|
||||
$freeInsurance2: {
|
||||
grid: { span: 24 }
|
||||
@ -656,7 +671,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
ui: {
|
||||
widget: 'textarea',
|
||||
placeholder: '请输入',
|
||||
autosize: { minRows: 3, maxRows: 3 }
|
||||
autosize: { minRows: 1, maxRows: 1 }
|
||||
} as SFTextareaWidgetSchema
|
||||
}
|
||||
},
|
||||
@ -664,7 +679,10 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
};
|
||||
this.ui6 = {
|
||||
'*': {
|
||||
spanLabelFixed: 90,
|
||||
spanLabelFixed: 125,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$remarks: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
};
|
||||
@ -705,6 +723,9 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
|
||||
this.ui7 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$paymentDays: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user