Commit 772354df authored by 黄奎's avatar 黄奎

11

parent a4ab430c
......@@ -273,6 +273,12 @@
</el-form-item>
</el-col>
</template>
<template v-else>
<el-form-item :label="$t('ground.yuefen')" >
<el-date-picker v-model="addMsg.MonthStr" type="month" value-format="yyyy-MM" disabled>
</el-date-picker>
</el-form-item>
</template>
<el-col :span="5">
<el-form-item :label="$t('ground.jsbaojia')">
<el-input v-model="addMsg.S_ReceivePrice" @keyup.native="checkPrice(addMsg,'S_ReceivePrice')"></el-input>
......
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