fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-24 16:58:02
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-20 14:46:48
|
||||
* @LastEditTime : 2022-04-27 10:15:09
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail-change\\bulk-detail-change.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -70,7 +70,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -115,7 +115,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -168,7 +168,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.dischargePlace[0]}`,
|
||||
`上传位置:${this.i?.unloadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -213,7 +213,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.dischargePlace[0]}`,
|
||||
`上传位置:${this.i?.unloadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -283,7 +283,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -328,7 +328,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -381,7 +381,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.dischargePlace[0]}`,
|
||||
`上传位置:${this.i?.unloadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -426,7 +426,7 @@ export class VehicleSureArriveComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.dischargePlace[0]}`,
|
||||
`上传位置:${this.i?.unloadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
|
||||
@ -82,7 +82,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -127,7 +127,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -205,7 +205,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
@ -250,7 +250,7 @@ export class VehicleSureDepartComponent implements OnInit {
|
||||
appId: this.envSrv.env.appId,
|
||||
content: [
|
||||
`上传用户:${this.i?.driverName}(${this.i?.driverTelephone})`,
|
||||
`上传位置:${this.i?.loadingPlace[0]}`,
|
||||
`上传位置:${this.i?.loadDetailedAddress}`,
|
||||
`上传时间:${format(new Date(), 'yyyy-MM-dd HH:mm:ss')}`,
|
||||
],
|
||||
position: '2',
|
||||
|
||||
Reference in New Issue
Block a user