'fixbug'
This commit is contained in:
@ -39,6 +39,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
|
||||
creatTime: any; // 货源单设置回显
|
||||
modifyTime: any; // 货源单设置回显
|
||||
totalFees: any; // 总数信息
|
||||
ruleOptions: any;
|
||||
id = '';
|
||||
type = 'add';
|
||||
limitValues = {
|
||||
@ -89,6 +90,7 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
|
||||
this.initSF4();
|
||||
this.initSF6();
|
||||
this.getLimitvalue();
|
||||
this.initDict();
|
||||
this.startInfo = [
|
||||
{
|
||||
detailedAddress: '',
|
||||
@ -538,6 +540,14 @@ export class SupplyManagementBulkReleasePublishComponent implements OnInit {
|
||||
}
|
||||
};
|
||||
}
|
||||
initDict() {
|
||||
this.service.getDictByKey('freight:type').subscribe(res => {
|
||||
this.freightTypeOptions = res;
|
||||
});
|
||||
this.service.getDictByKey('goodresource:rounding:rules').subscribe(res => {
|
||||
this.ruleOptions = res;
|
||||
});
|
||||
}
|
||||
//指派熟车
|
||||
chooseFamifiar(item: any) {
|
||||
const modalRef = this.modalService.create({
|
||||
|
||||
Reference in New Issue
Block a user