1.修复bug

prod
x_z 2 years ago
parent 673f1bb00e
commit 0523450965

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

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

Loading…
Cancel
Save