This commit is contained in:
wangshiming
2022-04-27 10:15:13 +08:00
parent 5e593b9ec7
commit 08953fa4aa
7 changed files with 56 additions and 25 deletions

View File

@ -77,7 +77,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.loadingAddressArr[0]}`,
`上传位置:${this.i?.loadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -122,7 +122,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.loadingAddressArr[0]}`,
`上传位置:${this.i?.loadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -175,7 +175,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.unloadingAddressArr[0]}`,
`上传位置:${this.i?.unloadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -220,7 +220,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.unloadingAddressArr[0]}`,
`上传位置:${this.i?.unloadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -284,7 +284,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.loadingAddressArr[0]}`,
`上传位置:${this.i?.loadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -330,7 +330,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.loadingAddressArr[0]}`,
`上传位置:${this.i?.loadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -392,7 +392,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.unloadingAddressArr[0]}`,
`上传位置:${this.i?.unloadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',
@ -438,7 +438,7 @@ export class orderManagementVoucherViewComponent implements OnInit {
appId: this.envSrv.env.appId,
content: [
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
`上传位置:${this.i?.unloadingAddressArr[0]}`,
`上传位置:${this.i?.unloadDetailedAddress}`,
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`
],
position: '2',