Browse Source

修改 getlist

branch_ccpg_220107
佐 张 3 years ago
parent
commit
7ac4190667
  1. 2
      vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue
  2. 2
      vue/src/views/ux/billManage/InvoiceSettledDiff/index.vue
  3. 2
      vue/src/views/ux/billManage/UnInvoiceSettledDetailDiff/index.vue
  4. 2
      vue/src/views/ux/billManage/UnSettleDiffExport/index.vue
  5. 2
      vue/src/views/ux/billManage/kanBanWithCode/index.vue
  6. 2
      vue/src/views/ux/billManage/sparePart/index.vue

2
vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue

@ -1424,7 +1424,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "大众发票与结算核对明细表";
this.listQuery.name = "准时化结算核对明细";
this.listQuery.type = this.JobversionValue;
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)

2
vue/src/views/ux/billManage/InvoiceSettledDiff/index.vue

@ -989,7 +989,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "大众发票与结算核对汇总";
this.listQuery.name = "发票与结算核对汇总";
this.listQuery.type = this.JobversionValue;
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)

2
vue/src/views/ux/billManage/UnInvoiceSettledDetailDiff/index.vue

@ -1177,7 +1177,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "大众准时化结算数量差异比对表";
this.listQuery.name = "准时化量差输出";
this.listQuery.type = this.JobversionValue;
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)

2
vue/src/views/ux/billManage/UnSettleDiffExport/index.vue

@ -1121,7 +1121,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "大众准时化未结差异比对表";
this.listQuery.name = "准时化未结差异比对输出";
this.listQuery.type = this.JobversionValue;
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)

2
vue/src/views/ux/billManage/kanBanWithCode/index.vue

@ -1209,7 +1209,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "大众看板结算与交货核对明细表";
this.listQuery.name = "看板结算数量差异输出";
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)
.then((response) => {

2
vue/src/views/ux/billManage/sparePart/index.vue

@ -1210,7 +1210,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "大众准时化结算门板价格差异比对报表";
this.listQuery.name = "备件结算数量差异输出";
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)
.then((response) => {

Loading…
Cancel
Save