优化UI
This commit is contained in:
@ -227,19 +227,19 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
this.ui1 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$enterpriseInfoName: {
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$shipperAppUserId: {
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$enterpriseProjectId: {
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$dispatchId: {
|
||||
grid: { span: 12 }
|
||||
grid: { span: 8 }
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -332,6 +332,9 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 12 }
|
||||
},
|
||||
$goodsNameId: {
|
||||
spanLabelFixed: 10
|
||||
},
|
||||
$goodsTips: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
@ -400,14 +403,14 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
},
|
||||
hidenField: {
|
||||
type: 'string',
|
||||
title: '',
|
||||
default: ' ',
|
||||
ui: {
|
||||
widget: 'text'
|
||||
}
|
||||
},
|
||||
// hidenField: {
|
||||
// type: 'string',
|
||||
// title: '',
|
||||
// default: ' ',
|
||||
// ui: {
|
||||
// widget: 'text'
|
||||
// }
|
||||
// },
|
||||
insurancePackagedGoods: {
|
||||
type: 'string',
|
||||
title: '货物包装',
|
||||
@ -444,7 +447,25 @@ export class SupplyManagementReleasePublishComponent 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 }
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -528,16 +549,16 @@ export class SupplyManagementReleasePublishComponent 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 }
|
||||
@ -626,7 +647,7 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
ui: {
|
||||
widget: 'textarea',
|
||||
placeholder: '请输入',
|
||||
autosize: { minRows: 3, maxRows: 3 }
|
||||
autosize: { minRows: 1, maxRows: 1 }
|
||||
} as SFTextareaWidgetSchema
|
||||
}
|
||||
},
|
||||
@ -634,7 +655,10 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
};
|
||||
this.ui6 = {
|
||||
'*': {
|
||||
spanLabelFixed: 90,
|
||||
spanLabelFixed: 125,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$remarks: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
};
|
||||
@ -675,6 +699,9 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
|
||||
this.ui7 = {
|
||||
'*': {
|
||||
spanLabelFixed: 115,
|
||||
grid: { span: 8 }
|
||||
},
|
||||
$paymentDays: {
|
||||
grid: { span: 24 }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user