Browse Source

YT-593采购换货记录页面状态查询条件去掉

intex_online20241111
zhaoyiran 3 months ago
parent
commit
75c9ac713a
  1. 2
      src/views/wms/purchasereceiptManage/purchaseBarter/purchaseBarterRecord/purchaseBarterRecordMain.data.ts

2
src/views/wms/purchasereceiptManage/purchaseBarter/purchaseBarterRecord/purchaseBarterRecordMain.data.ts

@ -26,7 +26,7 @@ export const PurchaseBarterRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '状态',
field: 'status',
sort: 'custom',
isSearch: true,
isSearch: false,
isForm: false,
dictType: DICT_TYPE.REQUEST_STATUS,
dictClass: 'string',

Loading…
Cancel
Save