|
@@ -125,7 +125,9 @@
|
|
<el-tab-pane label="BOM对账单" name="bom">
|
|
<el-tab-pane label="BOM对账单" name="bom">
|
|
<PrintBOM :rowData="rowData" @clickCancel="openPrint = false" v-if="activeName === 'bom'"></PrintBOM>
|
|
<PrintBOM :rowData="rowData" @clickCancel="openPrint = false" v-if="activeName === 'bom'"></PrintBOM>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
- <el-tab-pane label="订单对账单" name="order"> </el-tab-pane>
|
|
|
|
|
|
+ <el-tab-pane label="订单对账单" name="order">
|
|
|
|
+ <PrintOrder :rowData="rowData" @clickCancel="openPrint = false" v-if="activeName === 'order'"></PrintOrder>
|
|
|
|
+ </el-tab-pane>
|
|
</el-tabs>
|
|
</el-tabs>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
@@ -136,8 +138,9 @@ import byTable from "@/components/byTable/index";
|
|
import byForm from "@/components/byForm/index";
|
|
import byForm from "@/components/byForm/index";
|
|
import { ElMessage, ElMessageBox } from "element-plus";
|
|
import { ElMessage, ElMessageBox } from "element-plus";
|
|
import SelectOrder from "@/views/group/order/management/index";
|
|
import SelectOrder from "@/views/group/order/management/index";
|
|
-import PrintSKU from "./printSKU.vue";
|
|
|
|
-import PrintBOM from "./printBOM.vue";
|
|
|
|
|
|
+import PrintSKU from "@/views/group/finance/check-bill/printSKU.vue";
|
|
|
|
+import PrintBOM from "@/views/group/finance/check-bill/printBOM.vue";
|
|
|
|
+import PrintOrder from "@/views/group/finance/check-bill/printOrder.vue";
|
|
|
|
|
|
const { proxy } = getCurrentInstance();
|
|
const { proxy } = getCurrentInstance();
|
|
const departmentList = ref([{ dictKey: "0", dictValue: "胜德体育" }]);
|
|
const departmentList = ref([{ dictKey: "0", dictValue: "胜德体育" }]);
|