|
@@ -37,7 +37,7 @@
|
|
|
import { Component, Prop, Vue, Watch } from "vue-property-decorator";
|
|
|
import api from "@/api/order";
|
|
|
import productModal from "../orderTask/components/productModal.vue";
|
|
|
- import Focus from "../orderTask/components/focus.vue";
|
|
|
+ import Focus from "./components/focus.vue";
|
|
|
import towInOne from "./components/towInOne.vue";
|
|
|
import batchNumber from "./components/batchNumber.vue";
|
|
|
import BusinessType from "./components/businessType.vue";
|
|
@@ -791,7 +791,6 @@
|
|
|
// console.log('保存 ==>', this.tabType);
|
|
|
(this as any).$refs.bill.$refs.billForm.validate().then(() => {
|
|
|
let query = (this.$refs.bill as any).getBillFormValue(); // 获取单据数据
|
|
|
- console.log('单据表单数据 ==> ', query);
|
|
|
// 供应商数据
|
|
|
if (!query.organizationName) query.organizationName = this.supplierInfo.name;
|
|
|
if (!query.organizationId) query.organizationId = this.supplierInfo.id;
|