lxf 1 жил өмнө
parent
commit
acd9ff888d

+ 6 - 3
src/views/group/finance/check-bill/index.vue

@@ -125,7 +125,9 @@
         <el-tab-pane label="BOM对账单" name="bom">
           <PrintBOM :rowData="rowData" @clickCancel="openPrint = false" v-if="activeName === 'bom'"></PrintBOM>
         </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-dialog>
   </div>
@@ -136,8 +138,9 @@ import byTable from "@/components/byTable/index";
 import byForm from "@/components/byForm/index";
 import { ElMessage, ElMessageBox } from "element-plus";
 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 departmentList = ref([{ dictKey: "0", dictValue: "胜德体育" }]);