Commit cb26102a by wanggang_yf

brtacp 页面修改

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