|
|
@@ -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",
|