调整项目-合同-运单-结算逻辑链

This commit is contained in:
2026-08-21 00:18:05 +08:00
parent fd5b1484e6
commit 5d1d15d3a5
10 changed files with 406 additions and 71 deletions
+5 -15
View File
@@ -267,7 +267,7 @@ export const option = createCrudOption([
searchType: 'select',
searchPlaceholder: '请选择',
formslot: true,
order: 140,
order: 165,
dicUrl:
'/blade-transport/project-apply/list?current=1&size=9999&approvalStatuses=approved,change_approved',
dicFormatter: listDicFormatter,
@@ -345,14 +345,9 @@ export const option = createCrudOption([
label: '甲方',
prop: 'partyA',
type: 'select',
formslot: true,
disabled: true,
order: 160,
dicUrl:
'/blade-transport/customer-archive/list?current=1&size=9999&customerType=客户&approvalStatus=approved&status=1',
dicFormatter: listDicFormatter,
props: {
label: 'fullName',
value: 'fullName',
},
filterable: true,
minWidth: 160,
rules: selectRule('甲方'),
@@ -361,14 +356,9 @@ export const option = createCrudOption([
label: '乙方',
prop: 'partyB',
type: 'select',
formslot: true,
disabled: true,
order: 150,
dicUrl:
'/blade-transport/customer-archive/list?current=1&size=9999&customerType=承运商&approvalStatus=approved&status=1',
dicFormatter: listDicFormatter,
props: {
label: 'fullName',
value: 'fullName',
},
filterable: true,
minWidth: 160,
rules: selectRule('乙方'),