Commit ab9a5079 by liyixun

cctdav (bug909)

parent 1c82b829
......@@ -78,6 +78,12 @@
:disabled="model.bopmod.basflg == ''"
v-model="model.bopmod.outchargeamt"
placeholder="请输入"
@keyup.enter.native="
defaultFunction(
'bopmod.outchargeamt',
model.bopmod.outchargeamt
)
"
></c-input>
</c-form-item>
</c-col>
......
......@@ -26,7 +26,7 @@
size="small"
type="primary"
@click="onCctmodButgetref"
:disabled="model.ccdgrp.rec.ownref != ''"
:disabled="model.ccdgrp.pre.pts.extkey == ''"
>
获取
</c-button>
......
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