|
|
|
@ -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 || [];
|
|
|
|
|