Browse Source

要货计划增加来源显示

intex_online20250408
叶佳兴 2 weeks ago
parent
commit
7d66a20186
  1. 27
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

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

@ -56,6 +56,19 @@ export const PurchasePlanMain = useCrudSchemas(
} }
} }
}, },
{
label: '来源',
field: 'source',
sort: 'custom',
dictType: DICT_TYPE.PURCHASE_PLAN_SOURCE,
dictClass: 'string',
isTable: true,
isForm: false,
sortTableDefault: 2,
table: {
width: 150
},
},
{ {
label: '供应商代码', label: '供应商代码',
field: 'supplierCode', field: 'supplierCode',
@ -412,19 +425,7 @@ export const PurchasePlanMain = useCrudSchemas(
width: 150 width: 150
}, },
}, },
{
label: '来源',
field: 'source',
sort: 'custom',
dictType: DICT_TYPE.PURCHASE_PLAN_SOURCE,
dictClass: 'string',
isTable: false,
isForm: false,
sortTableDefault: 13,
table: {
width: 150
},
},
{ {
label: '开始时间', label: '开始时间',
field: 'beginTime', field: 'beginTime',

Loading…
Cancel
Save