Commit a9291ad5 authored by 吴春's avatar 吴春

1

parent 4e827ba9
......@@ -507,7 +507,7 @@
<span>{{ item.contact }}</span>
</td>
<td>{{ item.contactNumber }}</td>
<td>{{ item.customerName }}</td>
<td> {{ item.customerName }} </td>
<td>{{ item.customerStatusStr }}</td>
<td><span @click="goUrlCC(item.customerId,3)"
style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td>
......
......@@ -842,6 +842,12 @@
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="" >
<el-checkbox v-model='addMsg.IsGuideOrLeader'>是否领队/导游
</el-checkbox>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item :label="$t('hotel.hotel_remark')" prop="remark">
......@@ -916,6 +922,12 @@
<el-input v-model='updateMsg.Contact'></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="" >
<el-checkbox v-model='updateMsg.IsGuideOrLeader'>是否领队/导游
</el-checkbox>
</el-form-item>
</el-col>
<el-col :span="6" v-if="currentUserInfo&&currentUserInfo.RB_Group_id!=2">
<el-form-item :label="$t('salesModule.c_email')" prop="Email">
<el-input v-model="updateMsg.email" :placeholder="$t('pub.pleaseImport')" maxlength="50"></el-input>
......@@ -1113,6 +1125,7 @@
},
addMsg: {
CustomerId: 0,
IsGuideOrLeader:false,
customerName: '',
contact: '',
contactNumber: '',
......@@ -1245,6 +1258,7 @@
contactNumber: '',
CustomerName: '',
CustomerId: 0,
IsGuideOrLeader:false,
Address: '',
Country: 2,
Province: 0,
......@@ -1492,6 +1506,7 @@
this.$message.error(this.$t('objFill.qingsrxqdz'))
return
}
this.updateMsg.IsGuideOrLeader = this.updateMsg.IsGuideOrLeader ? 1 : 0
this.apipost('app_customer_UpdateCustomerAddress', this.updateMsg, res => {
if (res.data.resultCode == 1) {
this.addLayer1 = false;
......@@ -1556,6 +1571,7 @@
this.updateMsg.CustomerName = x.customerName
this.updateMsg.Contact = x.contactName
this.updateMsg.CustomerId = x.customerId
this.updateMsg.IsGuideOrLeader=x.isGuideOrLeader==1?true:false
this.updateMsg.Address = x.address //x.address.split(',')[1]
this.updateMsg.Province = x.province
this.getCityNew()
......@@ -1713,6 +1729,7 @@
this.getRegion1()
this.addMsg.District = x.district
this.addMsg.Duty = x.duty
this.addMsg.IsGuideOrLeader=x.IsGuideOrLeader==1?true:false
this.addMsg.Premises = x.premises
this.addMsg.CustomerSourceType = x.customerSourceType
let dictid = []
......@@ -2016,8 +2033,10 @@
}
this.addMsgS.customerInfo = {
...this.addMsg,
SigningType: this.addMsg.SigningType ? 1 : 0
SigningType: this.addMsg.SigningType ? 1 : 0,
IsGuideOrLeader:this.addMsg.IsGuideOrLeader ? 1 : 0,
}
this.loadingSave = true
this.apipost('app_add_new_visit_customer', this.addMsgS, res => {
if (res.data.resultCode == 1) {
......@@ -2041,6 +2060,7 @@
},
cancelData() {
this.addMsg.CustomerId = 0;
this.addMsg.IsGuideOrLeader=false;
this.addMsg.customerName = "";
this.addMsg.contact = "";
this.addMsg.contactNumber = "";
......
......@@ -831,6 +831,7 @@
<p class="bold colorRed">電話番号:0748-65-1011</p>
<p class="bold colorRed">SWIFT CODE: BOKFJPJZ</p>
</template>
<p class="bold colorRed">款项必须支付至本合同指定公账,如转账到其他账户或私人账户则与公司无关、支付无效,视为未支付旅游费用,公司有权选择解除合同或者继续向旅游者要求费用支付</p>
<h3>第二十二条 人身意外伤害保险</h3>
<p>1.出境社提示旅游者购买人身意外伤害保险;</p>
<p>
......
......@@ -970,6 +970,7 @@
<p class="bold colorRed">電話番号:0748-65-1011</p>
<p class="bold colorRed">SWIFT CODE: BOKFJPJZ</p>
</template>
<p class="bold colorRed">款项必须支付至本合同指定公账,如转账到其他账户或私人账户则与公司无关、支付无效,视为未支付旅游费用,公司有权选择解除合同或者继续向旅游者要求费用支付</p>
<h3>
<p class="toTopDistance">第二十二条 人身意外伤害保险</p>
</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment