Commit 70de41db by tianxinyu

禅道1206bug修改

parent d6d7d0b6
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<c-input disabled v-model="model.brdgrp.rec.shgref" maxlength="16" placeholder="请输入提货担保编号"></c-input> <c-input disabled v-model="model.brdgrp.rec.shgref" maxlength="16" placeholder="请输入提货担保编号"></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary" @click="onGetref"> <c-button size="small" type="primary" @click="onGetref">
获取 获取
</c-button> </c-button>
</template> </template>
...@@ -330,8 +330,8 @@ export default { ...@@ -330,8 +330,8 @@ export default {
}, },
methods:{...Event}, methods:{...Event},
created:function(){ created:function(){
} },
} }
</script> </script>
<style> <style>
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-function-btn <c-function-btn
:handleSubmit="handleSubmit" :handleSubmit="submitHandle"
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
> >
...@@ -105,6 +105,7 @@ import commonFuncs from "~/mixin/commonFuncs" ...@@ -105,6 +105,7 @@ import commonFuncs from "~/mixin/commonFuncs"
import Check from "~/model/Litrog/Check" import Check from "~/model/Litrog/Check"
import Default from "~/model/Litrog/Default" import Default from "~/model/Litrog/Default"
import Pattern from "~/model/Litrog/Pattern" import Pattern from "~/model/Litrog/Pattern"
import Event from "~/model/Litrog/Event"
import Ovwp from "./Ovwp" import Ovwp from "./Ovwp"
import Addbcb from "./Addbcb" import Addbcb from "./Addbcb"
...@@ -155,11 +156,17 @@ export default { ...@@ -155,11 +156,17 @@ export default {
} }
}, },
methods:{ methods:{
...Event,
myTabClick(tab){ myTabClick(tab){
this.tabClick(tab) this.tabClick(tab)
/** /**
* do it yourself * do it yourself
**/ **/
},
submitHandle(){
if(this.model.brdgrp.rec.shgref==""){this.onGetref()}
if(this.model.brdgrp.rec.ownref==""){this.onBrtmodButgetref()}
this.handleSubmit()
} }
}, },
created:async function(){ created:async function(){
......
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