|
@ -26,6 +26,9 @@ import { TableColumn } from '@/types/table' |
|
|
import * as InspectionQ3Api from '@/api/qms/inspectionQ3' |
|
|
import * as InspectionQ3Api from '@/api/qms/inspectionQ3' |
|
|
import { Q3 } from '@/views/qms/inspectionQ3/inspectionQ3.data' |
|
|
import { Q3 } from '@/views/qms/inspectionQ3/inspectionQ3.data' |
|
|
|
|
|
|
|
|
|
|
|
// import * as LocationApi from '@/api/wms/location'
|
|
|
|
|
|
// import { Location } from '@/views/wms/basicDataManage/factoryModeling/location/location.data'
|
|
|
|
|
|
|
|
|
const { t } = useI18n() // 国际化
|
|
|
const { t } = useI18n() // 国际化
|
|
|
|
|
|
|
|
|
// 获取自动提交自动通过自动执行,跳过任务直接删生成记录的默认值
|
|
|
// 获取自动提交自动通过自动执行,跳过任务直接删生成记录的默认值
|
|
@ -697,6 +700,53 @@ export const ProductionscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
}], // 失去焦点校验参数
|
|
|
}], // 失去焦点校验参数
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '目标库位',
|
|
|
|
|
|
// field: 'toLocationCode',
|
|
|
|
|
|
// sort: 'custom',
|
|
|
|
|
|
// tableForm: {
|
|
|
|
|
|
// multiple: true,//多选
|
|
|
|
|
|
// isInpuFocusShow: true, // 开启查询弹窗
|
|
|
|
|
|
// searchListPlaceholder: '请选择库位代码', // 输入框占位文本
|
|
|
|
|
|
// searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
|
|
// searchTitle: '库位基础信息', // 查询弹窗标题
|
|
|
|
|
|
// searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
|
|
|
// searchPage: LocationApi.selectBusinessTypeOutLocation, // 查询弹窗所需分页方法
|
|
|
|
|
|
// searchCondition: [{
|
|
|
|
|
|
// key: 'businessType',
|
|
|
|
|
|
// value: 'ProductionScrap', // 线边原料报废
|
|
|
|
|
|
// isMainValue: false
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// key: 'isIn',
|
|
|
|
|
|
// value: 'in',
|
|
|
|
|
|
// isMainValue: false
|
|
|
|
|
|
// }
|
|
|
|
|
|
// ]
|
|
|
|
|
|
// },
|
|
|
|
|
|
// form: {
|
|
|
|
|
|
// // labelMessage: '信息提示说明!!!',
|
|
|
|
|
|
// componentProps: {
|
|
|
|
|
|
// isSearchList: true, // 开启查询弹窗
|
|
|
|
|
|
// multiple: true,//多选
|
|
|
|
|
|
// searchListPlaceholder: '请选择库位代码', // 输入框占位文本
|
|
|
|
|
|
// searchField: 'code', // 查询弹窗赋值字段
|
|
|
|
|
|
// searchTitle: '库位基础信息', // 查询弹窗标题
|
|
|
|
|
|
// searchAllSchemas: Location.allSchemas, // 查询弹窗所需类
|
|
|
|
|
|
// searchPage: LocationApi.selectBusinessTypeOutLocation, // 查询弹窗所需分页方法
|
|
|
|
|
|
// searchCondition: [{
|
|
|
|
|
|
// key: 'businessType',
|
|
|
|
|
|
// value: 'ReturnToHold', // 隔离退料
|
|
|
|
|
|
// isMainValue: false
|
|
|
|
|
|
// },
|
|
|
|
|
|
// {
|
|
|
|
|
|
// key: 'isIn',
|
|
|
|
|
|
// value: 'in',
|
|
|
|
|
|
// isMainValue: false
|
|
|
|
|
|
// }]
|
|
|
|
|
|
// }
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '原料库位', |
|
|
label: '原料库位', |
|
|
field: 'fromLocationCode', |
|
|
field: 'fromLocationCode', |
|
@ -953,12 +1003,12 @@ export const ProductionscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
label: '包装规格', |
|
|
label: '包装规格', |
|
|
field: 'packUnit', |
|
|
field: 'packUnit', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: false, |
|
|
table: { |
|
|
table: { |
|
|
width: 120 |
|
|
width: 120 |
|
|
}, |
|
|
}, |
|
|
isTable:true, |
|
|
isTable:false, |
|
|
isTableForm: true, |
|
|
isTableForm: false, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
enterSearch:true, |
|
|
enterSearch:true, |
|
|
isInpuFocusShow: true, |
|
|
isInpuFocusShow: true, |
|
@ -1016,8 +1066,8 @@ export const ProductionscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[] |
|
|
table: { |
|
|
table: { |
|
|
width: 120 |
|
|
width: 120 |
|
|
}, |
|
|
}, |
|
|
isTable:true, |
|
|
isTable:false, |
|
|
isTableForm: true, |
|
|
isTableForm: false, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
disabled: true |
|
|
disabled: true |
|
|
}, |
|
|
}, |
|
@ -1152,9 +1202,9 @@ export const ProductionscrapRequestDetailRules = reactive({ |
|
|
remark: [ |
|
|
remark: [ |
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|
packUnit: [ |
|
|
// packUnit: [
|
|
|
{ required: true, message: '请选择包装规格', trigger: 'blur' } |
|
|
// { required: true, message: '请选择包装规格', trigger: 'blur' }
|
|
|
] |
|
|
// ]
|
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|