箱管 单程租入 单程租出 调整

feature-JimuReport-1106-yjl
张同海 1 month ago
parent f7306cbe82
commit e6978ad64f

@ -552,11 +552,6 @@
width: 120,
data: 'dropoffPortCode',
},
{
title: '租箱客户ID',
width: 120,
data: 'rentCustomerId',
},
{
title: '租箱业务ID',
width: 120,
@ -592,9 +587,9 @@
},
},
{
title: '租箱客户',
title: '原箱主',
width: 120,
data: 'rentCustomerName',
data: 'oldContainerOwner',
type: 'dropdown',
// (process)
source: async (query, process) => {
@ -645,6 +640,12 @@
width: 120,
data: 'ctnReleaseNo',
},
{
title: '单程租入合同号',
width: 120,
data: 'ctnReleaseNo_In',
readOnly: true,
},
{
title: '租箱日期',
width: 120,
@ -787,7 +788,7 @@
fixedColumnsLeft: 1,
//
hiddenColumns: {
columns: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
columns: [1, 2, 3, 4, 5, 6, 7, 8, 9],
indicators: true,
},
//
@ -816,7 +817,7 @@
list.value[changes[0][0]]['ctnall'] = dict?.ctnName
list.value[changes[0][0]]['ctnCode'] = dict?.ediCode
}
if (changes[0][1] === 'rentCustomerName') {
if (changes[0][1] === 'oldContainerOwner') {
const res = ContainerOwnerDict.value.length
? ContainerOwnerDict.value
: (await GetClientListByCode({ code: 'leasing' }))?.data
@ -825,8 +826,8 @@
return item.pinYinCode === changes[0][3]
})
if (item) dict = item[0]
list.value[changes[0][0]]['rentCustomerName'] = dict?.pinYinCode
list.value[changes[0][0]]['rentCustomerId'] = dict?.id
list.value[changes[0][0]]['oldContainerOwner'] = dict?.pinYinCode
list.value[changes[0][0]]['oldContainerOwnerId'] = dict?.id
}
if (changes[0][1] === 'rentDirect') {
const res = rentDirectDict.value.length
@ -965,7 +966,7 @@
fixedColumnsLeft: 1,
//
hiddenColumns: {
columns: [1, 2, 3, 4, 5, 6, 7, 8],
columns: [1, 2, 3, 4, 5, 6, 7, 8, 9],
indicators: true,
},
// //

@ -96,6 +96,12 @@ export const columns: BasicColumn[] = [
sorter: true,
width: 200,
},
{
title: '合同号',
dataIndex: 'ctnReleaseNo',
sorter: true,
width: 200,
},
{
title: '业务锁定',
dataIndex: 'isBusinessLocking',
@ -231,6 +237,12 @@ export const searchFormSchema: FormSchema[] = [
format: 'YYYY-MM',
},
},
{
field: 'ctnReleaseNo',
label: '合同号',
component: 'Input',
colProps: { span: 4 },
},
// {
// field: 'etd',
// label: 'ETD',
@ -438,6 +450,12 @@ export const formSchema: FormSchema[] = [
format: 'YYYY-MM',
},
},
{
field: 'ctnReleaseNo',
label: '合同号',
component: 'Input',
colProps: { span: 6 },
},
{
field: 'isBusinessLocking',
label: '业务锁定',

@ -93,6 +93,19 @@ export const columns: BasicColumn[] = [
sorter: true,
width: 200,
},
{
title: '合同号',
dataIndex: 'ctnReleaseNo',
sorter: true,
width: 200,
},
{
field: 'ctnReleaseNo',
label: '合同号',
component: 'Input',
colProps: { span: 6 },
},
{
title: '业务锁定',
dataIndex: 'isBusinessLocking',
@ -228,6 +241,12 @@ export const searchFormSchema: FormSchema[] = [
format: 'YYYY-MM',
},
},
{
field: 'ctnReleaseNo',
label: '合同号',
component: 'Input',
colProps: { span: 4 },
},
// {
// field: 'etd',
// label: 'ETD',

Loading…
Cancel
Save