| | |
| | | -- mysql |
| | | insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.purchaseItem', '0', '/manager/purchaseItem', 'purchaseItem', '0' , '0', '1' , '1'); |
| | | |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query ERP采购单', '', '1', 'manager:purchaseItem:list', '0', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create ERP采购单', '', '1', 'manager:purchaseItem:save', '1', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update ERP采购单', '', '1', 'manager:purchaseItem:update', '2', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete ERP采购单', '', '1', 'manager:purchaseItem:remove', '3', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 采购明细单', '153', '1', 'manager:purchaseItem:list', '0', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 采购明细单', '153', '1', 'manager:purchaseItem:save', '1', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 采购明细单', '153', '1', 'manager:purchaseItem:update', '2', '1', '1'); |
| | | insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 采购明细单', '153', '1', 'manager:purchaseItem:remove', '3', '1', '1'); |
| | | |
| | | -- locale menu name |
| | | purchaseItem: 'PurchaseItem', |
| | |
| | | -- locale field |
| | | purchaseItem: { |
| | | purchaseId: "purchaseId", |
| | | erpId: "erpId", |
| | | erpItemId: "erpItemId", |
| | | matnrCode: "matnrCode", |
| | | matnrName: "matnrName", |
| | | unit: "unit", |
| | | anfme: "anfme", |
| | | qty: "qty", |
| | | nomQty: "nomQty", |
| | | nromQty: "nromQty", |
| | | asnQty: "asnQty", |
| | | printQty: "printQty", |
| | | pulrName: "pulrName", |
| | | pulrCode: "pulrCode", |
| | | pulrBatch: "pulrBatch", |
| | | splrName: "splrName", |
| | | splrCode: "splrCode", |
| | | splrBatch: "splrBatch", |
| | | }, |
| | | |
| | | -- ResourceContent |