1、修复基础配置

2、修复业务模块
3、拆分页面代码
This commit is contained in:
2026-09-03 03:31:30 +08:00
parent 008ec7a6a8
commit 6f0f1842cb
25 changed files with 22346 additions and 192 deletions
+10 -3
View File
@@ -269,7 +269,7 @@ export const option = {
order: 270,
hide: true,
labelWidth: '0px',
className: 'business-crud-page__full-form-item',
className: 'shipping-template-page__full-form-item',
},
{ label: '运费信息', prop: 'freightJson', hide: true, display: false },
{
@@ -290,7 +290,7 @@ export const option = {
order: 250,
hide: true,
labelWidth: '0px',
className: 'business-crud-page__full-form-item',
className: 'shipping-template-page__full-form-item',
},
{ label: '项目ID', prop: 'projectId', hide: true, display: false },
{ label: '客户合同ID', prop: 'contractId', hide: true, display: false },
@@ -300,7 +300,14 @@ export const option = {
{ label: '收货地', prop: 'arrivalName', hide: true, display: false },
{ label: '收货联系人', prop: 'arrivalContact', hide: true, display: false },
{ label: '收货联系方式', prop: 'arrivalPhone', hide: true, display: false },
{ label: '所属组织', prop: 'deptName', minWidth: 150, addDisplay: false, editDisplay: false, display: false },
{
label: '所属组织',
prop: 'deptName',
minWidth: 150,
addDisplay: false,
editDisplay: false,
display: false,
},
...auditColumns.map(column => ({
...column,
display: false,