|
@ -118,6 +118,19 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '管理精度', |
|
|
|
|
|
field: 'manageMode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
dictType: DICT_TYPE.MANAGEMENT_MODE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
// colorType: 'danger',
|
|
|
|
|
|
isTable: true, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '最高库存数量', |
|
|
label: '最高库存数量', |
|
|
field: 'maxQty', |
|
|
field: 'maxQty', |
|
@ -223,19 +236,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '管理精度', |
|
|
|
|
|
field: 'manageMode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isSearch: false, |
|
|
|
|
|
dictType: DICT_TYPE.MANAGEMENT_MODE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
// colorType: 'danger',
|
|
|
|
|
|
isTable: true, |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '入库自动转为出库包装规格', |
|
|
label: '入库自动转为出库包装规格', |
|
|
field: 'newlyToOutpackunit', |
|
|
field: 'newlyToOutpackunit', |
|
@ -255,6 +256,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
activeValue: 'TRUE' |
|
|
activeValue: 'TRUE' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTable:false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '出库自动转为出库包装规格', |
|
|
label: '出库自动转为出库包装规格', |
|
@ -275,6 +277,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
activeValue: 'TRUE' |
|
|
activeValue: 'TRUE' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTable:false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '需要接收确认', |
|
|
label: '需要接收确认', |
|
@ -331,6 +334,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
activeValue: 'TRUE' |
|
|
activeValue: 'TRUE' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTable:false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '超过高储是否允许叫料', |
|
|
label: '超过高储是否允许叫料', |
|
@ -346,6 +350,7 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
activeValue: 'TRUE' |
|
|
activeValue: 'TRUE' |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
isTable:false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '优先空库位', |
|
|
label: '优先空库位', |
|
|