|
@ -148,7 +148,7 @@ export const CustomerreturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '发货计划单号', |
|
|
label: '发货计划单号', |
|
|
field: 'deliverPlanNumber', |
|
|
field: 'deliverPlanNumber', |
|
@ -505,7 +505,7 @@ export const CustomerreturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 180 |
|
|
width: 180 |
|
|
}, |
|
|
}, |
|
|
isTable:false, |
|
|
isTable:true, |
|
|
form: { |
|
|
form: { |
|
|
component: 'DatePicker', |
|
|
component: 'DatePicker', |
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -524,7 +524,7 @@ export const CustomerreturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isTable:false, |
|
|
isTable:true, |
|
|
isForm: false |
|
|
isForm: false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -779,7 +779,7 @@ export const CustomerreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
searchPage: CustomerreturnRequestApi.pageItemCodeToBalance, |
|
|
searchPage: CustomerreturnRequestApi.pageItemCodeToBalance, |
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
|
key:'customerCode', // 查询列表中字段
|
|
|
key:'customerCode', // 查询列表中字段
|
|
|
value:'customerCode', // 指主表某字段
|
|
|
value:'customerCode', // 指主表某字段
|
|
|
message: '请选择客户代码!', // 当前置条件为空时 弹出信息提示
|
|
|
message: '请选择客户代码!', // 当前置条件为空时 弹出信息提示
|
|
|
isMainValue: true // 表示查询条件是主表的字段的值
|
|
|
isMainValue: true // 表示查询条件是主表的字段的值
|
|
|
} |
|
|
} |
|
@ -796,7 +796,7 @@ export const CustomerreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
searchPage: CustomerreturnRequestApi.pageItemCodeToBalance, |
|
|
searchPage: CustomerreturnRequestApi.pageItemCodeToBalance, |
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
|
key:'customerCode', // 查询列表中字段
|
|
|
key:'customerCode', // 查询列表中字段
|
|
|
value:'customerCode', // 指主表某字段
|
|
|
value:'customerCode', // 指主表某字段
|
|
|
message: '请选择客户代码!', // 当前置条件为空时 弹出信息提示
|
|
|
message: '请选择客户代码!', // 当前置条件为空时 弹出信息提示
|
|
|
isMainValue: true // 表示查询条件是主表的字段的值
|
|
|
isMainValue: true // 表示查询条件是主表的字段的值
|
|
|
} |
|
|
} |
|
@ -1363,4 +1363,4 @@ export const CustomerReturnRequestDetailLabel = useCrudSchemas(reactive<CrudSche |
|
|
isTableForm: true, |
|
|
isTableForm: true, |
|
|
isForm: true |
|
|
isForm: true |
|
|
}, |
|
|
}, |
|
|
])) |
|
|
])) |
|
|