Commit cb26102a by wanggang_yf

brtacp 页面修改

parent 8a79c137
...@@ -38,6 +38,8 @@ export default class Brtacp { ...@@ -38,6 +38,8 @@ export default class Brtacp {
docdis: '', docdis: '',
}, },
rec: { rec: {
inr:'',
branchinr:'',
totcur: '', totcur: '',
ownref: '', ownref: '',
disdat: '', disdat: '',
...@@ -73,7 +75,9 @@ export default class Brtacp { ...@@ -73,7 +75,9 @@ export default class Brtacp {
lidgrp: { lidgrp: {
rec: { rec: {
expdat: '', expdat: '',
ownref: '' ownref: '',
inr:'',
branchinr:'',
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -321,35 +321,20 @@ ...@@ -321,35 +321,20 @@
</div> </div>
</template> </template>
<script> <script>
import Api from '~/service/Api' import event from '../event'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Letcan/Event'
import Utils from '~/utils'
import Ptap from '~/views/Public/Ptap' import Ptap from '~/views/Public/Ptap'
export default { export default {
inject: ["root"],
components: { 'c-ptap': Ptap }, components: { 'c-ptap': Ptap },
inject: ['root'], props: ["model", "codes"],
props: ['model', 'codes'], mixins: [event],
mixins: [commonProcess],
data() { data() {
return { return {}
// watch:{
// ownref(newValue){
// this.model.ledgrp.rec.ownref = newValue;
// }
// }
}
},
methods: {
...Event,
}, },
methods: {},
created: function () {}, created: function () {},
} }
// let vm = new Vue({
// el="#ownref",date:{}
// });
</script> </script>
<style></style> <style></style>
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