diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts index 4d048092e..a119b2923 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts @@ -686,6 +686,20 @@ export const PurchaseDetail = useCrudSchemas(reactive([ }, }, + + // { + // label: 'ERP库位', + // field: 'erpLocationCode', + // dictType : DICT_TYPE.ERP_LOCATION, + // dictClass: 'string', + // table: { + // width: 150 + // }, + // hiddenInMain:true, + // isTableForm: false, + // isForm: false, + // isTable: false, + // }, { label: '默认收货库区', field: 'defaultAreaCode', @@ -697,26 +711,12 @@ export const PurchaseDetail = useCrudSchemas(reactive([ disabled: true } }, - hiddenInMain: true, isTableForm: false, isForm: false, - isTable: false, + isTable: true, }, - // { - // label: 'ERP库位', - // field: 'erpLocationCode', - // dictType : DICT_TYPE.ERP_LOCATION, - // dictClass: 'string', - // table: { - // width: 150 - // }, - // hiddenInMain:true, - // isTableForm: false, - // isForm: false, - // isTable: false, - // }, { - label: t('ts.已计划数量'), + label: '已计划采购数量', field: 'plannedPurchaseQty', table: { width: 150 @@ -734,7 +734,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false, }, { - label: t('ts.已发货数量'), + label: '已发货采购数量', field: 'shippedPurchaseQty', table: { width: 150 @@ -752,7 +752,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false, }, { - label: t('ts.已收货数量'), + label: '已收货采购数量', field: 'receivedPurchaseQty', table: { width: 150 @@ -770,7 +770,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false }, { - label: t('ts.已退货数量'), + label:'已退货采购数量', field: 'returnedPurchaseQty', table: { width: 150 @@ -788,7 +788,7 @@ export const PurchaseDetail = useCrudSchemas(reactive([ isForm: false }, { - label: t('ts.已上架数量'), + label: "已上架采购数量", field: 'putawayPurchaseQty', table: { width: 150