|
@@ -1,7 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="sfht-info-page">
|
|
<view class="sfht-info-page">
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<view class="icon-title-navBar-box">
|
|
<view class="icon-title-navBar-box">
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">新增三方合同</text>
|
|
<text class="nav-bar-title">新增三方合同</text>
|
|
@@ -19,20 +17,23 @@
|
|
|
</view>
|
|
</view>
|
|
|
</picker>
|
|
</picker>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 客户信息 -->
|
|
|
|
|
+ <kehuCardVue :info="data.kehu" @select-kehu="onSelectKehu"></kehuCardVue>
|
|
|
|
|
+ <!-- 家政人员 -->
|
|
|
|
|
+ <jiazhengCardVue :info="data.jiazheng" @select-jzry="onSelectJzry"></jiazhengCardVue>
|
|
|
|
|
+ <!-- 合同信息 -->
|
|
|
|
|
+ <hetongCardVue :info="data.hetong" @fuwuleixing="onSelectFuwuLeixing"></hetongCardVue>
|
|
|
|
|
+ <!-- 其他约定 -->
|
|
|
|
|
+ <qiTaYueDingVue :info="data.qita" @qita="handleUpQita"></qiTaYueDingVue>
|
|
|
|
|
+ <!-- 家政签名 -->
|
|
|
|
|
+ <qianMingVue :info="data.qianming" @qianming="handleQianming"></qianMingVue>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
|
|
+ <view class="sfht-info-btn-box">
|
|
|
|
|
+ <button type="default" class="phone-green-btn">下一步</button>
|
|
|
|
|
+ <button type="default" class="phone-white-btn">保存</button>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- <!-- 客户信息 -->
|
|
|
|
|
- <kehuCardVue :info="data.kehu" @select-kehu="onSelectKehu"></kehuCardVue>
|
|
|
|
|
- <!-- 家政人员 -->
|
|
|
|
|
- <jiazhengCardVue :info="data.jiazheng" @select-jzry="onSelectJzry"></jiazhengCardVue>
|
|
|
|
|
- <!-- 合同信息 -->
|
|
|
|
|
- <hetongCardVue :info="data.hetong" @fuwuleixing="onSelectFuwuLeixing"></hetongCardVue>
|
|
|
|
|
- <!-- 其他约定 -->
|
|
|
|
|
- <qiTaYueDingVue :info="data.qita" @qita="handleUpQita"></qiTaYueDingVue>
|
|
|
|
|
- <!-- 家政签名 -->
|
|
|
|
|
- <qianMingVue :info="data.qianming" @qianming="handleQianming"></qianMingVue>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <button @click="handleSelct('kh')">选择客户</button>
|
|
<!-- <button @click="handleSelct('kh')">选择客户</button>
|