Browse Source

YT-2798要货计划新增填写供应商代码的时候回车选择采购订单信息之后保存还是禁止点击状态

intex
张立 2 days ago
parent
commit
83eb5c4e48
  1. 7
      src/components/BasicForm/src/BasicForm.vue

7
src/components/BasicForm/src/BasicForm.vue

@ -1189,6 +1189,13 @@ const onEnter = async (field, value, e) => {
if (list.length != 0) {
emit('onEnter', field, value, e)
}
if (props.isShowFooterButtton && !props.footButttondata) {
Butttondata = [
defaultButtons.formSaveBtn(null), //
defaultButtons.formCloseBtn(null) //
]
count.value++
}
}
)
} else {

Loading…
Cancel
Save