|
|
@ -446,8 +446,14 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '超过高储是否允许叫料', |
|
|
|
field: 'allowIssueRequest', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
// colorType: 'danger',
|
|
|
|
isTable: true, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
@ -456,7 +462,6 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '优先空库位',
|
|
|
@ -771,7 +776,7 @@ export const ItemareaDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isFormModel: true, |
|
|
|
}], |
|
|
|
verificationPage: LocationApi.getLocationByCodes, // 校验数去焦点输入是否正确的方法
|
|
|
|
isShowTableFormSearch: true, //
|
|
|
|
isShowTableFormSearch: true, //
|
|
|
|
}, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|