1.修复bug

prod
x_z 2 years ago
parent 673f1bb00e
commit 0523450965

@ -279,6 +279,7 @@ export default {
fromInvCode: null,
remark: null,
fromType: 2,
errMsg: null
},
errView: 0,

@ -435,7 +435,7 @@ import {isBlank} from "@/utils/strUtil";
import {selectSysParamByKey} from "@/api/param/systemParamConfig";
import {getBizDetailList} from "@/api/inout/orderDetailBiz";
import {getCodeDetailList} from "@/api/inout/orderDetailCode";
import {getCodeList} from "@/api/inout/code";
import {errorCodeList} from "../../api/inout/order";
import addOrder from "./DialogCreateOrder";
@ -857,7 +857,7 @@ export default {
this.resultQuery.orderId = this.currentRow.billNo;
this.resultDetailLoading = true;
getCodeList(this.resultQuery).then((res) => {
errorCodeList(this.resultQuery).then((res) => {
this.resultDetailLoading = false;
if (res.code === 20000) {
this.resultDetailList = res.data.list || [];

Loading…
Cancel
Save