Commit 9739c14a authored by 黄奎's avatar 黄奎

11

parent 4885803e
......@@ -990,11 +990,11 @@
<tr>
<td>{{$t('objFill.v101.Contract.qianyueriqi')}}:</td>
<td>
<span v-if="dataList.payDate">{{getDate(dataList.payDate)}}</span>
<span v-if="dataList.updateTime">{{getDate(dataList.updateTime)}}</span>
</td>
<td>{{$t('objFill.v101.Contract.qianyueriqi')}}:</td>
<td>
<span v-if="dataList.payDate">{{getDate(dataList.payDate)}}</span>
<span v-if="dataList.updateTime">{{getDate(dataList.updateTime)}}</span>
</td>
</tr>
<tr>
......@@ -1003,21 +1003,21 @@
</tr>
<tr>
<td>{{$t('objFill.chujsjdtsdh')}}:</td>
<td colspan="3">{{dataList.regulatorComplainCall}}</td>
<td colspan="3" style="color:red">{{dataList.regulatorComplainCall}}</td>
</tr>
<template v-if="dataList.signType==0">
<tr>
<td>四川省 成都市旅游质监执法机构:</td>
<td colspan="3">{{dataList.regulatorName}}</td>
<td colspan="3" style="color:red">{{dataList.regulatorName}}</td>
</tr>
</template>
<tr>
<td>{{$t('objFill.toushudh')}}:</td>
<td colspan="3">{{dataList.companyComplainCall}}</td>
<td colspan="3" style="color:red">{{dataList.companyComplainCall}}</td>
</tr>
<tr>
<td>{{$t('objFill.dianziyx')}}:</td>
<td colspan="3">{{dataList.regulatorWebsite}}</td>
<td colspan="3" style="color:red">{{dataList.regulatorWebsite}}</td>
</tr>
<tr>
<td>地 址:</td>
......
......@@ -452,7 +452,7 @@
</tr>
<tr>
<td>
<el-form-item :label="$t('scen.sc_tel')">
<el-form-item :label="$t('scen.sc_tel')" prop="companyCall">
<el-input type="text" class="w300" v-model="CtObj.companyCall"></el-input>
</el-form-item>
</td>
......@@ -1590,6 +1590,11 @@
message: this.$t('objFill.qingsrjbren'),
trigger: "blur",
}, ],
companyCall: [{
required: true,
message: this.$t("rule.EnterPNum"),
trigger: "blur",
}, ],
agentCall: [{
required: true,
message: this.$t("rule.EnterPNum"),
......@@ -1823,8 +1828,9 @@
this.CtObj.regulatorComplainCall = "17708046437";
this.CtObj.companyComplainCall = "028-12345";
this.CtObj.regulatorName="四川省成都市旅游质监执法机构";
this.CtObj.regulatorName = "四川省成都市旅游质监执法机构";
this.CtObj.contractPlace = "四川成都";
this.CtObj.companyCall = "028-81454056";
//生成其他约定事项
let otherMatter = "";
......
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