This commit is contained in:
wangshiming
2022-03-07 14:17:16 +08:00
parent c3ebf69caa
commit 70d7746f83
6 changed files with 96 additions and 60 deletions

View File

@ -188,6 +188,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
widget: 'text'
}
},
externalResourceCode: {
type: 'string',
title: '外部货源号',
@ -231,7 +232,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
},
asyncData: () => this.shipperSrv.getStaffList2()
} as SFSelectWidgetSchema
}
},
},
required: ['shipperAppUserId', 'enterpriseProjectId']
};
@ -241,7 +242,16 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
grid: { span: 12 }
},
$enterpriseInfoName: {
grid: { span: 24 }
grid: { span: 12 }
},
$shipperAppUserId: {
grid: { span: 12 }
},
$enterpriseProjectId: {
grid: { span: 12 }
},
$dispatchId: {
grid: { span: 12 }
}
};
}