edit
This commit is contained in:
@ -9,7 +9,7 @@ import { FreightAccountService } from '../../services/freight-account.service';
|
||||
@Component({
|
||||
selector: 'app-receipt-order',
|
||||
templateUrl: './receipt-order.component.html',
|
||||
styleUrls: ['../../../commom/less/box.less']
|
||||
styleUrls: ['../../../commom/less/box.less', '../../../commom/less/expend-but.less']
|
||||
})
|
||||
export class ReceiptOrderComponent implements OnInit {
|
||||
@ViewChild('st', { static: true })
|
||||
@ -193,26 +193,26 @@ export class ReceiptOrderComponent implements OnInit {
|
||||
}
|
||||
} as SFDateWidgetSchema
|
||||
},
|
||||
billHCode: {
|
||||
type: 'string',
|
||||
title: '订单号',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
feeHCodes: {
|
||||
type: 'string',
|
||||
title: '费用号',
|
||||
ui: {
|
||||
placeholder: '请输入',
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
}
|
||||
}
|
||||
},
|
||||
// billHCode: {
|
||||
// type: 'string',
|
||||
// title: '订单号',
|
||||
// ui: {
|
||||
// placeholder: '请输入',
|
||||
// visibleIf: {
|
||||
// expand: (value: boolean) => value
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// feeHCodes: {
|
||||
// type: 'string',
|
||||
// title: '费用号',
|
||||
// ui: {
|
||||
// placeholder: '请输入',
|
||||
// visibleIf: {
|
||||
// expand: (value: boolean) => value
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
remarks: {
|
||||
type: 'string',
|
||||
title: '付款备注',
|
||||
@ -231,8 +231,8 @@ export class ReceiptOrderComponent implements OnInit {
|
||||
return [
|
||||
{ title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' },
|
||||
{ title: '收款单号', index: 'brmcode', type: 'link', width: 180, className: 'text-left' },
|
||||
{ title: '订单号', index: 'billHCode', width: 180, className: 'text-left' },
|
||||
{ title: '费用号', index: 'feeCode', width: 180, className: 'text-left' },
|
||||
// { title: '订单号', index: 'billHCode', width: 180, className: 'text-left' },
|
||||
// { title: '费用号', index: 'feeCode', width: 180, className: 'text-left' },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 200, className: 'text-left' },
|
||||
{ title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' },
|
||||
{ title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' },
|
||||
|
||||
Reference in New Issue
Block a user