Browse Source

HL-5298 wms添加采购订单页面

hella_online_20240823
zhang_li 1 month ago
parent
commit
d7b6c5bdc2
  1. 7
      src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMainWms/purchaseMain.data.ts

7
src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMainWms/purchaseMain.data.ts

@ -70,13 +70,18 @@ export const PurchaseMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '物料类型', label: '物料类型',
field: 'type', field: 'itemTypeList',
dictType: DICT_TYPE.ITEM_TYPE, dictType: DICT_TYPE.ITEM_TYPE,
dictClass: 'string', dictClass: 'string',
isTable: false, isTable: false,
isForm: false, isForm: false,
isSearch: true, isSearch: true,
sort: 'custom', sort: 'custom',
search: {
componentProps: {
multiple: true,//多选
}
}
}, },
{ {
label: '状态', label: '状态',

Loading…
Cancel
Save