skyouc
4 天以前 14ddde5c41d8d98fc9b67ebae72b6cdbca73330b
rsf-server/src/main/java/stockItem.sql
@@ -2,10 +2,10 @@
-- mysql
insert into `sys_menu` ( `name`, `parent_id`, `route`, `component`, `type`, `sort`, `tenant_id`, `status`) values ( 'menu.stockItem', '0', '/manager/stockItem', 'stockItem', '0' , '0', '1' , '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 库存明细表', '98', '1', 'manager:stockItem:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 库存明细表', '98', '1', 'manager:stockItem:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 库存明细表', '98', '1', 'manager:stockItem:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 库存明细表', '98', '1', 'manager:stockItem:remove', '3', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Query 综合单据明细', '', '1', 'manager:stockItem:list', '0', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Create 综合单据明细', '', '1', 'manager:stockItem:save', '1', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Update 综合单据明细', '', '1', 'manager:stockItem:update', '2', '1', '1');
insert into `sys_menu` ( `name`, `parent_id`, `type`, `authority`, `sort`, `tenant_id`, `status`) values ( 'Delete 综合单据明细', '', '1', 'manager:stockItem:remove', '3', '1', '1');
-- locale menu name
stockItem: 'StockItem',
@@ -13,32 +13,25 @@
-- locale field
stockItem: {
    stockId: "stockId",
    stockCode: "stockCode",
    sourceItemId: "sourceItemId",
    matnrId: "matnrId",
    code: "code",
    matnrk: "matnrk",
    matnrCode: "matnrCode",
    maktx: "maktx",
    anfme: "anfme",
    stockUnit: "stockUnit",
    workQty: "workQty",
    purQty: "purQty",
    purUnit: "purUnit",
    qty: "qty",
    weight: "weight",
    unit: "unit",
    shipperId: "shipperId",
    splrId: "splrId",
    brand: "brand",
    splrCode: "splrCode",
    batch: "batch",
    prodTime: "prodTime",
    inspectId: "inspectId",
    splrBtch: "splrBtch",
    asnOrder: "asnOrder",
    erpToken: "erpToken",
    erpOrder: "erpOrder",
    erpStkAdr: "erpStkAdr",
    locId: "locId",
    splrBatch: "splrBatch",
    splrName: "splrName",
    trackCode: "trackCode",
    barcode: "barcode",
    purPrice: "purPrice",
    lockReason: "lockReason",
    lockStatus: "lockStatus",
    locker: "locker",
    lockedTime: "lockedTime",
    prodTime: "prodTime",
    packName: "packName",
},
-- ResourceContent