wjj 1 tydzień temu
rodzic
commit
977dc63564
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/qw/companyCustomer/index.vue

+ 2 - 1
src/views/qw/companyCustomer/index.vue

@@ -493,12 +493,13 @@
 <script>
 import {
   listCustomer, getCustomer, addCustomer, updateCustomer, delCustomer, exportCustomer,
-  getCompanyUserAndDoctor, getPrescribeListByIdAndPhone, claimCustomer, getCustomerLogList, createUserOrder,getCanUsePayReceiptList
+  getCompanyUserAndDoctor, getPrescribeListByIdAndPhone, claimCustomer, getCustomerLogList, getCanUsePayReceiptList
 } from '@/api/qw/companyCustomer'
 import { parseTime } from '@/utils/common'
 import { getCitys } from "@/api/hisStore/city";
 import CollectionInfoDialog from './CollectionInfoDialog.vue'
 import productSelect from "../../hisStore/components/erpProductSelect";
+import { createUserOrder } from "@/api/hisStore/storeOrder";
 
 export default {
   name: "Customer",