Commit 2a402a91 authored by 黄奎's avatar 黄奎

页面修改

parent be15878d
...@@ -312,6 +312,9 @@ ...@@ -312,6 +312,9 @@
<input type="button" v-if="CtObj.auditContract!=2" class="btn-warning" @click="submitForm('CtObj')" <input type="button" v-if="CtObj.auditContract!=2" class="btn-warning" @click="submitForm('CtObj')"
value="保存" /> value="保存" />
<template v-if="CurrentUserInfo.EmployeeId==615">
<input type="button" class="btn-warning" @click="submitForm('CtObj')" value="保存" />
</template>
</div> </div>
</div> </div>
<el-form label-width="180px" :model="CtObj" :rules="rules" ref="CtObj"> <el-form label-width="180px" :model="CtObj" :rules="rules" ref="CtObj">
...@@ -710,7 +713,8 @@ ...@@ -710,7 +713,8 @@
</tr> </tr>
<tr> <tr>
<td colspan="7"> <td colspan="7">
<el-input v-model="CtObj.rbInfo" placeholder="成团送往返国际机票、全程燃油税、机场税(因地接公司企划专案,如有机票自理者团费无减免,不便之处敬请见谅。"> </el-input> <el-input v-model="CtObj.rbInfo" placeholder="成团送往返国际机票、全程燃油税、机场税(因地接公司企划专案,如有机票自理者团费无减免,不便之处敬请见谅。">
</el-input>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -953,7 +957,7 @@ ...@@ -953,7 +957,7 @@
contactsMobile: "", //紧急联系电话 contactsMobile: "", //紧急联系电话
templateType: 1, templateType: 1,
serviceNum: '', serviceNum: '',
rbInfo:"", rbInfo: "",
}, },
//旅客名单 //旅客名单
guestList: [], guestList: [],
...@@ -1226,7 +1230,9 @@ ...@@ -1226,7 +1230,9 @@
} }
if (this.CtObj.auditContract == 2) { if (this.CtObj.auditContract == 2) {
this.goContract() if (this.CurrentUserInfo.EmployeeId != 615) {
this.goContract()
}
} }
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
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