|
@ -658,7 +658,14 @@ export const PurchasereceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
action: '==', // 查询拼接条件
|
|
|
action: '==', // 查询拼接条件
|
|
|
isSearch: true, // 使用自定义拼接条件
|
|
|
isSearch: true, // 使用自定义拼接条件
|
|
|
isMainValue: false // 拼接条件必须要 false 同时不能与 isMainValue: true 同用
|
|
|
isMainValue: false // 拼接条件必须要 false 同时不能与 isMainValue: true 同用
|
|
|
}] |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
key: 'itemStatus', // 查询列表中字段
|
|
|
|
|
|
value: 'E', // 指查询具体值
|
|
|
|
|
|
action: '==', // 查询拼接条件
|
|
|
|
|
|
isSearch: true, // 使用自定义拼接条件
|
|
|
|
|
|
isMainValue: false // 拼接条件必须要 false 同时不能与 isMainValue: true 同用
|
|
|
|
|
|
}] |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
labelMessage: '该订单号会影响订单行的选择', |
|
|
labelMessage: '该订单号会影响订单行的选择', |
|
|