'fixbug'
This commit is contained in:
@ -94,7 +94,7 @@
|
|||||||
{{ i?.unloadPlanTime }}
|
{{ i?.unloadPlanTime }}
|
||||||
</sv> -->
|
</sv> -->
|
||||||
<sv label="接单数量"> {{ i?.acceptWeight }}吨,{{ i?.acceptVolume }}方 </sv>
|
<sv label="接单数量"> {{ i?.acceptWeight }}吨,{{ i?.acceptVolume }}方 </sv>
|
||||||
<sv *ngIf="i?.billStatus =='3' || i?.billStatus =='4' || i?.billStatus =='5'" label="装货数量"> {{ i?.acceptWeight }}吨,{{ i?.acceptVolume }}方</sv>
|
<sv *ngIf="i?.billStatus =='3' || i?.billStatus =='4' || i?.billStatus =='5'" label="装货数量"> {{ i?.loadWeight }}吨,{{ i?.loadVolume }}方</sv>
|
||||||
<sv *ngIf="i?.billStatus =='4' || i?.billStatus =='5'" label="卸货数量"> {{ i?.settlementWeight }}吨,{{ i?.settlementVolume }}方</sv>
|
<sv *ngIf="i?.billStatus =='4' || i?.billStatus =='5'" label="卸货数量"> {{ i?.settlementWeight }}吨,{{ i?.settlementVolume }}方</sv>
|
||||||
</sv-container>
|
</sv-container>
|
||||||
<div class="mt-md">
|
<div class="mt-md">
|
||||||
@ -209,7 +209,7 @@
|
|||||||
</st>
|
</st>
|
||||||
</div>
|
</div>
|
||||||
<div nz-col [nzSpan]="12">
|
<div nz-col [nzSpan]="12">
|
||||||
<amap-path-simplifier [mapWidth]="'100%'" [mapHeight]="'600px'" [MapList]="mapList"></amap-path-simplifier>
|
<amap-path-simplifier [mapWidth]="'100%'" [pois]="pois" [mapHeight]="'600px'" [MapList]="mapList"></amap-path-simplifier>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nz-card>
|
</nz-card>
|
||||||
|
|||||||
@ -28,6 +28,7 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
|
|||||||
MapList: any[]=[];
|
MapList: any[]=[];
|
||||||
id = this.route.snapshot.params.id;
|
id = this.route.snapshot.params.id;
|
||||||
billExpenses: any[] = []; //运费信息表格信息
|
billExpenses: any[] = []; //运费信息表格信息
|
||||||
|
pois: any[] = [];
|
||||||
i: any;
|
i: any;
|
||||||
imges: any;
|
imges: any;
|
||||||
totalObj: any;
|
totalObj: any;
|
||||||
@ -77,8 +78,22 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
|
|||||||
this.service.request(this.service.$api_getBulkBillDetail, { id: this.id }).subscribe(res => {
|
this.service.request(this.service.$api_getBulkBillDetail, { id: this.id }).subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
this.i = res;
|
this.i = res;
|
||||||
this.billExpenses = this.i?.billExpenseDetails?.filter((data: any) => data.expenseCode === 'TRA');
|
this.billExpenses = this.i?.billExpenseDetailVOList?.filter((data: any) => data.expenseCode === 'TRA');
|
||||||
this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data:any)=>data.displayStatus !=="HIDE");
|
this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data:any)=>data.displayStatus !=="HIDE");
|
||||||
|
this.pois = [
|
||||||
|
{
|
||||||
|
markerLabel: '起',
|
||||||
|
color: 'blue',
|
||||||
|
position: [res.startingPoint.longitude, res.startingPoint.latitude],
|
||||||
|
title: res.startingPoint.detailedAddress
|
||||||
|
},
|
||||||
|
{
|
||||||
|
markerLabel: '卸',
|
||||||
|
color: 'red',
|
||||||
|
position: [res.endPoint.longitude, res.endPoint.latitude],
|
||||||
|
title: res.endPoint.detailedAddress
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.service.request(this.service.$api_get_getRiskDetail, { id: this.id }).subscribe(res => {
|
this.service.request(this.service.$api_get_getRiskDetail, { id: this.id }).subscribe(res => {
|
||||||
|
|||||||
@ -118,7 +118,7 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
search() {
|
search() {
|
||||||
this.st?.load(1);
|
this.st?.load();
|
||||||
this.getGoodsSourceStatistical();
|
this.getGoodsSourceStatistical();
|
||||||
}
|
}
|
||||||
getGoodsSourceStatistical() {
|
getGoodsSourceStatistical() {
|
||||||
|
|||||||
@ -94,7 +94,7 @@ export class OrderManagementVehicleDetailComponent implements OnInit {
|
|||||||
title: res.endPoint.detailedAddress
|
title: res.endPoint.detailedAddress
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
this.billExpenses = this.i?.billExpenseDetails?.filter(
|
this.billExpenses = this.i?.billExpenseDetailVOList?.filter(
|
||||||
(data: any) => data.expenseCode === 'PRE' || data.expenseCode === 'RECE' || data.expenseCode === 'BACK'
|
(data: any) => data.expenseCode === 'PRE' || data.expenseCode === 'RECE' || data.expenseCode === 'BACK'
|
||||||
);
|
);
|
||||||
this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data: any) => data.displayStatus !== 'HIDE');
|
this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data: any) => data.displayStatus !== 'HIDE');
|
||||||
|
|||||||
@ -12,13 +12,13 @@
|
|||||||
<sf #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="formData" button="none">
|
<sf #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="formData" button="none">
|
||||||
<ng-template sf-template="weight" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="weight" let-me let-ui="ui" let-schema="schema">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<nz-input-number [(ngModel)]="data.weight" [nzMin]="1" [nzMax]="999" [nzStep]="1"></nz-input-number>
|
<nz-input-number [(ngModel)]="data.weight" [nzMin]="1" [nzMax]="99999" [nzStep]="0.01" [nzPrecision]="2"></nz-input-number>
|
||||||
<div class="left_btn">吨</div>
|
<div class="left_btn">吨</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template sf-template="volume" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="volume" let-me let-ui="ui" let-schema="schema">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<nz-input-number [(ngModel)]="data.volume" [nzMin]="1" [nzMax]="999" [nzStep]="1"></nz-input-number>
|
<nz-input-number [(ngModel)]="data.volume" [nzMin]="1" [nzMax]="99999" [nzStep]="0.01" [nzPrecision]="2"></nz-input-number>
|
||||||
<div class="left_btn">方</div>
|
<div class="left_btn">方</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import { DatePipe } from '@angular/common';
|
import { DatePipe } from '@angular/common';
|
||||||
import {
|
import {
|
||||||
@ -32,30 +31,36 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
i: any;
|
i: any;
|
||||||
formData: any;
|
formData: any;
|
||||||
Status: any;
|
Status: any;
|
||||||
data: any ={
|
data: any = {
|
||||||
weight: 0,
|
weight: 0,
|
||||||
volume: 0
|
volume: 0
|
||||||
};
|
};
|
||||||
@ViewChild('sf', { static: false }) sf!: SFComponent;
|
@ViewChild('sf', { static: false }) sf!: SFComponent;
|
||||||
schema: SFSchema = {};
|
schema: SFSchema = {};
|
||||||
ui: SFUISchema = {};
|
ui: SFUISchema = {};
|
||||||
constructor(private modal: NzModalRef, private msgSrv: NzMessageService, public http: _HttpClient, public service: WaybillManagementServe,private datePipe: DatePipe,private envSrv: EAEnvironmentService, ) {}
|
constructor(
|
||||||
|
private modal: NzModalRef,
|
||||||
|
private msgSrv: NzMessageService,
|
||||||
|
public http: _HttpClient,
|
||||||
|
public service: WaybillManagementServe,
|
||||||
|
private datePipe: DatePipe,
|
||||||
|
private envSrv: EAEnvironmentService
|
||||||
|
) {}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
console.log(this.i)
|
console.log(this.i);
|
||||||
this.initData()
|
this.initData();
|
||||||
this.i.time = this.i?.loadingTime;
|
this.i.time = this.i?.loadingTime;
|
||||||
this.initSF();
|
this.initSF();
|
||||||
}
|
}
|
||||||
initSF() {
|
initSF() {
|
||||||
if(this.Status === 1) {
|
if (this.Status === 1) {
|
||||||
|
|
||||||
this.schema = {
|
this.schema = {
|
||||||
properties: {
|
properties: {
|
||||||
time: {
|
time: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '卸货时间',
|
title: '卸货时间',
|
||||||
format: 'date-time',
|
format: 'date-time'
|
||||||
},
|
},
|
||||||
imgUrl3: {
|
imgUrl3: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -71,7 +76,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '提货单',
|
descriptionI18n: '提货单',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -93,8 +98,8 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
imgUrl4: {
|
imgUrl4: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -110,7 +115,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '人车货照片',
|
descriptionI18n: '人车货照片',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -132,16 +137,16 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
no4: {
|
no4: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'text',
|
widget: 'text'
|
||||||
},
|
},
|
||||||
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式',
|
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式'
|
||||||
},
|
},
|
||||||
imgUrl1: {
|
imgUrl1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -156,7 +161,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '提货单',
|
descriptionI18n: '提货单',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -178,8 +183,8 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
imgUrl2: {
|
imgUrl2: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -194,7 +199,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '人车货照片',
|
descriptionI18n: '人车货照片',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -216,32 +221,32 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
required: ['time']
|
required: ['time']
|
||||||
};
|
};
|
||||||
}else {
|
} else {
|
||||||
this.schema = {
|
this.schema = {
|
||||||
properties: {
|
properties: {
|
||||||
time: {
|
time: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '卸货时间',
|
title: '卸货时间',
|
||||||
format: 'date-time',
|
format: 'date-time'
|
||||||
},
|
},
|
||||||
weight: {
|
weight: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '卸货重量',
|
title: '卸货重量',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'custom',
|
widget: 'custom'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
volume: {
|
volume: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '卸货体积',
|
title: '卸货体积',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'custom',
|
widget: 'custom'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
imgUrl3: {
|
imgUrl3: {
|
||||||
@ -258,7 +263,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '提货单',
|
descriptionI18n: '提货单',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -280,8 +285,8 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
imgUrl4: {
|
imgUrl4: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -297,7 +302,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '人车货照片',
|
descriptionI18n: '人车货照片',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -319,16 +324,16 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
no4: {
|
no4: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'text',
|
widget: 'text'
|
||||||
},
|
},
|
||||||
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式',
|
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式'
|
||||||
},
|
},
|
||||||
imgUrl1: {
|
imgUrl1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -343,7 +348,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '提货单',
|
descriptionI18n: '提货单',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -365,8 +370,8 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
imgUrl2: {
|
imgUrl2: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -381,7 +386,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '人车货照片',
|
descriptionI18n: '人车货照片',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -403,11 +408,11 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
required: ['time','weight','volume' ]
|
required: ['time', 'weight', 'volume']
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
this.ui = {
|
this.ui = {
|
||||||
@ -415,35 +420,43 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
spanLabelFixed: 100,
|
spanLabelFixed: 100,
|
||||||
grid: { span: 20 }
|
grid: { span: 20 }
|
||||||
},
|
},
|
||||||
$imgUrl1: { grid: { span: 12} },
|
$imgUrl1: { grid: { span: 12 } },
|
||||||
$imgUrl2: { grid: { span: 12} },
|
$imgUrl2: { grid: { span: 12 } },
|
||||||
$imgUrl3: { grid: { span: 12} },
|
$imgUrl3: { grid: { span: 12 } },
|
||||||
$imgUrl4: { grid: { span: 12} },
|
$imgUrl4: { grid: { span: 12 } }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
save(value: any): void {
|
save(value: any): void {
|
||||||
if(this.Status === 1) {
|
if (this.Status === 1) {
|
||||||
if(!value.time) {
|
if (!value.time) {
|
||||||
this.service.msgSrv.warning('卸货时间为空!')
|
this.service.msgSrv.warning('卸货时间为空!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const params = {
|
const params = {
|
||||||
id: this.i.id,
|
id: this.i.id,
|
||||||
imgUrl1: value?.imgUrl1?.data?.fullFilePath,
|
imgUrl1: value?.imgUrl1?.data?.fullFilePath,
|
||||||
imgUrl2: value?.imgUrl2?.data?.fullFilePath,
|
imgUrl2: value?.imgUrl2?.data?.fullFilePath,
|
||||||
time: value?.time,
|
time: value?.time
|
||||||
}
|
};
|
||||||
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ')
|
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ');
|
||||||
|
|
||||||
this.service.request(this.service.$api_get_insertWholeUnloadCarInfo, params).subscribe((res) => {
|
this.service.request(this.service.$api_get_insertWholeUnloadCarInfo, params).subscribe(res => {
|
||||||
if(res) {
|
if (res) {
|
||||||
this.service.msgSrv.success('确认到车成功!')
|
this.service.msgSrv.success('确认到车成功!');
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
} else {
|
} else {
|
||||||
if(!value.time || !this.data?.volume || !this.data?.weight) {
|
if (!value?.time) {
|
||||||
this.service.msgSrv.warning('卸货时间或卸货重量为空!')
|
this.service.msgSrv.warning('装货时间为空!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!this.data?.volume) {
|
||||||
|
this.service.msgSrv.warning('装货重量为空!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!this.data?.weight) {
|
||||||
|
this.service.msgSrv.warning('装货体积为空!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const params = {
|
const params = {
|
||||||
@ -453,21 +466,20 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
time: value?.time,
|
time: value?.time,
|
||||||
volume: this.data?.volume,
|
volume: this.data?.volume,
|
||||||
weight: this.data?.weight
|
weight: this.data?.weight
|
||||||
}
|
};
|
||||||
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ')
|
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ');
|
||||||
this.service.request(this.service.$api_get_insertBulkUnloadCarInfo, params).subscribe((res) => {
|
this.service.request(this.service.$api_get_insertBulkUnloadCarInfo, params).subscribe(res => {
|
||||||
if(res) {
|
if (res) {
|
||||||
this.service.msgSrv.success('确认到车成功!')
|
this.service.msgSrv.success('确认到车成功!');
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
// 确认到车界面信息(两个只能看的图片)
|
// 确认到车界面信息(两个只能看的图片)
|
||||||
initData() {
|
initData() {
|
||||||
this.service.request(this.service.$api_get_getUnloadCarInfo, { id : this.i?.id}).subscribe((res) => {
|
this.service.request(this.service.$api_get_getUnloadCarInfo, { id: this.i?.id }).subscribe(res => {
|
||||||
console.log(res)
|
console.log(res);
|
||||||
if (res.imgUrl1) {
|
if (res.imgUrl1) {
|
||||||
this.formData = {
|
this.formData = {
|
||||||
imgUrl3: [
|
imgUrl3: [
|
||||||
@ -477,9 +489,9 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
status: 'done',
|
status: 'done',
|
||||||
url: res.imgUrl1,
|
url: res.imgUrl1,
|
||||||
response: {
|
response: {
|
||||||
url: res.imgUrl1,
|
url: res.imgUrl1
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
imgUrl4: [
|
imgUrl4: [
|
||||||
{
|
{
|
||||||
@ -488,16 +500,15 @@ export class VehicleSureArriveComponent implements OnInit {
|
|||||||
status: 'done',
|
status: 'done',
|
||||||
url: res.imgUrl2,
|
url: res.imgUrl2,
|
||||||
response: {
|
response: {
|
||||||
url: res.imgUrl2,
|
url: res.imgUrl2
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
close(): void {
|
close(): void {
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,13 +12,13 @@
|
|||||||
<sf #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="i" button="none">
|
<sf #sf mode="edit" [schema]="schema" [ui]="ui" [formData]="i" button="none">
|
||||||
<ng-template sf-template="weight" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="weight" let-me let-ui="ui" let-schema="schema">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<nz-input-number [(ngModel)]="data.weight" [nzMin]="1" [nzMax]="999999" [nzStep]="1"></nz-input-number>
|
<nz-input-number [(ngModel)]="data.weight" [nzMin]="1" [nzMax]="999999" [nzPrecision]="2" [nzStep]="0.01"></nz-input-number>
|
||||||
<div class="left_btn">吨</div>
|
<div class="left_btn">吨</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template sf-template="volume" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="volume" let-me let-ui="ui" let-schema="schema">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<nz-input-number [(ngModel)]="data.volume" [nzMin]="1" [nzMax]="999999" [nzStep]="1"></nz-input-number>
|
<nz-input-number [(ngModel)]="data.volume" [nzMin]="1" [nzMax]="999999" [nzStep]="0.01" [nzPrecision]="2"></nz-input-number>
|
||||||
<div class="left_btn">方</div>
|
<div class="left_btn">方</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||||
import {
|
import {
|
||||||
SFComponent,
|
SFComponent,
|
||||||
@ -31,37 +30,44 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
record: any = {};
|
record: any = {};
|
||||||
i: any;
|
i: any;
|
||||||
Status: any;
|
Status: any;
|
||||||
data: any ={
|
data: any = {
|
||||||
weight: '',
|
weight: '',
|
||||||
volume: ''
|
volume: ''
|
||||||
};
|
};
|
||||||
@ViewChild('sf', { static: false }) sf!: SFComponent;
|
@ViewChild('sf', { static: false }) sf!: SFComponent;
|
||||||
schema: SFSchema = {};
|
schema: SFSchema = {};
|
||||||
ui: SFUISchema = {};
|
ui: SFUISchema = {};
|
||||||
constructor(private modal: NzModalRef, private msgSrv: NzMessageService, public http: _HttpClient, public service: WaybillManagementServe, private envSrv: EAEnvironmentService,private datePipe: DatePipe) {}
|
constructor(
|
||||||
|
private modal: NzModalRef,
|
||||||
|
private msgSrv: NzMessageService,
|
||||||
|
public http: _HttpClient,
|
||||||
|
public service: WaybillManagementServe,
|
||||||
|
private envSrv: EAEnvironmentService,
|
||||||
|
private datePipe: DatePipe
|
||||||
|
) {}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
this.initSF();
|
this.initSF();
|
||||||
console.log(this.i)
|
console.log(this.i);
|
||||||
this.data.weight = this.i?.weight
|
this.data.weight = this.i?.weight;
|
||||||
this.i.time = this.i.loadingTime;
|
this.i.time = this.i.loadingTime;
|
||||||
}
|
}
|
||||||
initSF() {
|
initSF() {
|
||||||
if(this.Status === 1) {
|
if (this.Status === 1) {
|
||||||
this.schema = {
|
this.schema = {
|
||||||
properties: {
|
properties: {
|
||||||
time: {
|
time: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '装货时间',
|
title: '装货时间',
|
||||||
format: 'date-time',
|
format: 'date-time'
|
||||||
},
|
},
|
||||||
no4: {
|
no4: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'text',
|
widget: 'text'
|
||||||
},
|
},
|
||||||
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式',
|
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式'
|
||||||
},
|
},
|
||||||
imgUrl1: {
|
imgUrl1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -76,7 +82,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '提货单',
|
descriptionI18n: '提货单',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -98,8 +104,8 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
imgUrl2: {
|
imgUrl2: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -114,7 +120,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '人车货照片',
|
descriptionI18n: '人车货照片',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -136,8 +142,8 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
required: ['time']
|
required: ['time']
|
||||||
@ -148,29 +154,29 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
time: {
|
time: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '装货时间',
|
title: '装货时间',
|
||||||
format: 'date-time',
|
format: 'date-time'
|
||||||
},
|
},
|
||||||
weight: {
|
weight: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '装货重量',
|
title: '装货重量',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'custom',
|
widget: 'custom'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
volume: {
|
volume: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '装货体积',
|
title: '装货体积',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'custom',
|
widget: 'custom'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
no4: {
|
no4: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '',
|
title: '',
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'text',
|
widget: 'text'
|
||||||
},
|
},
|
||||||
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式',
|
default: '单张大小不超过5M,支持.jpg、.jpeg和 .png格式'
|
||||||
},
|
},
|
||||||
imgUrl1: {
|
imgUrl1: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -185,7 +191,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '提货单',
|
descriptionI18n: '提货单',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -207,8 +213,8 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
imgUrl2: {
|
imgUrl2: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
@ -223,7 +229,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
urlReName: 'data.fullFileWatermarkPath',
|
urlReName: 'data.fullFileWatermarkPath',
|
||||||
descriptionI18n: '人车货照片',
|
descriptionI18n: '人车货照片',
|
||||||
data: {
|
data: {
|
||||||
appId: this.envSrv.env.appId,
|
appId: this.envSrv.env.appId
|
||||||
},
|
},
|
||||||
name: 'multipartFile',
|
name: 'multipartFile',
|
||||||
beforeUpload: (file: any, fileList: any) => {
|
beforeUpload: (file: any, fileList: any) => {
|
||||||
@ -245,11 +251,11 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
multiple: false,
|
multiple: false,
|
||||||
listType: 'picture-card',
|
listType: 'picture-card'
|
||||||
} as SFUploadWidgetSchema,
|
} as SFUploadWidgetSchema
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
required: ['time','weight', 'volume']
|
required: ['time', 'weight', 'volume']
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -258,35 +264,43 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
spanLabelFixed: 100,
|
spanLabelFixed: 100,
|
||||||
grid: { span: 20 }
|
grid: { span: 20 }
|
||||||
},
|
},
|
||||||
$imgUrl1: { grid: { span: 12} },
|
$imgUrl1: { grid: { span: 12 } },
|
||||||
$imgUrl2: { grid: { span: 12} },
|
$imgUrl2: { grid: { span: 12 } }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
save(value: any): void {
|
save(value: any): void {
|
||||||
if(this.Status === 1) {
|
if (this.Status === 1) {
|
||||||
if(!value?.time) {
|
if (!value?.time) {
|
||||||
this.service.msgSrv.warning('装货时间为空!')
|
this.service.msgSrv.warning('装货时间为空!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const params = {
|
const params = {
|
||||||
id: this.i.id,
|
id: this.i.id,
|
||||||
imgUrl1: value?.imgUrl1?.data?.fullFilePath,
|
imgUrl1: value?.imgUrl1?.data?.fullFilePath,
|
||||||
imgUrl2: value?.imgUrl2?.data?.fullFilePath,
|
imgUrl2: value?.imgUrl2?.data?.fullFilePath,
|
||||||
time: value?.time,
|
time: value?.time
|
||||||
}
|
};
|
||||||
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ')
|
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ');
|
||||||
this.service.request(this.service.$api_get_insertWholeStartCarInfo, params).subscribe((res) => {
|
this.service.request(this.service.$api_get_insertWholeStartCarInfo, params).subscribe(res => {
|
||||||
if(res) {
|
if (res) {
|
||||||
this.service.msgSrv.success('确认发车成功!')
|
this.service.msgSrv.success('确认发车成功!');
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
} else {
|
} else {
|
||||||
if(!value?.time || !this.data?.volume || !this.data?.weight) {
|
if (!value?.time) {
|
||||||
this.service.msgSrv.warning('装货时间或装货重量为空!')
|
this.service.msgSrv.warning('装货时间为空!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(value)
|
if (!this.data?.volume) {
|
||||||
|
this.service.msgSrv.warning('装货重量为空!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!this.data?.weight) {
|
||||||
|
this.service.msgSrv.warning('装货体积为空!');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
console.log(value);
|
||||||
const params = {
|
const params = {
|
||||||
id: this.i.id,
|
id: this.i.id,
|
||||||
imgUrl1: value?.imgUrl1?.data?.fullFilePath,
|
imgUrl1: value?.imgUrl1?.data?.fullFilePath,
|
||||||
@ -294,20 +308,18 @@ export class VehicleSureDepartComponent implements OnInit {
|
|||||||
time: value?.time,
|
time: value?.time,
|
||||||
volume: this.data?.volume,
|
volume: this.data?.volume,
|
||||||
weight: this.data?.weight
|
weight: this.data?.weight
|
||||||
}
|
};
|
||||||
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ')
|
params.time = this.datePipe.transform(value.time, 'yyyy-MM-dd HH:mm:ss ');
|
||||||
this.service.request(this.service.$api_get_insertBulkStartCarInfo, params).subscribe((res) => {
|
this.service.request(this.service.$api_get_insertBulkStartCarInfo, params).subscribe(res => {
|
||||||
if(res) {
|
if (res) {
|
||||||
this.service.msgSrv.success('确认发车成功!')
|
this.service.msgSrv.success('确认发车成功!');
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
close(): void {
|
close(): void {
|
||||||
this.modal.destroy(true);
|
this.modal.destroy(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,14 +40,14 @@
|
|||||||
<div class="approval-status">
|
<div class="approval-status">
|
||||||
<div style="width: 60%; margin: 0 auto">
|
<div style="width: 60%; margin: 0 auto">
|
||||||
<nz-steps style="width: 70%; margin: 0 auto" [nzLabelPlacement]="'vertical'">
|
<nz-steps style="width: 70%; margin: 0 auto" [nzLabelPlacement]="'vertical'">
|
||||||
<nz-step [nzStatus]="i?.resourceStatus !== '1' ? 'finish' : 'process'" nzIcon="solution"
|
<nz-step [nzStatus]="i?.resourceStatus !== '1'?'finish':'process'" nzIcon="solution"
|
||||||
[nzDescription]="i?.createAt" nzTitle="下单" [nzSubtitle]="i?.createTime"></nz-step>
|
[nzDescription]="i?.createTime" nzTitle="下单"></nz-step>
|
||||||
<nz-step *ngIf="i?.resourceStatus === '1' || i?.resourceStatus === '2'"
|
<nz-step *ngIf="i?.resourceStatus === '1' || i?.resourceStatus === '4' "
|
||||||
[nzStatus]="i?.resourceStatus === '1' ? 'wait' : 'finish'" nzIcon="file-done"
|
[nzStatus]="i?.resourceStatus=== '1'? 'wait':'finish'" nzIcon="file-done"
|
||||||
[nzTitle]="i?.resourceStatus === '2' ? '已完结' : '完结'" [nzSubtitle]="i?.endTime"></nz-step>
|
[nzTitle]="i?.resourceStatus === '4'?'已完结':'完结'" [nzDescription]="i?.endTime"></nz-step>
|
||||||
|
|
||||||
<nz-step nzStatus="finish" nzIcon="close-circle" nzTitle="取消货源" *ngIf="i?.resourceStatus === '3'"
|
<nz-step nzStatus="finish" nzIcon="close-circle" nzTitle="取消货源" *ngIf="i?.resourceStatus === '3'"
|
||||||
[nzSubtitle]="i?.endTime"></nz-step>
|
[nzDescription]="i?.endTime"></nz-step>
|
||||||
|
|
||||||
</nz-steps>
|
</nz-steps>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
[req]="{ process: beforeReq }"
|
[req]="{ process: beforeReq }"
|
||||||
[res]="{ reName: { list: 'data.records', total: 'data.total' } , process: afterRes}"
|
[res]="{ reName: { list: 'data.records', total: 'data.total' } , process: afterRes}"
|
||||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||||
[loading]="loading"
|
[loading]="false"
|
||||||
>
|
>
|
||||||
<ng-template st-row="createUserName" let-item let-index="index">
|
<ng-template st-row="createUserName" let-item let-index="index">
|
||||||
<div> {{ item?.createUserName }}/{{ item?.createUserPhone }} </div>
|
<div> {{ item?.createUserName }}/{{ item?.createUserPhone }} </div>
|
||||||
|
|||||||
@ -98,7 +98,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
|||||||
return requestOptions;
|
return requestOptions;
|
||||||
};
|
};
|
||||||
search() {
|
search() {
|
||||||
this.st?.load(1);
|
this.st?.load();
|
||||||
this.getGoodsSourceStatistical()
|
this.getGoodsSourceStatistical()
|
||||||
}
|
}
|
||||||
afterRes = (data: any[], rawData?: any) => {
|
afterRes = (data: any[], rawData?: any) => {
|
||||||
|
|||||||
@ -92,13 +92,13 @@
|
|||||||
{{i?.unloadPlanTime}}
|
{{i?.unloadPlanTime}}
|
||||||
</sv> -->
|
</sv> -->
|
||||||
<sv label="接单数量">
|
<sv label="接单数量">
|
||||||
{{i?.acceptWeight}}吨,{{i?.acceptVolume}}方,{{i?.acceptNumber}}件
|
{{ i?.acceptWeight }}吨,{{ i?.acceptVolume }}方
|
||||||
</sv>
|
</sv>
|
||||||
<sv *ngIf="i?.billStatus =='3' || i?.billStatus =='4' || i?.billStatus =='5'" label="装货数量">
|
<sv *ngIf="i?.billStatus =='3' || i?.billStatus =='4' || i?.billStatus =='5'" label="装货数量">
|
||||||
{{i?.acceptWeight}}吨,{{i?.acceptVolume}}方,{{i?.acceptNumber}}件
|
{{ i?.loadWeight }}吨,{{ i?.loadVolume }}方
|
||||||
</sv>
|
</sv>
|
||||||
<sv *ngIf="i?.billStatus =='4' || i?.billStatus =='5'" label="卸货数量">
|
<sv *ngIf="i?.billStatus =='4' || i?.billStatus =='5'" label="卸货数量">
|
||||||
{{i?.settlementWeight}}吨,{{i?.settlementVolume}}方,{{i?.acceptNumber}}件
|
{ i?.settlementWeight }}吨,{{ i?.settlementVolume }}方
|
||||||
</sv>
|
</sv>
|
||||||
</sv-container>
|
</sv-container>
|
||||||
<div class="mt-md">
|
<div class="mt-md">
|
||||||
|
|||||||
Reference in New Issue
Block a user