|
|
@ -166,6 +166,9 @@ export const ScrapRequestMain = useCrudSchemas( |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:false, |
|
|
|
isForm:false, |
|
|
|
isTableForm:false, |
|
|
|
tableForm: { |
|
|
|
enterSearch: true, |
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
@ -842,9 +845,9 @@ export const ScrapRequestMainRules = reactive({ |
|
|
|
costCenterType: [ |
|
|
|
{ required: true, message: '请输入成本中心类型', trigger: 'blur' } |
|
|
|
], |
|
|
|
reasonCodeRequisition: [ |
|
|
|
{ required: true, message: '请输入领用原因代码', trigger: 'blur' } |
|
|
|
], |
|
|
|
// reasonCodeRequisition: [
|
|
|
|
// { required: true, message: '请输入领用原因代码', trigger: 'blur' }
|
|
|
|
// ],
|
|
|
|
}) |
|
|
|
|
|
|
|
/** |
|
|
|