|
|
@ -835,7 +835,7 @@ export default { |
|
|
|
} |
|
|
|
this.listBillQuery.guids = params; |
|
|
|
this.listBillQuery.version = this.JobversionValue; |
|
|
|
console.log("出库单条件:" + JSON.stringify(this.listBillQuery)); |
|
|
|
console.log("F平台出库单条件:" + JSON.stringify(this.listBillQuery)); |
|
|
|
this.$confirm("是否确认出库" + myalert + "?", "提示", { |
|
|
|
confirmButtonText: "确定", |
|
|
|
cancelButtonText: "取消", |
|
|
@ -1153,12 +1153,12 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
console.log( |
|
|
|
"H平台备件明细-导出条件:" + |
|
|
|
"F平台备件明细-导出条件:" + |
|
|
|
JSON.stringify(this.listExportQuery) |
|
|
|
); |
|
|
|
this.$axios |
|
|
|
.posts( |
|
|
|
"/api/settleaccount/ReportMakeService/HQFSettledDetailDiffExportService", |
|
|
|
"/api/settleaccount/ReportMakeService/HQFSharePartSettledDetailDiffExportService", |
|
|
|
this.listExportQuery |
|
|
|
) |
|
|
|
.then((res) => { |
|
|
@ -1292,7 +1292,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) |
|
|
|