Browse Source

修改界面

branch_ccpg_220107
佐 张 3 years ago
parent
commit
44cc9a10bc
  1. 4
      vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue

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

@ -1126,7 +1126,7 @@ export default {
);
this.$axios
.posts(
"/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService",
"/api/settleaccount/ReportMakeService/HQFSettledDetailDiffExportService",
this.listExportQuery
)
.then((res) => {
@ -1260,7 +1260,7 @@ export default {
getList() {
this.listLoading = true;
//
this.listQuery.name = "F平台备件核对明细";
this.listQuery.name = "F平台核对明细";
this.listQuery.type = this.JobversionValue;
this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery)

Loading…
Cancel
Save