|
@@ -199,6 +199,7 @@ import {
|
|
|
exportOutsource,
|
|
|
printOutsource,
|
|
|
submitDetails,
|
|
|
+ submitDetailsOnFirst,
|
|
|
getLotByProductionPlanSub
|
|
|
} from "@/api/business/outsourcedOrder";
|
|
|
import DialogFurnaceNoInfo from "./DialogFurnaceNoInfo";
|
|
@@ -500,7 +501,7 @@ function handleSubmit() {
|
|
|
}
|
|
|
if (valid) {
|
|
|
console.log(form.value)
|
|
|
- submitDetails(form.value).then((response) => {
|
|
|
+ submitDetailsOnFirst(form.value).then((response) => {
|
|
|
proxy.$modal.msgSuccess("提交成功");
|
|
|
visible.value = false;
|
|
|
getList.value();
|
|
@@ -532,7 +533,7 @@ function handleSubmit() {
|
|
|
}
|
|
|
if (valid) {
|
|
|
console.log(form.value)
|
|
|
- submitDetails(form.value).then((response) => {
|
|
|
+ submitDetailsOnFirst(form.value).then((response) => {
|
|
|
proxy.$modal.msgSuccess("提交成功");
|
|
|
visible.value = false;
|
|
|
getList.value();
|