Browse Source

WMS ——> bug 备货申请,新增输入从库位,保存没有保存上,或去掉

hella_online_20240829
gaojs 2 months ago
parent
commit
251004521e
  1. 2
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

2
src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

@ -741,6 +741,8 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
label: '从库位', label: '从库位',
field: 'fromLocationCode', field: 'fromLocationCode',
sort: 'custom', sort: 'custom',
isTableForm: false,
isTable: false,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save