|
@ -296,15 +296,6 @@ export const PutawayRequestMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '到仓库代码', |
|
|
|
|
|
field: 'toWarehouseCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '到库位类型范围', |
|
|
label: '到库位类型范围', |
|
|
field: 'toLocationTypes', |
|
|
field: 'toLocationTypes', |
|
@ -787,4 +778,4 @@ export const PutawayRequestDetailRules = reactive({ |
|
|
itemCode: [ |
|
|
itemCode: [ |
|
|
{ required: true, message: '请输入物品代码', trigger: 'blur' } |
|
|
{ required: true, message: '请输入物品代码', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|
}) |
|
|
}) |
|
|