Browse Source

修改查询条件

branch_ccpg_220107
佐 张 3 years ago
parent
commit
551f95ef57
  1. 2
      vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue
  2. 2
      vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue
  3. 2
      vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue
  4. 2
      vue/src/views/ux/vw/dataInput/hq_y_sparepart/index.vue

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

@ -1260,7 +1260,7 @@ export default {
getList() { getList() {
this.listLoading = true; this.listLoading = true;
// //
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/Job/list", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)

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

@ -1260,7 +1260,7 @@ export default {
getList() { getList() {
this.listLoading = true; this.listLoading = true;
// //
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/Job/list", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)

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

@ -1260,7 +1260,7 @@ export default {
getList() { getList() {
this.listLoading = true; this.listLoading = true;
// //
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/Job/list", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)

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

@ -1260,7 +1260,7 @@ export default {
getList() { getList() {
this.listLoading = true; this.listLoading = true;
// //
this.listQuery.name = "一汽轿车平台备件明细"; this.listQuery.name = "一汽轿车平台备件核对明细";
this.listQuery.type = this.JobversionValue; this.listQuery.type = this.JobversionValue;
this.$axios this.$axios
.posts("/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", this.listQuery) .posts("/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", this.listQuery)

Loading…
Cancel
Save