采购配置相关

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent 7bf8c5c415
commit 6015dae1bc

@ -75,52 +75,52 @@ public class PurchaseTool {
public static Map<String, String> getAppendShopRemarkFieldsMap() {
Map<String, String> map = new HashMap<>();
map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "采购平台");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "采购单号");
map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "采购账号");
map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "采购成本");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "上家店铺名称");
map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "采购数量");
map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "快递及运单号");
map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "抖店店铺名称");
map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "总利润");
map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "利润率");
map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "#采购平台#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "#采购单号#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "#采购账号#");
map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "#采购成本#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "#上家店铺名称#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "#采购数量#");
map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "#快递及运单号#");
map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "#抖店店铺名称#");
map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "#总利润#");
map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "#利润率#");
return map;
}
public static Map<String, String> getAppendShopNoteFieldsMap() {
Map<String, String> map = new HashMap<>();
map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "采购平台");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "采购单号");
map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "采购账号");
map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "采购成本");
map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "快递及运单号");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "上家店铺名称");
map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "采购数量");
map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "抖店店铺名称");
map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "总利润");
map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "利润率");
map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "#采购平台#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "#采购单号#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "#采购账号#");
map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "#采购成本#");
map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "#快递及运单号#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "#上家店铺名称#");
map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "#采购数量#");
map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "#抖店店铺名称#");
map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "#总利润#");
map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "#利润率#");
return map;
}
public static Map<String, String> getAutoFillRemarkFieldsMap() {
Map<String, String> map = new HashMap<>();
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_SKU, "抖店商品规格");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_VENDER_REMARK, "抖店商家备注");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_ORDER_REMARK, "抖店买家留言");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_NAME, "平台名称");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_SHOP_NAME, "抖店店铺名称");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_ORDER_ID, "抖店订单号");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_SKU, "#抖店商品规格#");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_VENDER_REMARK, "#抖店商家备注#");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_ORDER_REMARK, "#抖店买家留言#");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_NAME, "#平台名称#");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_SHOP_NAME, "#抖店店铺名称#");
map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_ORDER_ID, "#抖店订单号#");
return map;
}
public static Map<String, String> getAutoFillOrderMemoFieldsMap() {
Map<String, String> map = new HashMap<>();
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SHOP_NAME, "抖店店铺名称");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_ID, "抖店订单号");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_PLATFORM_NAME, "抖店平台");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SELLER_REMARK, "抖店商家备注");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_REMARK, "抖店买家留言");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SHOP_NAME, "#抖店店铺名称#");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_ID, "#抖店订单号#");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_PLATFORM_NAME, "#抖店平台#");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SELLER_REMARK, "#抖店商家备注#");
map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_REMARK, "#抖店买家留言#");
return map;
}

Loading…
Cancel
Save