|
@ -104,7 +104,53 @@ export const ProductionreturnRequestMain = useCrudSchemas(reactive<CrudSchema[]> |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '生产线代码', |
|
|
|
|
|
field: 'productionLineCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
|
|
componentProps: { |
|
|
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
|
|
searchListPlaceholder: '请选择生产线代码', // 输入框占位文本
|
|
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
|
|
searchTitle: '生产线信息', // 查询弹窗标题
|
|
|
|
|
|
searchAllSchemas: Productionline.allSchemas, // 查询弹窗所需类
|
|
|
|
|
|
searchPage: ProductionlineApi.getProductionlinePage, // 查询弹窗所需分页方法
|
|
|
|
|
|
searchCondition:[{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
},{ |
|
|
|
|
|
key: 'workshopCode', |
|
|
|
|
|
value: 'workshopCode', |
|
|
|
|
|
message: '请选择车间信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
|
|
isMainValue: true |
|
|
|
|
|
}] |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm:{ |
|
|
|
|
|
isInpuFocusShow: true, |
|
|
|
|
|
searchListPlaceholder: '请选择生产线代码', // 输入框占位文本
|
|
|
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
|
|
searchTitle: '生产线信息', // 查询弹窗标题
|
|
|
|
|
|
searchAllSchemas: Productionline.allSchemas, // 查询弹窗所需类
|
|
|
|
|
|
searchPage: ProductionlineApi.getProductionlinePage, // 查询弹窗所需分页方法
|
|
|
|
|
|
searchCondition:[{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
},{ |
|
|
|
|
|
key: 'workshopCode', |
|
|
|
|
|
value: 'workshopCode', |
|
|
|
|
|
message: '请选择车间信息!', // 当前置条件为空时 弹出信息提示
|
|
|
|
|
|
isMainValue: true |
|
|
|
|
|
}] |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '申请时间', |
|
|
label: '申请时间', |
|
|
field: 'requestTime', |
|
|
field: 'requestTime', |
|
@ -458,6 +504,8 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
hiddenInMain: true, |
|
|
|
|
|
isTableForm: false, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
componentProps: { |
|
@ -572,12 +620,14 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
searchTitle: '库存余额信息', // 查询弹窗标题
|
|
|
searchTitle: '库存余额信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: BalanceApi.getBalancePage, // 查询弹窗所需分页方法
|
|
|
searchPage: BalanceApi.getBalancePage, // 查询弹窗所需分页方法
|
|
|
searchCondition:[{ |
|
|
searchCondition:[ |
|
|
key: 'locationCode', |
|
|
// {
|
|
|
value: 'fromLocationCode', |
|
|
// key: 'locationCode',
|
|
|
message: '请填写从库位代码!', |
|
|
// value: 'fromLocationCode',
|
|
|
isMainValue: true |
|
|
// message: '请填写从库位代码!',
|
|
|
},{ |
|
|
// isMainValue: true
|
|
|
|
|
|
// },
|
|
|
|
|
|
{ |
|
|
key: 'inventoryStatus', |
|
|
key: 'inventoryStatus', |
|
|
value: 'OK', |
|
|
value: 'OK', |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
@ -591,12 +641,14 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
searchTitle: '库存余额信息', // 查询弹窗标题
|
|
|
searchTitle: '库存余额信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: BalanceApi.getBalancePage, // 查询弹窗所需分页方法
|
|
|
searchPage: BalanceApi.getBalancePage, // 查询弹窗所需分页方法
|
|
|
searchCondition:[{ |
|
|
searchCondition:[ |
|
|
key: 'locationCode', |
|
|
// {
|
|
|
value: 'fromLocationCode', |
|
|
// key: 'locationCode',
|
|
|
message: '请填写从库位代码!', |
|
|
// value: 'fromLocationCode',
|
|
|
isMainValue: true |
|
|
// message: '请填写从库位代码!',
|
|
|
},{ |
|
|
// isMainValue: true
|
|
|
|
|
|
// },
|
|
|
|
|
|
{ |
|
|
key: 'inventoryStatus', |
|
|
key: 'inventoryStatus', |
|
|
value: 'OK', |
|
|
value: 'OK', |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
@ -729,6 +781,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
dictType: DICT_TYPE.INVENTORY_STATUS, |
|
|
dictClass: 'string', |
|
|
dictClass: 'string', |
|
|
isTable: true, |
|
|
isTable: true, |
|
|
|
|
|
isTableForm: false, |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
@ -750,6 +803,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
table: { |
|
|
table: { |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTableForm: false, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
disabled: true |
|
|
disabled: true |
|
|
}, |
|
|
}, |
|
@ -861,6 +915,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
width: 120 |
|
|
width: 120 |
|
|
}, |
|
|
}, |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
|
|
|
isTableForm: false, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
isInpuFocusShow: true, |
|
|
isInpuFocusShow: true, |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
@ -910,6 +965,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
width: 120 |
|
|
width: 120 |
|
|
}, |
|
|
}, |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
|
|
|
isTableForm: false, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
disabled: true |
|
|
disabled: true |
|
|
}, |
|
|
}, |
|
@ -928,6 +984,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
width: 150 |
|
|
width: 150 |
|
|
}, |
|
|
}, |
|
|
isTable:false, |
|
|
isTable:false, |
|
|
|
|
|
isTableForm: false, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
disabled: true |
|
|
disabled: true |
|
|
}, |
|
|
}, |
|
|