|
@@ -1136,7 +1136,7 @@
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
|
|
<!-- 制单页面组件 -->
|
|
<!-- 制单页面组件 -->
|
|
|
- <create-oder ref="createOder" />
|
|
|
|
|
|
|
+ <create-order ref="createOrder" />
|
|
|
|
|
|
|
|
<el-dialog title="修改客户状态" :visible.sync="statusDialog.open" width="500px" append-to-body>
|
|
<el-dialog title="修改客户状态" :visible.sync="statusDialog.open" width="500px" append-to-body>
|
|
|
<el-form ref="statusForm" :model="statusForm" :rules="statusRules" label-width="100px">
|
|
<el-form ref="statusForm" :model="statusForm" :rules="statusRules" label-width="100px">
|
|
@@ -1490,13 +1490,13 @@ import {courseList, videoList} from "@/api/course/courseRedPacketLog";
|
|
|
import userDetails from '@/views/store/components/userDetails.vue';
|
|
import userDetails from '@/views/store/components/userDetails.vue';
|
|
|
import userAddDetails from '@/views/store/components/userAddDetails.vue';
|
|
import userAddDetails from '@/views/store/components/userAddDetails.vue';
|
|
|
import customerDetail from './customerDetail.vue';
|
|
import customerDetail from './customerDetail.vue';
|
|
|
-import createOder from '@/views/components/order/createOder.vue';
|
|
|
|
|
|
|
+import createOrder from '@/views/components/order/createOrder.vue';
|
|
|
import { uploadFollowUpFile, saveFollowUpRecord, getFollowUpStatistics } from '@/api/scrm/customerFollowUp';
|
|
import { uploadFollowUpFile, saveFollowUpRecord, getFollowUpStatistics } from '@/api/scrm/customerFollowUp';
|
|
|
import { getMyCustomerList, updateCustomer } from '@/api/scrm/customer';
|
|
import { getMyCustomerList, updateCustomer } from '@/api/scrm/customer';
|
|
|
import { getToken } from '@/utils/auth';
|
|
import { getToken } from '@/utils/auth';
|
|
|
export default {
|
|
export default {
|
|
|
name: "ExternalContact",
|
|
name: "ExternalContact",
|
|
|
- components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info,Collection,userDetails,userAddDetails,customerDetail,createOder},
|
|
|
|
|
|
|
+ components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info,Collection,userDetails,userAddDetails,customerDetail,createOrder},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
aiAnalyze: {
|
|
aiAnalyze: {
|
|
@@ -1897,7 +1897,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
handleCreateOrder(row) {
|
|
handleCreateOrder(row) {
|
|
|
- this.$refs.createOder.show(row);
|
|
|
|
|
|
|
+ this.$refs.createOrder.show(row);
|
|
|
},
|
|
},
|
|
|
/** 重粉记录 */
|
|
/** 重粉记录 */
|
|
|
showRepeatRecord(row) {
|
|
showRepeatRecord(row) {
|