delete from t_int_item where typecode = '001'; insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','001','销售(油站零售)-非油销售'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','002','销售(油站零售)-非油收款'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','003','销售(油站零售)-非油现金缴存'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','004','销售(油站零售)-非油库存价值'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','005','流水(促销)-非油促销'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','006','验收-非油采购'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','007','退货-非油采购'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','008','历史进价调整-非油采购'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','009','现存进价调整-非油采购'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','010','领用-非油领用'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','011','自然报损-非油库存价值'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','012','非自然报损-非油库存价值'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','013','盘点-非油库存价值'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','014','配送(相同财务)-非油配送'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','015','配退(相同财务)-非油配送'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','016','配送(不同财务)-非油销售'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','017','配送(不同财务)-非油库存价值'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','018','调拨-非油调拨'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','019','批发销售、批发退货(中央仓)-非油销售'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','020','批发销售、批发退货(中央仓)-非油库存价值'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','021','供应商对账-非油供应商结算'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','022','供应商对账-非油票折'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('001','RH_TO_ERP','023','供应商对账-非油费用征收'); delete from t_int_item where typecode = '002'; insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','001','单位信息'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','002','品类信息'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','003','便利店商品变价通知单'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','004','商品条形码信息'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','005','可经营商品状态变更通知单'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','006','商品组信息'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('002','RH_TO_BOS','007','加油站可经营商品信息'); delete from t_int_item where typecode = '003'; insert into t_int_item (typecode,typename,itemcode,itemname) values ('003','RH_TO_LOYALTY','001','商品层级'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('003','RH_TO_LOYALTY','002','商品信息'); delete from t_int_item where typecode = '004'; insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','001','合同审批'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','002','扣款发票申请'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','003','付款申请'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','004','合同条款变更'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','101','合同审批回传'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','102','扣款发票申请回传'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','103','付款申请回传'); insert into t_int_item (typecode,typename,itemcode,itemname) values ('004','RH_TO_OA','104','合同条款变更回传'); delete from t_int_item where typecode = '101'; insert into t_int_item (typecode,typename,itemcode,itemname) values ('101','RH_TO_SCL','101','流水(实时)');