This commit is contained in:
wangshiming
2022-02-10 16:43:47 +08:00
parent 969c75f4d7
commit ac1138c8d8
2 changed files with 8 additions and 8 deletions

View File

@ -88,13 +88,13 @@ export class SupplyManagementVehicleComponent implements OnInit {
maxLength: 50,
ui: {
placeholder: '请输入备注',
widget: 'textarea'
widget: 'textarea',
}
}
},
require: ['remarks']
};
this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } };
this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 16 } } };
}
add(): void {
@ -540,7 +540,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
{
text: '货源审核',
click: _record => this.audit(_record, 1),
iif: item => item.auditStatus === '1'
iif: item => item.resourceStatus === '1'
},
{
text: '修改货源',