Browse Source

WMS 需求:HL-5627 采购收货记录中,到库区代码当前没有值

hella_online_20240904
gaojs 3 months ago
parent
commit
c30e1b3aea
  1. 4
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

4
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -949,7 +949,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
}, },
{ {
label: '从库区', label: '从库区',
field: 'fromAreaCodes', field: 'fromAreaCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -959,7 +959,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
}, },
{ {
label: '到库区', label: '到库区',
field: 'toAreaCodes', field: 'toAreaCode',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150

Loading…
Cancel
Save