Commit f3da851b authored by liudong1993's avatar liudong1993

1

parent cc88e942
......@@ -400,11 +400,12 @@
<tr>
<td>
<el-form-item :label="$t('scen.sc_tel')" prop="Tourists_Tel">
<el-input type="text" v-model="CtObj.Tourists_Tel" maxlength="100" class="w300"></el-input>
<el-input type="text" v-model="CtObj.Tourists_Tel" maxlength="100" class="w300"></el-input><br/>
<span style="color: red">*旅游局合同,将根据此号码发送合同签名短信</span>
</el-form-item>
</td>
</tr>
<tr>
<!-- <tr>
<td>
<el-form-item label="邮箱">
<el-input type="text" v-model="CtObj.Tourists_Email" maxlength="100" class="w300"></el-input>
......@@ -424,7 +425,7 @@
<el-input type="text" v-model="CtObj.Tourists_PostNum" maxlength="100" class="w300"></el-input>
</el-form-item>
</td>
</tr>
</tr> -->
</tbody>
</table>
<div class="createTableTitle">旅行社信息</div>
......@@ -478,7 +479,7 @@
</el-form-item>
</td>
</tr>
<tr>
<!-- <tr>
<td>
<el-form-item :label="$t('hotel.hotel_fax')">
<el-input type="text" class="w300" v-model="CtObj.TravelAgency_Fax"></el-input>
......@@ -498,7 +499,7 @@
<el-input type="text" class="w300" v-model="CtObj.TravelAgency_Email"></el-input>
</el-form-item>
</td>
</tr>
</tr> -->
<tr>
<td>
<el-form-item label="签约地点">
......@@ -810,11 +811,11 @@
</el-select>
{{$t('objFill.zhongfangs')}}
</el-form-item>
<el-form-item label="1、提交" v-if="CtObj.C_SolveType == 1" label-width="110px">
<el-form-item label="2、提交" v-if="CtObj.C_SolveType == 2" label-width="110px">
<el-input type="text" class="w300" v-model="CtObj.C_SolveRemark"></el-input>&nbsp;仲裁委员会仲裁;
</el-form-item>
<div v-if="CtObj.C_SolveType == 2" style="margin:0 0 20px 50px;">
2、依法向人民法院起诉。
<div v-if="CtObj.C_SolveType == 1" style="margin:0 0 20px 50px;">
1、依法向人民法院起诉。
</div>
</td>
</tr>
......@@ -881,7 +882,7 @@
</el-form-item>
</td>
</tr>
<tr>
<!-- <tr>
<td>
<el-form-item label="投诉电话">
<el-input type="text" class="w300" v-model="CtObj.C_ComplaintTel"></el-input>
......@@ -908,7 +909,7 @@
<el-input type="text" class="w300" v-model="CtObj.C_ComplaintPostNum"></el-input>
</el-form-item>
</td>
</tr>
</tr> -->
</tbody>
</table>
</div>
......@@ -1876,7 +1877,7 @@
this.CtObj.CType = tempObj.CType?tempObj.CType:2;
this.CtObj.C_IsAgreeRemove = tempObj.C_IsAgreeRemove?tempObj.C_IsAgreeRemove:0;
this.CtObj.C_SolveType = tempObj.C_SolveType?tempObj.C_SolveType:2;
this.CtObj.C_IsAgreeSpellGroup = tempObj.C_IsAgreeSpellGroup?tempObj.C_IsAgreeSpellGroup:1;
this.CtObj.C_IsAgreeSpellGroup = tempObj.C_IsAgreeSpellGroup?tempObj.C_IsAgreeSpellGroup:0;
this.CtObj.C_InsuranceType = tempObj.C_InsuranceType?tempObj.C_InsuranceType:1;
this.CtObj.TravelAgency_Name = tempObj.TravelAgency_Name?tempObj.TravelAgency_Name:'';
this.CtObj.TravelAgency_Address = tempObj.TravelAgency_Address?tempObj.TravelAgency_Address:'';
......@@ -1909,6 +1910,7 @@
};
this.CtObj.ContractTripList.push(tripObj);
}
this.changeSignType();
this.dataLoading = false
} else {
this.dataLoading = false
......
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