Browse Source

采购收货申请/号试品收货/协定品收货打印标签页面物料类型显示不正确 YT-1557

intex_online20241205
叶佳兴 2 months ago
parent
commit
f35b9fc52f
  1. 1
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

1
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts

@ -2626,6 +2626,7 @@ export const PurchasereceiptRequestPackage = useCrudSchemas(reactive<CrudSchema[
label: '物料类型', label: '物料类型',
field: 'itemType', field: 'itemType',
sort: 'custom', sort: 'custom',
isTableForm: false,
tableForm: { tableForm: {
disabled: true disabled: true
} }

Loading…
Cancel
Save