|
@ -1095,56 +1095,56 @@ export const ProductionscrapRequestMainRules = reactive({ |
|
|
* @returns {Array} 生产退料申请子表 |
|
|
* @returns {Array} 生产退料申请子表 |
|
|
*/ |
|
|
*/ |
|
|
export const ProductionscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
export const ProductionscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
{ |
|
|
// {
|
|
|
label: '生产线代码', |
|
|
// label: '生产线代码',
|
|
|
field: 'productionLineCode', |
|
|
// field: 'productionLineCode',
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
hiddenInMain: true, |
|
|
// hiddenInMain: true,
|
|
|
isTableForm: false, |
|
|
// isTableForm: false,
|
|
|
isForm:false, |
|
|
// isForm:false,
|
|
|
form: { |
|
|
// form: {
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// // labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
// componentProps: {
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
// isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请选择生产线代码', // 输入框占位文本
|
|
|
// searchListPlaceholder: '请选择生产线代码', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
// searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '生产线信息', // 查询弹窗标题
|
|
|
// searchTitle: '生产线信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Productionline.allSchemas, // 查询弹窗所需类
|
|
|
// searchAllSchemas: Productionline.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ProductionlineApi.getProductionlinePage, // 查询弹窗所需分页方法
|
|
|
// searchPage: ProductionlineApi.getProductionlinePage, // 查询弹窗所需分页方法
|
|
|
searchCondition:[{ |
|
|
// searchCondition:[{
|
|
|
key: 'available', |
|
|
// key: 'available',
|
|
|
value: 'TRUE', |
|
|
// value: 'TRUE',
|
|
|
isMainValue: false |
|
|
// isMainValue: false
|
|
|
},{ |
|
|
// },{
|
|
|
key: 'workshopCode', |
|
|
// key: 'workshopCode',
|
|
|
value: 'workshopCode', |
|
|
// value: 'workshopCode',
|
|
|
message: '请选择车间信息!', // 当前置条件为空时 弹出信息提示
|
|
|
// message: '请选择车间信息!', // 当前置条件为空时 弹出信息提示
|
|
|
isMainValue: true |
|
|
// isMainValue: true
|
|
|
}] |
|
|
// }]
|
|
|
} |
|
|
// }
|
|
|
}, |
|
|
// },
|
|
|
tableForm:{ |
|
|
// tableForm:{
|
|
|
isInpuFocusShow: true, |
|
|
// isInpuFocusShow: true,
|
|
|
searchListPlaceholder: '请选择生产线代码', // 输入框占位文本
|
|
|
// searchListPlaceholder: '请选择生产线代码', // 输入框占位文本
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
// searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '生产线信息', // 查询弹窗标题
|
|
|
// searchTitle: '生产线信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Productionline.allSchemas, // 查询弹窗所需类
|
|
|
// searchAllSchemas: Productionline.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: ProductionlineApi.getProductionlinePage, // 查询弹窗所需分页方法
|
|
|
// searchPage: ProductionlineApi.getProductionlinePage, // 查询弹窗所需分页方法
|
|
|
searchCondition:[{ |
|
|
// searchCondition:[{
|
|
|
key: 'available', |
|
|
// key: 'available',
|
|
|
value: 'TRUE', |
|
|
// value: 'TRUE',
|
|
|
isMainValue: false |
|
|
// isMainValue: false
|
|
|
},{ |
|
|
// },{
|
|
|
key: 'workshopCode', |
|
|
// key: 'workshopCode',
|
|
|
value: 'workshopCode', |
|
|
// value: 'workshopCode',
|
|
|
message: '请选择车间信息!', // 当前置条件为空时 弹出信息提示
|
|
|
// message: '请选择车间信息!', // 当前置条件为空时 弹出信息提示
|
|
|
isMainValue: true |
|
|
// isMainValue: true
|
|
|
}] |
|
|
// }]
|
|
|
}, |
|
|
// },
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '工位代码', |
|
|
label: '工位代码', |
|
|
field: 'workStationCode', |
|
|
field: 'workStationCode', |
|
|