Browse Source

要货计划取消受入地

intex_online20241216
宋国强 3 months ago
parent
commit
3a16ae6223
  1. 24
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

24
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

@ -954,19 +954,19 @@ export const PurchasePlanDetail = useCrudSchemas(
},
{
label: '受入地',
field: 'receivedLocation',
sort: 'custom',
table: {
width: 150
},
// {需求作废
// label: '受入地',
// field: 'receivedLocation',
// sort: 'custom',
// table: {
// width: 150
// },
isTableForm: false,
isForm: false,
isTable: true,
hiddenInMain: true,
},
// isTableForm: false,
// isForm: false,
// isTable: true,
// hiddenInMain: true,
// },
{
label: '库区描述',

Loading…
Cancel
Save