箱管-卖箱-合同号 组织机构单独维护文件类型

zth
张同海 2 weeks ago
parent 59c6d7726c
commit 9ac768dcb6

@ -70,6 +70,12 @@ export const columns: BasicColumn[] = [
return RData return RData
}, },
}, },
{
title: '合同号',
dataIndex: 'ctnReleaseNo',
sorter: true,
width: 200,
},
{ {
title: '已提箱', title: '已提箱',
dataIndex: 'pickupCtntotal', dataIndex: 'pickupCtntotal',
@ -272,6 +278,12 @@ export const formSchema: FormSchema[] = [
format: 'YYYY-MM', format: 'YYYY-MM',
}, },
}, },
{
field: 'ctnReleaseNo',
label: '合同号',
component: 'Input',
colProps: { span: 6 },
},
{ {
field: 'isBusinessLocking', field: 'isBusinessLocking',
label: '业务锁定', label: '业务锁定',

@ -23,7 +23,14 @@
}}</span> }}</span>
</template> </template>
<template #files> <template #files>
<DsFile :maxCount="10" ref="dsFileRef" :id="rowId" :show="false" height="300"> <DsFile
:maxCount="10"
fileType="org"
ref="dsFileRef"
:id="rowId"
:show="false"
height="300"
>
<a-button <a-button
type="link" type="link"
size="mini" size="mini"

Loading…
Cancel
Save