解决冲突
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
				
			|||||||
 * @Author       : Shiming
 | 
					 * @Author       : Shiming
 | 
				
			||||||
 * @Date         : 2022-01-18 09:51:21
 | 
					 * @Date         : 2022-01-18 09:51:21
 | 
				
			||||||
 * @LastEditors  : Shiming
 | 
					 * @LastEditors  : Shiming
 | 
				
			||||||
 * @LastEditTime : 2022-04-06 16:45:43
 | 
					 * @LastEditTime : 2022-04-08 11:16:53
 | 
				
			||||||
 * @FilePath     : \\tms-obc-web\\proxy.conf.js
 | 
					 * @FilePath     : \\tms-obc-web\\proxy.conf.js
 | 
				
			||||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
					 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@ -20,7 +20,7 @@ module.exports = {
 | 
				
			|||||||
  // }
 | 
					  // }
 | 
				
			||||||
  '//api': {
 | 
					  '//api': {
 | 
				
			||||||
    target: {
 | 
					    target: {
 | 
				
			||||||
      host: 'tms-api-dev.eascs.com',
 | 
					      host: 'tms-api-test.eascs.com',
 | 
				
			||||||
      protocol: 'https:',
 | 
					      protocol: 'https:',
 | 
				
			||||||
      port: 443
 | 
					      port: 443
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
@ -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-04-01 10:52:51
 | 
					 * @LastEditTime : 2022-04-08 11:30:05
 | 
				
			||||||
 * @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.
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
@ -104,7 +104,8 @@
 | 
				
			|||||||
      <ng-template st-row="mybidDetailInfo" let-item let-index="index">
 | 
					      <ng-template st-row="mybidDetailInfo" let-item let-index="index">
 | 
				
			||||||
        <div *ngIf="item.mybidDetailInfo.length > 0">
 | 
					        <div *ngIf="item.mybidDetailInfo.length > 0">
 | 
				
			||||||
          <p *ngFor="let data of item.mybidDetailInfo">
 | 
					          <p *ngFor="let data of item.mybidDetailInfo">
 | 
				
			||||||
            {{ data.expenseName }}:{{ data.price | currency }}
 | 
					            <span *ngIf="data.expenseCode !== 'FL'">{{ data.expenseName }}:{{ data.price | currency }}</span>
 | 
				
			||||||
 | 
					            <span *ngIf="data.expenseCode === 'FL'" >{{ data.expenseName }}:{{ (data.price * 100).toFixed(2) + '%' }}</span>
 | 
				
			||||||
            <span *ngIf="data.paymentStatusLabel" style="color: #f59a63">{{ data.paymentStatusLabel }}</span>
 | 
					            <span *ngIf="data.paymentStatusLabel" style="color: #f59a63">{{ data.paymentStatusLabel }}</span>
 | 
				
			||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
				
			|||||||
@ -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-04-01 11:03:39
 | 
					 * @LastEditTime : 2022-04-08 11:32:46
 | 
				
			||||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle\\vehicle.component.html
 | 
					 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle\\vehicle.component.html
 | 
				
			||||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
					 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
@ -81,16 +81,11 @@
 | 
				
			|||||||
      </ng-template> -->
 | 
					      </ng-template> -->
 | 
				
			||||||
      <ng-template st-row="mybidDetailInfo" let-item let-index="index">
 | 
					      <ng-template st-row="mybidDetailInfo" let-item let-index="index">
 | 
				
			||||||
        <div *ngIf="item.mybidDetailInfo.length > 0">
 | 
					        <div *ngIf="item.mybidDetailInfo.length > 0">
 | 
				
			||||||
          <div *ngFor="let data of item.mybidDetailInfo">
 | 
					          <p *ngFor="let data of item.mybidDetailInfo">
 | 
				
			||||||
            {{ data.expenseName }}:{{ data?.expenseCode === 'FL' ? (data.price * 100 + '%' ) : (data.price | currency) }}
 | 
					            <span *ngIf="data.expenseCode !== 'FL'">{{ data.expenseName }}:{{ data.price | currency }}</span>
 | 
				
			||||||
            <span *ngIf="data.paymentStatus && data.paymentStatus === '1' && data.price>0"
 | 
					            <span *ngIf="data.expenseCode === 'FL'" >{{ data.expenseName }}:{{ (data.price * 100).toFixed(2) + '%' }}</span>
 | 
				
			||||||
              style="color: #f59a63">待申请</span>
 | 
					            <span *ngIf="data.paymentStatusLabel" style="color: #f59a63">{{ data.paymentStatusLabel }}</span>
 | 
				
			||||||
            <span *ngIf="data.paymentStatus && data.paymentStatus === '2'" style="color: #f59a63">已支付</span>
 | 
					          </p>
 | 
				
			||||||
            <span *ngIf="data.paymentStatus && data.paymentStatus === '3'" style="color: #f59a63">已拒绝</span>
 | 
					 | 
				
			||||||
            <span *ngIf="data.paymentStatus && data.paymentStatus === '4'" style="color: #f59a63">申请中</span>
 | 
					 | 
				
			||||||
            <span *ngIf="data.paymentStatus && data.paymentStatus === '5'" style="color: #f59a63">退款中</span>
 | 
					 | 
				
			||||||
            <span *ngIf="data.paymentStatus && data.paymentStatus === '6'" style="color: #f59a63">退款成功</span>
 | 
					 | 
				
			||||||
          </div>
 | 
					 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </ng-template>
 | 
					      </ng-template>
 | 
				
			||||||
      <ng-template st-row="billExpenseDetailVOList" let-item let-index="index">
 | 
					      <ng-template st-row="billExpenseDetailVOList" let-item let-index="index">
 | 
				
			||||||
 | 
				
			|||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					    :host {
 | 
				
			||||||
 | 
					     p{
 | 
				
			||||||
 | 
					         margin-bottom: 0
 | 
				
			||||||
 | 
					     }
 | 
				
			||||||
 | 
					     .left_btn {
 | 
				
			||||||
 | 
					          width: 50px;
 | 
				
			||||||
 | 
					         height: 32px; 
 | 
				
			||||||
 | 
					          padding-left: 8px;
 | 
				
			||||||
 | 
					          line-height:32px; 
 | 
				
			||||||
 | 
					          background-color: #d7d7d7;
 | 
				
			||||||
 | 
					     }
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
@ -19,7 +19,7 @@ import { OrderManagementService } from '../../services/order-management.service'
 | 
				
			|||||||
@Component({
 | 
					@Component({
 | 
				
			||||||
  selector: 'app-supply-management-vehicle',
 | 
					  selector: 'app-supply-management-vehicle',
 | 
				
			||||||
  templateUrl: './vehicle.component.html',
 | 
					  templateUrl: './vehicle.component.html',
 | 
				
			||||||
  styleUrls: ['../../../commom/less/commom-table.less']
 | 
					  styleUrls: ['../../../commom/less/commom-table.less','./vehicle.component.less']
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
export class OrderManagementVehicleComponent extends BasicTableComponent implements OnInit {
 | 
					export class OrderManagementVehicleComponent extends BasicTableComponent implements OnInit {
 | 
				
			||||||
  ui: SFUISchema = {};
 | 
					  ui: SFUISchema = {};
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user