|
@ -96,6 +96,9 @@ export const PurchaseClaimRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
valueFormat: 'x' |
|
|
valueFormat: 'x' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
detail: { |
|
|
|
|
|
dateFormat:'YYYY-MM-DD HH:mm:ss' |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '供应商发票申请单号', |
|
|
label: '供应商发票申请单号', |
|
@ -203,8 +206,9 @@ export const PurchaseClaimRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
table: { |
|
|
table: { |
|
|
}, |
|
|
}, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
multiple:false,//多选
|
|
|
multiple: true,//多选
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: false, // 开启查询弹窗
|
|
|
|
|
|
disabled:true, |
|
|
searchListPlaceholder: '请选择物料代码',// 输入框占位文本
|
|
|
searchListPlaceholder: '请选择物料代码',// 输入框占位文本
|
|
|
searchField: 'itemCode', // 查询弹窗赋值字段
|
|
|
searchField: 'itemCode', // 查询弹窗赋值字段
|
|
|
searchTitle: '供应商物料信息', // 查询弹窗标题
|
|
|
searchTitle: '供应商物料信息', // 查询弹窗标题
|
|
@ -227,7 +231,7 @@ export const PurchaseClaimRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
|
}], |
|
|
}], |
|
|
verificationPage: ItembasicApi.getItemListByCodes, // tableForm下方输入框校验失去焦点之后是否正确的方法
|
|
|
verificationPage: ItembasicApi.getItemListByCodes, // tableForm下方输入框校验失去焦点之后是否正确的方法
|
|
|
isShowTableFormSearch: false, //tableForm下方是否出现输入框
|
|
|
isShowTableFormSearch: true, //tableForm下方是否出现输入框
|
|
|
verificationParams: [{ |
|
|
verificationParams: [{ |
|
|
key: 'itemCode', |
|
|
key: 'itemCode', |
|
|
action: '==', |
|
|
action: '==', |
|
|