Browse Source

要货计划转换率

intex_online20241216
宋国强 2 months ago
parent
commit
a762336202
  1. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

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

@ -322,7 +322,7 @@ export const PurchasePlanMain = useCrudSchemas(
field: 'orderCode', field: 'orderCode',
sort: 'custom', sort: 'custom',
isForm: false, isForm: false,
isTable: false, isTable: true,
table: { table: {
width: 180, width: 180,
}, },
@ -914,7 +914,7 @@ export const PurchasePlanDetail = useCrudSchemas(
}, },
{ {
label: '转换率', label: '转换率',
field: 'conventRate', field: 'convertRate',
sort: 'custom', sort: 'custom',
sortSearchDefault: 9, sortSearchDefault: 9,
sortTableDefault: 26, sortTableDefault: 26,

Loading…
Cancel
Save