This commit is contained in:
wangshiming
2022-02-28 11:59:01 +08:00
parent 56ca4e7305
commit eaaa448e3f

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2021-12-24 16:58:02 * @Date : 2021-12-24 16:58:02
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-01-20 20:34:50 * @LastEditTime : 2022-02-28 11:58:21
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail-change\\bulk-detail-change.component.ts * @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. * Copyright (C) 2022 huzhenhong. All rights reserved.
*/ */
@ -73,8 +73,8 @@ loadTime: any; // 货源单设置回显
ui: SFUISchema = {}; ui: SFUISchema = {};
logColumns: STColumn[] = [ logColumns: STColumn[] = [
{ title: '款项', index: 'expenseName' }, { title: '款项', index: 'expenseName' },
{ title: '运输费(元)', index: 'price' }, { title: '运输费(元)', render: 'price' },
{ title: '附加费(元)', index: 'surcharge' }, { title: '附加费(元)', render: 'surcharge' },
{ title: '支付时间', index: ' paymentTime' }, { title: '支付时间', index: ' paymentTime' },
{ {
title: '支付状态', title: '支付状态',
@ -86,9 +86,9 @@ loadTime: any; // 货源单设置回显
'1': { text: '待申请', color: 'warning' }, '1': { text: '待申请', color: 'warning' },
'2': { text: '已支付', color: 'success' }, '2': { text: '已支付', color: 'success' },
'3': { text: '已拒绝', color: 'warning' }, '3': { text: '已拒绝', color: 'warning' },
'4': { text: '申请中', color: 'warning' }, '4': { text: '申请中', color: 'warning' }
}, }
}, }
]; ];
constructor( constructor(
private route: ActivatedRoute, private route: ActivatedRoute,
@ -200,6 +200,14 @@ loadTime: any; // 货源单设置回显
}, },
default: '', default: '',
}, },
no7: {
type: 'string',
title: '',
ui: {
widget: 'text',
},
default: '',
},
unloadingLadingBillFilePath: { unloadingLadingBillFilePath: {
type: 'string', type: 'string',
title: '卸货凭证', title: '卸货凭证',
@ -800,6 +808,7 @@ initSF4() {
grid: { span: 24 } grid: { span: 24 }
}, },
$weightModel: { $weightModel: {
spanLabelFixed: 120,
grid: { span: 12 } grid: { span: 12 }
}, },
$drivers: { $drivers: {