fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-12 10:52:50
|
* @Date : 2022-01-12 10:52:50
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-03-02 14:56:27
|
* @LastEditTime : 2022-03-07 10:49:45
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk\\bulk.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk\\bulk.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -72,8 +72,8 @@
|
|||||||
{{ item.freightPrice | currency }}
|
{{ item.freightPrice | currency }}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="loadingTime" let-item let-index="index">
|
<ng-template st-row="loadingTime" let-item let-index="index">
|
||||||
<div *ngIf="item?.loadPlanTime">装 | {{ item?.loadPlanTime }}</div>
|
<div *ngIf="item?.loadingTime">装 | {{ item?.loadingTime }}</div>
|
||||||
<div *ngIf="item?.unloadPlanTime">卸 | {{ item?.unloadPlanTime }}</div>
|
<div *ngIf="item?.unloadingTime">卸 | {{ item?.unloadingTime }}</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="driverName" let-item let-index="index">
|
<ng-template st-row="driverName" let-item let-index="index">
|
||||||
<div> {{ item?.driverName }}/{{ item?.driverPhone }}/{{ item?.carNo }} </div>
|
<div> {{ item?.driverName }}/{{ item?.driverPhone }}/{{ item?.carNo }} </div>
|
||||||
|
|||||||
@ -358,8 +358,6 @@ export class CtcCaptatinAddComponent implements OnInit {
|
|||||||
changeEndKmAction() {
|
changeEndKmAction() {
|
||||||
this.changeSub.pipe(debounceTime(500)).subscribe((res: string) => {
|
this.changeSub.pipe(debounceTime(500)).subscribe((res: string) => {
|
||||||
if (res) {
|
if (res) {
|
||||||
console.log('44444')
|
|
||||||
console.log(res)
|
|
||||||
const params: any = {
|
const params: any = {
|
||||||
bankCardNo: this.sf.value.bankCardNo,
|
bankCardNo: this.sf.value.bankCardNo,
|
||||||
bankName: this.sf.value.bankName,
|
bankName: this.sf.value.bankName,
|
||||||
|
|||||||
Reference in New Issue
Block a user