Browse Source

修改 一汽轿车平台接口

branch_ccpg_220107
佐 张 3 years ago
parent
commit
080a1de3fc
  1. 8
      vue/src/components/ImportExcel-base/index.vue
  2. 20
      vue/src/router/modules/hq_menu.js
  3. 20
      vue/src/router/modules/hq_out_order.js
  4. 2
      vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue
  5. 4
      vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue
  6. 4
      vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue
  7. 8
      vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue
  8. 2
      vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue
  9. 6
      vue/src/views/ux/vw/dataInput/hq_y_report/index.vue

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

@ -311,12 +311,12 @@ export default {
HQ_H_OUTORDER:"红旗H平台出库单", HQ_H_OUTORDER:"红旗H平台出库单",
HQ_M_OUTORDER:"红旗M平台出库单", HQ_M_OUTORDER:"红旗M平台出库单",
HQ_Y_OUTORDER:"一汽轿车平台出库单", HQ_Y_OUTORDER:"一汽轿车平台出库单",
HQ_F_OUTORDER:"红旗F平台出库单", HQ_F_OUTORDER:"红旗F平台出库单",
HQ_F_OUTORDER_CHICKOUT:"红旗F平台备件出库单", HQ_F_OUTORDER_CHICKOUT:"红旗F平台备件出库单",
bomdatabase: "产品结构BOM", bomdatabase: "产品结构BOM",
HQ_H_CHECKOUT:"红旗H平台备件出库单", HQ_H_CHECKOUT:"红旗H平台备件出库单",
HQ_M_CHECKOUT:"红旗M平台备件出库单", HQ_M_CHECKOUT:"红旗M平台备件出库单",
HQ_Y_CHECKOUT:"一汽轿车平台备件出库单", //HQ_Y_CHECKOUT:"轿",
prebatch: "预批量", prebatch: "预批量",
secondaryPriceRatio: "二配结算价格比例", secondaryPriceRatio: "二配结算价格比例",
factory: "工厂设置", factory: "工厂设置",
@ -357,7 +357,7 @@ export default {
HQ_F_OUTORDER_CHICKOUT:"/api/settleaccount/wmsHQFSharePartoutput/ExcelImport",//F HQ_F_OUTORDER_CHICKOUT:"/api/settleaccount/wmsHQFSharePartoutput/ExcelImport",//F
HQ_M_OUTORDER: "/api/settleaccount/WMSHQMKanbanoutput/ExcelImport", //M HQ_M_OUTORDER: "/api/settleaccount/WMSHQMKanbanoutput/ExcelImport", //M
HQ_Y_OUTORDER: "/api/settleaccount//ExcelImport", //轿 HQ_Y_OUTORDER: "/api/settleaccount/WmsHQCaroutput/ExcelImport", //轿
sparepartoutorder: sparepartoutorder:
"/api/settleaccount/wmsSharePartoutput/ExcelImport", // "/api/settleaccount/wmsSharePartoutput/ExcelImport", //
@ -385,7 +385,7 @@ export default {
HQ_H_CHECKOUT:"/api/settleaccount/WmsHQHSharePartoutput/ExcelImport", //H HQ_H_CHECKOUT:"/api/settleaccount/WmsHQHSharePartoutput/ExcelImport", //H
HQ_M_CHECKOUT:"/api/settleaccount/WmsHQMSharePartoutput/ExcelImport", //M HQ_M_CHECKOUT:"/api/settleaccount/WmsHQMSharePartoutput/ExcelImport", //M
HQ_Y_CHECKOUT:"/api/settleaccount//ExcelImport" //轿 //HQ_Y_CHECKOUT:"/api/settleaccount//ExcelImport" //轿
}[this.crmType] || "" }[this.crmType] || ""
); );
}, },

20
vue/src/router/modules/hq_menu.js

@ -198,16 +198,16 @@ const hqMenudataRouter = {
icon: '文件' icon: '文件'
} }
}, },
{ // {
path: 'hq-Y-sparepart-export', // path: 'hq-Y-sparepart-export',
component: () => import('@/views/ux/vw/dataInput/hq_y_sparepart'), // component: () => import('@/views/ux/vw/dataInput/hq_y_sparepart'),
name: 'HQY',//命名路由 // name: 'HQY',//命名路由
meta: { // meta: {
title: '一汽轿车平台备件明细', // title: '一汽轿车平台备件明细',
roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色) // roles: ['SettleAccount.Boms'],//控制页面角色(可以设置多个角色)
icon: '文件' // icon: '文件'
} // }
}, // },
// { // {
// path: 'hq-Y-platform-export', // path: 'hq-Y-platform-export',
// component: () => import('@/views/ux/vw/dataInput/ScrapClaims'), // component: () => import('@/views/ux/vw/dataInput/ScrapClaims'),

20
vue/src/router/modules/hq_out_order.js

@ -86,16 +86,16 @@ const hqOutOrderDataRouter = {
icon: '结算' icon: '结算'
} }
}, },
{ // {
path: 'hq-y-checkout', // path: 'hq-y-checkout',
component: () => import('@/views/ux/vw/dataInput/hq_y_checkout'), // component: () => import('@/views/ux/vw/dataInput/hq_y_checkout'),
name: 'SettleAccount',//命名路由 // name: 'SettleAccount',//命名路由
meta: { // meta: {
title: '一汽轿车平台备件出库单', // title: '一汽轿车平台备件出库单',
roles: ['SettleAccount.SettleAccounts'],//控制页面角色(可以设置多个角色) // roles: ['SettleAccount.SettleAccounts'],//控制页面角色(可以设置多个角色)
icon: '结算' // icon: '结算'
} // }
}, // },
// { // {
// path: 'hq-m-outorder', // path: 'hq-m-outorder',
// component: () => import('@/views/ux/billManage/kanbanOutOrder/index'), // component: () => import('@/views/ux/billManage/kanbanOutOrder/index'),

2
vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue

@ -1263,7 +1263,7 @@ export default {
this.listQuery.name = "F平台备件明细"; this.listQuery.name = "F平台备件明细";
this.listQuery.type = this.JobversionValue; this.listQuery.type = this.JobversionValue;
this.$axios this.$axios
.posts("/api/settleaccount/ReportMakeService/HQFSharePartSettledDetailDiffExportService", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)
.then((response) => { .then((response) => {
this.list = response; this.list = response;
setTimeout(() => { setTimeout(() => {

4
vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue

@ -1126,7 +1126,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/ReportMakeService/", "/api/settleaccount/ReportMakeService/HQHSharePartSettledDetailDiffExportService",
this.listExportQuery this.listExportQuery
) )
.then((res) => { .then((res) => {
@ -1263,7 +1263,7 @@ export default {
this.listQuery.name = "H平台备件明细"; this.listQuery.name = "H平台备件明细";
this.listQuery.type = this.JobversionValue; this.listQuery.type = this.JobversionValue;
this.$axios this.$axios
.posts("/api/settleaccount/ReportMakeService/HQHSharePartSettledDetailDiffExportService", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)
.then((response) => { .then((response) => {
this.list = response; this.list = response;
setTimeout(() => { setTimeout(() => {

4
vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue

@ -1126,7 +1126,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/ReportMakeService/", "/api/settleaccount/ReportMakeService/HQMSharePartSettledDetailDiffExportService",
this.listExportQuery this.listExportQuery
) )
.then((res) => { .then((res) => {
@ -1263,7 +1263,7 @@ export default {
this.listQuery.name = "M平台备件明细"; this.listQuery.name = "M平台备件明细";
this.listQuery.type = this.JobversionValue; this.listQuery.type = this.JobversionValue;
this.$axios this.$axios
.posts("/api/settleaccount/ReportMakeService/HQMSharePartSettledDetailDiffExportService", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)
.then((response) => { .then((response) => {
this.list = response; this.list = response;
setTimeout(() => { setTimeout(() => {

8
vue/src/views/ux/vw/dataInput/hq_y_outorder/detail.vue

@ -301,7 +301,7 @@ export default {
.then(() => { .then(() => {
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Cancel", "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Cancel",
this.listOutPutQuery this.listOutPutQuery
) )
.then((response) => { .then((response) => {
@ -340,7 +340,7 @@ export default {
.then(() => { .then(() => {
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass", "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Pass",
this.listOutPutQuery this.listOutPutQuery
) )
.then((response) => { .then((response) => {
@ -392,7 +392,7 @@ export default {
.then(() => { .then(() => {
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut-Pass", "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut-Pass",
this.listOutPutQuery this.listOutPutQuery
) )
.then((response) => { .then((response) => {
@ -493,7 +493,7 @@ export default {
console.log("查询条件:" + JSON.stringify(this.listQuery)); console.log("查询条件:" + JSON.stringify(this.listQuery));
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanDetailList", "/api/settleaccount/WmsHQCaroutput/WmsSharePartDetailList",
this.listQuery this.listQuery
) )
.then((response) => { .then((response) => {

2
vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue

@ -277,7 +277,7 @@ export default {
this.listQuery.SkipCount = (this.page - 1) * 15; this.listQuery.SkipCount = (this.page - 1) * 15;
} }
this.$axios this.$axios
.posts("/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanList", this.listQuery) .posts("/api/settleaccount/WmsHQCaroutput/WmsSharePartList", this.listQuery)
.then((response) => { .then((response) => {
this.list = response.items; this.list = response.items;
//alert(JSON.stringify(response.Items)) //alert(JSON.stringify(response.Items))

6
vue/src/views/ux/vw/dataInput/hq_y_report/index.vue

@ -737,7 +737,7 @@ export default {
.then(() => { .then(() => {
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPutAudit", "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPutAudit",
params params
) )
.then((response) => { .then((response) => {
@ -814,7 +814,7 @@ export default {
this.formLoading = true; this.formLoading = true;
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/WmsHQHKanbanoutput/WmsHQHKanbanOutPut", "/api/settleaccount/WmsHQCaroutput/WmsSharePartOutPut",
this.listBillQuery this.listBillQuery
) )
.then((response) => { .then((response) => {
@ -1127,7 +1127,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", "/api/settleaccount/ReportMakeService/HQCarSettledDetailDiffExportService",
this.listExportQuery this.listExportQuery
) )
.then((res) => { .then((res) => {

Loading…
Cancel
Save