|
|
@ -37,26 +37,6 @@ const userDept = userStore.userSelfInfo.dept |
|
|
|
* @returns {Array} 上架申请主表 |
|
|
|
*/ |
|
|
|
export const PutawayRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '到货检验记录单号', |
|
|
|
field: 'inspectRecordNumber', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isSearch: true, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择到货检验记录单号', // 输入框占位文本
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '到货检验信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: InspectRequestMain.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: InspectRequestMainApi.getInspectRequestMainPage // 查询弹窗所需分页方法
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '从仓库代码', |
|
|
|
field: 'fromWarehouseCode', |
|
|
|