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

页面修改

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