Commit a250eb90 authored by 黄奎's avatar 黄奎

页面修改

parent 4b97b6c7
......@@ -741,10 +741,12 @@
(大写)项服务。
</el-form-item>
<el-form-item label="人数">
<el-input type="text" v-model="CtObj.clientNumber" maxlength="100" class="w300"></el-input>
<el-input type="text" v-model="CtObj.clientNumber" maxlength="100" class="w300"
@keyup.native="checkInteger(CtObj,'clientNumber')"></el-input>
</el-form-item>
<el-form-item label="费用总额(小写)人民币">
<el-input type="text" v-model="CtObj.orderPrice" maxlength="100" class="w300"></el-input>
<el-input type="text" v-model="CtObj.orderPrice" maxlength="100" class="w300"
@keyup.native="checkPrice(CtObj,'orderPrice')"></el-input>
元.
</el-form-item>
<el-form-item :label="(CtObj.clientNumber?CtObj.clientNumber:'')+'人合计'">
......
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