Browse Source

导入功能代码更改

branch_ccpg_220107
44673626 3 years ago
parent
commit
dd71c18f76
  1. 9
      vue/src/components/ImportExcel-base/index.vue

9
vue/src/components/ImportExcel-base/index.vue

@ -303,8 +303,10 @@ export default {
sparePart: "大众备件结算明细", sparePart: "大众备件结算明细",
hqHPlatform: "红旗H平台", hqHPlatform: "红旗H平台",
hqMPlatform: "红旗M平台", hqMPlatform: "红旗M平台",
hqFPlatform: "红旗F平台", //F
hqYPlatform: "一汽轿车", //轿
vwoutorder: "准时化出库单", vwoutorder: "准时化出库单",
sparepartoutorder:"大众备件出库单", sparepartoutorder: "大众备件出库单",
kanbanoutorder: "大众看板出库单", kanbanoutorder: "大众看板出库单",
bomdatabase: "产品结构BOM", bomdatabase: "产品结构BOM",
prebatch: "预批量", prebatch: "预批量",
@ -333,9 +335,12 @@ export default {
sparePart: "/api/settleaccount/SparePart/ExcelImport", // sparePart: "/api/settleaccount/SparePart/ExcelImport", //
hqHPlatform: "/api/settleaccount/HQHPlatform/ExcelImport", //H hqHPlatform: "/api/settleaccount/HQHPlatform/ExcelImport", //H
hqMPlatform: "/api/settleaccount/HQMPlatform/ExcelImport", //M hqMPlatform: "/api/settleaccount/HQMPlatform/ExcelImport", //M
hqFPlatform: "/api/settleaccount/HQFPlatform/ExcelImport", //F
hqYPlatform: "/api/settleaccount/BT_Carlatform/ExcelImport", //轿
vwoutorder: "/api/settleaccount/wmsjitoutput/ExcelImport", // vwoutorder: "/api/settleaccount/wmsjitoutput/ExcelImport", //
kanbanoutorder: "/api/settleaccount/wmskanbanoutput/ExcelImport", // kanbanoutorder: "/api/settleaccount/wmskanbanoutput/ExcelImport", //
sparepartoutorder: "/api/settleaccount/wmsSharePartoutput/ExcelImport", // sparepartoutorder:
"/api/settleaccount/wmsSharePartoutput/ExcelImport", //
bomdatabase: "/api/settleaccount/bom/ExcelImport", bomdatabase: "/api/settleaccount/bom/ExcelImport",
prebatch: "/api/settleaccount/Prebatch/ExcelImport", prebatch: "/api/settleaccount/Prebatch/ExcelImport",
secondaryPriceRatio: secondaryPriceRatio:

Loading…
Cancel
Save